diff options
author | B. Watson <yalhcru@gmail.com> | 2016-02-06 17:51:59 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-02-06 17:51:59 -0500 |
commit | a57be4c9966f5824bc2ba440684496af663077de (patch) | |
tree | 10cec4f65eeff98e6d90dc9a37f6716942cfaa33 | |
parent | 5823ba3b17a6b65b910fe248c7dff1354bee1b18 (diff) | |
download | taipan-a57be4c9966f5824bc2ba440684496af663077de.tar.gz |
trying to get taipan to load with atarimax flash cart xex loader
-rw-r--r-- | checkmem.s | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -21,6 +21,11 @@ msglen = * - msg - 1 S: .byte "S:",0 init: + lda RAMSIZ + cmp #$c0 + php + sta RAMTOP + ldx #6*$10 ; CLOSE #6 lda #CLOSE sta ICCOM,x @@ -40,8 +45,7 @@ init: sta ICBAH,x jsr CIOV - lda RAMTOP - cmp #$c0 + plp bcc have_cart ; if ramtop is $c000 or higher, we're OK, just exit. |