# HG changeset patch # User Michael Pavone # Date 1615185925 28800 # Node ID 5b51f03b2227321f4747d56a90c409ae85d81114 # Parent b0b0c31338c31619c3b0fc6710eb6c3f55ac645c Don't init IO ports in TMSS ROM as it trips up the standard Sega init code diff -r b0b0c31338c3 -r 5b51f03b2227 tmss.s68 --- a/tmss.s68 Sun Mar 07 22:44:33 2021 -0800 +++ b/tmss.s68 Sun Mar 07 22:45:25 2021 -0800 @@ -141,10 +141,6 @@ 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 @@ jmp (a6) is_bad: + move.b d0, (a4) lea bad(pc), a6 bsr.s print_string