fixed status/error printing

This commit is contained in:
Dagen Brock 2015-10-12 21:53:26 -05:00
parent bd414a4c27
commit 20e46e65ca
3 changed files with 6 additions and 2 deletions

View File

@ -948,3 +948,4 @@ BINBCDVARDUMP
rts

View File

@ -136,3 +136,4 @@ PopAll MAC

View File

@ -154,7 +154,6 @@ TestInit
stz _testIteration+1
stz _testState
TestMasterLoop clc
xce
rep #$10 ;long x/y
@ -164,6 +163,7 @@ TestMasterLoop clc
lda _updateInterval ;@todo ?
sta _updateTick ;this hack makes bank loops consistent. might not be the best thing
jsr TestForceUpdateStatus
jsr TestPrintIteration
jsr TestPrintErrors ;just to get it drawn
@ -578,6 +578,7 @@ BANKPATCH04 = *-1
bne _readloop
rts
_readerror jsr TestLogError
jsr TestPrintErrors
jsr TestPauseError
rts
@ -738,6 +739,7 @@ BANKPATCH08 = *-1
_readerror16 sep #$20
jsr TestLogError
jsr TestPrintErrors
jsr TestPauseError
clc
xce
@ -845,7 +847,6 @@ TestPatchBanks lda CurBank
CORRUPTOR lda $C000
bpl _nokey
sta $C010
cmp #"c"
bne _nokey
lda #$55
@ -1563,3 +1564,4 @@ BankExpansionHighest ds 1
BankMap ds 256 ;page-align maps just to make them easier to see
_stash ds 256
ds \