From a971340a2e411dc4613b20603c67c67046cf2e2a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sun, 7 Mar 2021 22:45:25 -0800 Subject: Don't init IO ports in TMSS ROM as it trips up the standard Sega init code --- tmss.s68 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tmss.s68 b/tmss.s68 index 33f834a..6c60541 100644 --- a/tmss.s68 +++ b/tmss.s68 @@ -141,10 +141,6 @@ tloop: ploop: move.w d0, (a0) dbra d1, ploop - - move.b #$40, $A10009 - move.b #$00, $A10003 - move.l #$45960002, d7 move.l d7, (a1) move.l #$800000, d6 @@ -201,6 +197,7 @@ wait: jmp (a6) is_bad: + move.b d0, (a4) lea bad(pc), a6 bsr.s print_string -- cgit v1.2.3