aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-04-29 17:49:54 -0400
committerB. Watson <urchlay@slackware.uk>2025-04-29 17:49:54 -0400
commitca6c113f44f2b5b9d0c6827c8cec2b0a454c95ea (patch)
tree5e05dd4d7ccad57bc65fcbc869a2f0f4c9c345e6
parent67a4bf8f3fe0f01d3a7399eb5898c1a19f9a7699 (diff)
downloadatari8-self-relocator-ca6c113f44f2b5b9d0c6827c8cec2b0a454c95ea.tar.gz
use single-density DOS 2.5 atr (axe-friendly).
-rw-r--r--Makefile2
-rw-r--r--dos25_sd.atr (renamed from dos25_4drives.atr)bin133136 -> 92176 bytes
2 files changed, 1 insertions, 1 deletions
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_sd.atr
index 2c2c85b..195bb31 100644
--- a/dos25_4drives.atr
+++ b/dos25_sd.atr
Binary files differ