From 20e46e65ca54a3f67b0472097919d9fe758fe03d Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Mon, 12 Oct 2015 21:53:26 -0500 Subject: [PATCH] fixed status/error printing --- src/menu.s | 1 + src/misc.s | 1 + src/mmt.s | 6 ++++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/menu.s b/src/menu.s index c3c7d1b..c5dc2d0 100644 --- a/src/menu.s +++ b/src/menu.s @@ -948,3 +948,4 @@ BINBCDVARDUMP rts + diff --git a/src/misc.s b/src/misc.s index 13bb6cb..b4f6e67 100644 --- a/src/misc.s +++ b/src/misc.s @@ -136,3 +136,4 @@ PopAll MAC + diff --git a/src/mmt.s b/src/mmt.s index 1bd59f3..1453264 100644 --- a/src/mmt.s +++ b/src/mmt.s @@ -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 \ +