# HG changeset patch # User Patrice Mandin # Date 1123572515 0 # Node ID b6fdf299a2f353c829bad5c44a1fd817792c084e # Parent 91ec1a565b2eb051ee3dc124651494256dec6b18 Revert back to 1.6 revision diff -r 91ec1a565b2e -r b6fdf299a2f3 src/video/ataricommon/SDL_ikbdinterrupt.S --- 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