Commit e145a38b authored by Patrice Mandin's avatar Patrice Mandin

And do not forget the correct test

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401110
parent 1f4aca76
...@@ -143,7 +143,7 @@ ikbd_finbuffer: ...@@ -143,7 +143,7 @@ ikbd_finbuffer:
ikbd: ikbd:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc04.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi bnes ikbd_oldmidi
moveml d0-d1/a0,sp@- moveml d0-d1/a0,sp@-
moveb 0xfffffc02:w,d0 moveb 0xfffffc02:w,d0
...@@ -204,7 +204,7 @@ ikbd_mousex: ...@@ -204,7 +204,7 @@ ikbd_mousex:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc04.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi bnes ikbd_oldmidi
movew d0,sp@- movew d0,sp@-
...@@ -223,7 +223,7 @@ ikbd_mousey: ...@@ -223,7 +223,7 @@ ikbd_mousey:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc04.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi bnes ikbd_oldmidi
movew d0,sp@- movew d0,sp@-
...@@ -242,7 +242,7 @@ ikbd_joystick: ...@@ -242,7 +242,7 @@ ikbd_joystick:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc04.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi bnes ikbd_oldmidi
moveb 0xfffffc02:w,_SDL_AtariIkbd_joystick+1 moveb 0xfffffc02:w,_SDL_AtariIkbd_joystick+1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment