1.1 --- a/src/video/ataricommon/SDL_ikbdinterrupt.S Sun Aug 07 12:17:28 2005 +0000
1.2 +++ b/src/video/ataricommon/SDL_ikbdinterrupt.S Mon Aug 08 08:06:05 2005 +0000
1.3 @@ -142,7 +142,7 @@
1.4 .comm old_ikbd,4*1
1.5 ikbd:
1.6 | Check if source is IKBD or MIDI
1.7 - btst #0,0xfffffc00.w
1.8 + btst #0,0xfffffc04.w
1.9 beqs ikbd_oldmidi
1.10
1.11 moveml d0-d1/a0,sp@-
1.12 @@ -203,7 +203,7 @@
1.13 ikbd_mousex:
1.14
1.15 | Check if source is IKBD or MIDI
1.16 - btst #0,0xfffffc00.w
1.17 + btst #0,0xfffffc04.w
1.18 beqs ikbd_oldmidi
1.19
1.20 movew d0,sp@-
1.21 @@ -222,7 +222,7 @@
1.22 ikbd_mousey:
1.23
1.24 | Check if source is IKBD or MIDI
1.25 - btst #0,0xfffffc00.w
1.26 + btst #0,0xfffffc04.w
1.27 beqs ikbd_oldmidi
1.28
1.29 movew d0,sp@-
1.30 @@ -241,7 +241,7 @@
1.31 ikbd_joystick:
1.32
1.33 | Check if source is IKBD or MIDI
1.34 - btst #0,0xfffffc00.w
1.35 + btst #0,0xfffffc04.w
1.36 beqs ikbd_oldmidi
1.37
1.38 moveb 0xfffffc02:w,_SDL_AtariIkbd_joystick+1