diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-29 17:49:54 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-29 17:49:54 -0400 |
commit | ca6c113f44f2b5b9d0c6827c8cec2b0a454c95ea (patch) | |
tree | 5e05dd4d7ccad57bc65fcbc869a2f0f4c9c345e6 | |
parent | 67a4bf8f3fe0f01d3a7399eb5898c1a19f9a7699 (diff) | |
download | atari8-self-relocator-ca6c113f44f2b5b9d0c6827c8cec2b0a454c95ea.tar.gz |
use single-density DOS 2.5 atr (axe-friendly).
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | dos25_sd.atr (renamed from dos25_4drives.atr) | bin | 133136 -> 92176 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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 Binary files differindex 2c2c85b..195bb31 100644 --- a/dos25_4drives.atr +++ b/dos25_sd.atr |