Merged Fredi's latest changes.

This commit is contained in:
Vincent Rivière
2012-06-13 20:20:28 +00:00
parent c2eebd6339
commit f03dd4ed1f
3 changed files with 77 additions and 59 deletions

View File

@@ -277,6 +277,21 @@ mem_clr_loop:
move.l #0x1357bd13,d0 // ramvalid
move.l d0,0x5a8
// init acia
moveq #3,d0
move.b d0,0xfffffc00
nop
move.b d0,0xfffffc04
nop
moveq #0x96,d0
move.b d0,0xfffffc00
moveq #-1,d0
nop
move.b d0,0xfffffa0f
nop
move.b d0,0xfffffa11
nop
// test auf protect mode ---------------------
move.b DIP_SWITCH,d0
btst #7,d0