Skip to content

Commit

Permalink
And do not forget the correct test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 8, 2005
1 parent 6f7d970 commit b337fb8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/video/ataricommon/SDL_ikbdinterrupt.S
Expand Up @@ -143,7 +143,7 @@ ikbd_finbuffer:
ikbd:
| Check if source is IKBD or MIDI
btst #0,0xfffffc04.w
beqs ikbd_oldmidi
bnes ikbd_oldmidi

moveml d0-d1/a0,sp@-
moveb 0xfffffc02:w,d0
Expand Down Expand Up @@ -204,7 +204,7 @@ ikbd_mousex:

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

movew d0,sp@-

Expand All @@ -223,7 +223,7 @@ ikbd_mousey:

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

movew d0,sp@-

Expand All @@ -242,7 +242,7 @@ ikbd_joystick:

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

moveb 0xfffffc02:w,_SDL_AtariIkbd_joystick+1

Expand Down

0 comments on commit b337fb8

Please sign in to comment.