summaryrefslogtreecommitdiff
path: root/tmss.s68
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2021-03-07 22:45:25 -0800
committerMichael Pavone <pavone@retrodev.com>2021-03-07 22:45:25 -0800
commita971340a2e411dc4613b20603c67c67046cf2e2a (patch)
tree5f6127055acbfe9c19bea6b3d65beae196f81c18 /tmss.s68
parent8e32d329b4f7780c71da5d91d74b51c24f182805 (diff)
Don't init IO ports in TMSS ROM as it trips up the standard Sega init code
Diffstat (limited to 'tmss.s68')
-rw-r--r--tmss.s685
1 files changed, 1 insertions, 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