From a57be4c9966f5824bc2ba440684496af663077de Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 6 Feb 2016 17:51:59 -0500 Subject: trying to get taipan to load with atarimax flash cart xex loader --- checkmem.s | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/checkmem.s b/checkmem.s index 06c7917..90d21db 100644 --- a/checkmem.s +++ b/checkmem.s @@ -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. -- cgit v1.2.3