mirror of
https://github.com/digarok/MiniMemoryTester.git
synced 2025-01-03 03:29:28 +00:00
fixed status/error printing
This commit is contained in:
parent
bd414a4c27
commit
20e46e65ca
@ -948,3 +948,4 @@ BINBCDVARDUMP
|
|||||||
rts
|
rts
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -136,3 +136,4 @@ PopAll MAC
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -154,7 +154,6 @@ TestInit
|
|||||||
stz _testIteration+1
|
stz _testIteration+1
|
||||||
stz _testState
|
stz _testState
|
||||||
|
|
||||||
|
|
||||||
TestMasterLoop clc
|
TestMasterLoop clc
|
||||||
xce
|
xce
|
||||||
rep #$10 ;long x/y
|
rep #$10 ;long x/y
|
||||||
@ -164,6 +163,7 @@ TestMasterLoop clc
|
|||||||
|
|
||||||
lda _updateInterval ;@todo ?
|
lda _updateInterval ;@todo ?
|
||||||
sta _updateTick ;this hack makes bank loops consistent. might not be the best thing
|
sta _updateTick ;this hack makes bank loops consistent. might not be the best thing
|
||||||
|
jsr TestForceUpdateStatus
|
||||||
|
|
||||||
jsr TestPrintIteration
|
jsr TestPrintIteration
|
||||||
jsr TestPrintErrors ;just to get it drawn
|
jsr TestPrintErrors ;just to get it drawn
|
||||||
@ -578,6 +578,7 @@ BANKPATCH04 = *-1
|
|||||||
bne _readloop
|
bne _readloop
|
||||||
rts
|
rts
|
||||||
_readerror jsr TestLogError
|
_readerror jsr TestLogError
|
||||||
|
jsr TestPrintErrors
|
||||||
jsr TestPauseError
|
jsr TestPauseError
|
||||||
rts
|
rts
|
||||||
|
|
||||||
@ -738,6 +739,7 @@ BANKPATCH08 = *-1
|
|||||||
|
|
||||||
_readerror16 sep #$20
|
_readerror16 sep #$20
|
||||||
jsr TestLogError
|
jsr TestLogError
|
||||||
|
jsr TestPrintErrors
|
||||||
jsr TestPauseError
|
jsr TestPauseError
|
||||||
clc
|
clc
|
||||||
xce
|
xce
|
||||||
@ -845,7 +847,6 @@ TestPatchBanks lda CurBank
|
|||||||
|
|
||||||
CORRUPTOR lda $C000
|
CORRUPTOR lda $C000
|
||||||
bpl _nokey
|
bpl _nokey
|
||||||
sta $C010
|
|
||||||
cmp #"c"
|
cmp #"c"
|
||||||
bne _nokey
|
bne _nokey
|
||||||
lda #$55
|
lda #$55
|
||||||
@ -1563,3 +1564,4 @@ BankExpansionHighest ds 1
|
|||||||
BankMap ds 256 ;page-align maps just to make them easier to see
|
BankMap ds 256 ;page-align maps just to make them easier to see
|
||||||
_stash ds 256
|
_stash ds 256
|
||||||
ds \
|
ds \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user