Commit 1f4aca76 authored by Patrice Mandin's avatar Patrice Mandin

Was checking wrong address for ACIA MIDI

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401109
parent 0a4aca52
...@@ -142,7 +142,7 @@ ikbd_finbuffer: ...@@ -142,7 +142,7 @@ ikbd_finbuffer:
.comm old_ikbd,4*1 .comm old_ikbd,4*1
ikbd: ikbd:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc00.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi beqs ikbd_oldmidi
moveml d0-d1/a0,sp@- moveml d0-d1/a0,sp@-
...@@ -203,7 +203,7 @@ ikbd_oldmidi: ...@@ -203,7 +203,7 @@ ikbd_oldmidi:
ikbd_mousex: ikbd_mousex:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc00.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi beqs ikbd_oldmidi
movew d0,sp@- movew d0,sp@-
...@@ -222,7 +222,7 @@ ikbd_mousex: ...@@ -222,7 +222,7 @@ ikbd_mousex:
ikbd_mousey: ikbd_mousey:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc00.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi beqs ikbd_oldmidi
movew d0,sp@- movew d0,sp@-
...@@ -241,7 +241,7 @@ ikbd_mousey: ...@@ -241,7 +241,7 @@ ikbd_mousey:
ikbd_joystick: ikbd_joystick:
| Check if source is IKBD or MIDI | Check if source is IKBD or MIDI
btst #0,0xfffffc00.w btst #0,0xfffffc04.w
beqs ikbd_oldmidi beqs 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