--- a/src/video/ataricommon/SDL_ikbdinterrupt.S Mon Aug 08 08:17:35 2005 +0000
+++ b/src/video/ataricommon/SDL_ikbdinterrupt.S Tue Aug 09 07:28:35 2005 +0000
@@ -142,8 +142,8 @@
.comm old_ikbd,4*1
ikbd:
| Check if source is IKBD or MIDI
- btst #0,0xfffffc04.w
- bnes ikbd_oldmidi
+ btst #0,0xfffffc00.w
+ beqs ikbd_oldmidi
moveml d0-d1/a0,sp@-
moveb 0xfffffc02:w,d0
@@ -203,8 +203,8 @@
ikbd_mousex:
| Check if source is IKBD or MIDI
- btst #0,0xfffffc04.w
- bnes ikbd_oldmidi
+ btst #0,0xfffffc00.w
+ beqs ikbd_oldmidi
movew d0,sp@-
@@ -222,8 +222,8 @@
ikbd_mousey:
| Check if source is IKBD or MIDI
- btst #0,0xfffffc04.w
- bnes ikbd_oldmidi
+ btst #0,0xfffffc00.w
+ beqs ikbd_oldmidi
movew d0,sp@-
@@ -241,8 +241,8 @@
ikbd_joystick:
| Check if source is IKBD or MIDI
- btst #0,0xfffffc04.w
- bnes ikbd_oldmidi
+ btst #0,0xfffffc00.w
+ beqs ikbd_oldmidi
moveb 0xfffffc02:w,_SDL_AtariIkbd_joystick+1