Skip to content

Commit

Permalink
Was checking wrong address for ACIA MIDI
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 8, 2005
1 parent 575a1f1 commit 6f7d970
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/video/ataricommon/SDL_ikbdinterrupt.S
Expand Up @@ -142,7 +142,7 @@ ikbd_finbuffer:
.comm old_ikbd,4*1
ikbd:
| Check if source is IKBD or MIDI
btst #0,0xfffffc00.w
btst #0,0xfffffc04.w
beqs ikbd_oldmidi

moveml d0-d1/a0,sp@-
Expand Down Expand Up @@ -203,7 +203,7 @@ ikbd_oldmidi:
ikbd_mousex:

| Check if source is IKBD or MIDI
btst #0,0xfffffc00.w
btst #0,0xfffffc04.w
beqs ikbd_oldmidi

movew d0,sp@-
Expand All @@ -222,7 +222,7 @@ ikbd_mousex:
ikbd_mousey:

| Check if source is IKBD or MIDI
btst #0,0xfffffc00.w
btst #0,0xfffffc04.w
beqs ikbd_oldmidi

movew d0,sp@-
Expand All @@ -241,7 +241,7 @@ ikbd_mousey:
ikbd_joystick:

| Check if source is IKBD or MIDI
btst #0,0xfffffc00.w
btst #0,0xfffffc04.w
beqs ikbd_oldmidi

moveb 0xfffffc02:w,_SDL_AtariIkbd_joystick+1
Expand Down

0 comments on commit 6f7d970

Please sign in to comment.