aboutsummaryrefslogtreecommitdiff
path: root/memsetup.asm
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-04-26 06:36:09 -0400
committerB. Watson <urchlay@slackware.uk>2026-04-26 06:36:09 -0400
commitf919899bed45f6303637435850aa26ad37203f68 (patch)
treeabc22dbde98dfe3674e9786217fac08be0bd1332 /memsetup.asm
parent4c76499fb080ab74684057e99b46f990d5605ade (diff)
downloadfujinet-chat-f919899bed45f6303637435850aa26ad37203f68.tar.gz
Fix atasm compatibility. We can now build with versions of atasm as old as 1.05beta (from November of 2003).
Diffstat (limited to 'memsetup.asm')
-rw-r--r--memsetup.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/memsetup.asm b/memsetup.asm
index 5419aef..c250e27 100644
--- a/memsetup.asm
+++ b/memsetup.asm
@@ -2,6 +2,7 @@
; RAMTOP to $C000, disables BASIC (on XL/XE), disables ANTIC DMA (not
; really), then returns so the rest of the .xex continues to load.
+ .bank
*= $2000
memsetup
; close the E: device
@@ -30,5 +31,6 @@ loop
beq loop
rts
+ .bank
*= $02e2 ; INITAD
.word memsetup