diff options
Diffstat (limited to 'memsetup.asm')
| -rw-r--r-- | memsetup.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/memsetup.asm b/memsetup.asm index f1e3694..5419aef 100644 --- a/memsetup.asm +++ b/memsetup.asm @@ -1,6 +1,6 @@ ; Initial load segment for the fnchat.exe executable. Sets MEMTOP and -; RAMTOP to $6A00, disables BASIC (on XL/XE), disables ANTIC DMA, then -; returns so the rest of the .xex continues to load. +; RAMTOP to $C000, disables BASIC (on XL/XE), disables ANTIC DMA (not +; really), then returns so the rest of the .xex continues to load. *= $2000 memsetup @@ -14,9 +14,9 @@ memsetup lda $d301 ; PORTB ora #$02 sta $d301 - lda #$80 ; set up everything else + lda #$C0 sta $6a ; RAMTOP sta $02e6 ; MEMTOP high lda #0 |
