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 +- dos25_4drives.atr | Bin 133136 -> 0 bytes dos25_sd.atr | Bin 0 -> 92176 bytes 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 dos25_4drives.atr create mode 100644 dos25_sd.atr 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 diff --git a/dos25_4drives.atr b/dos25_4drives.atr deleted file mode 100644 index 2c2c85b..0000000 Binary files a/dos25_4drives.atr and /dev/null differ diff --git a/dos25_sd.atr b/dos25_sd.atr new file mode 100644 index 0000000..195bb31 Binary files /dev/null and b/dos25_sd.atr differ -- cgit v1.2.3