Default to 360K floppy images

This commit is contained in:
Juhani Krekelä 2021-07-04 23:45:50 +03:00
parent 6bcfcbd7cc
commit 445774e377
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FLOPPY = 1440
FLOPPY = 360
.SUFFIXES:
.SUFFIXES: .bin .asm

View File

@ -8,6 +8,6 @@ Floppy sizes
------------
You can build either a 1440K or a 360K floppy image from Nor86 sources, the
default being 1440K. To build a 360K floppy instead, run:
default being 360K. To build a 1440K floppy instead, run:
make FLOPPY=360
make FLOPPY=1440