Skip to content

Commit

Permalink
Revert back to 1.6 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Aug 9, 2005
1 parent b337fb8 commit 4d7030a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/video/ataricommon/SDL_ikbdinterrupt.S
Expand Up @@ -142,8 +142,8 @@ ikbd_finbuffer:
.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
Expand Down Expand Up @@ -203,8 +203,8 @@ ikbd_oldmidi:
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@-

Expand All @@ -222,8 +222,8 @@ ikbd_mousex:
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@-

Expand All @@ -241,8 +241,8 @@ ikbd_mousey:
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

Expand Down

0 comments on commit 4d7030a

Please sign in to comment.