diff options
author | Michael Pavone <pavone@retrodev.com> | 2021-03-07 22:45:25 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2021-03-07 22:45:25 -0800 |
commit | a971340a2e411dc4613b20603c67c67046cf2e2a (patch) | |
tree | 5f6127055acbfe9c19bea6b3d65beae196f81c18 /tmss.s68 | |
parent | 8e32d329b4f7780c71da5d91d74b51c24f182805 (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.s68 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |