Skip to content

Commit

Permalink
Oops. Forgot a change for Coldfire.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Nov 6, 2009
1 parent 47d205c commit 9456e45
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/video/ataricommon/SDL_ikbdinterrupt.S
Expand Up @@ -78,6 +78,9 @@ _SDL_AtariIkbdInstall:
movel d0,old_ikbd
lea ikbd,a0
movel a0,0x118:w
moveql #6,d0
bset d0,0xfffffa09:w | IERB
bset d0,0xfffffa15:w | IMRB
#else
movel 0x118:w,old_ikbd
movel #ikbd,0x118:w
Expand All @@ -104,8 +107,8 @@ _SDL_AtariIkbdInstall:
movel #0xffff,d0
movew d0,_SDL_AtariIkbd_enabled

moveml sp@,d0-d1/a0-a1
lea sp@(16),sp
moveml sp@,d0-d1/a0-a1
lea sp@(16),sp
#else
movew #0xffff,_SDL_AtariIkbd_enabled

Expand Down

0 comments on commit 9456e45

Please sign in to comment.