From 445774e377e20d9a4beef5f0de9f43620ab62b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Sun, 4 Jul 2021 23:45:50 +0300 Subject: [PATCH] Default to 360K floppy images --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ca2dd96..216e1c8 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -FLOPPY = 1440 +FLOPPY = 360 .SUFFIXES: .SUFFIXES: .bin .asm diff --git a/README.md b/README.md index 5988bab..b2545eb 100644 --- a/README.md +++ b/README.md @@ -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