From ca6c113f44f2b5b9d0c6827c8cec2b0a454c95ea Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 29 Apr 2025 17:49:54 -0400 Subject: use single-density DOS 2.5 atr (axe-friendly). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 747e18f..b2c2eed 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ AXE=axe all: reloc.atr reloc25.atr native.atr reloc25.atr: reloc.atr - cp dos25_4drives.atr reloc25.atr + cp dos25_sd.atr reloc25.atr $(AXE) -w autorun.sys reloc25.atr reloc.atr: reloc.xex lo.xex hi.xex autorun.sys -- cgit v1.2.3