Skip to content

Commit

Permalink
atari:ikbd: Fix for Coldfire CPU. Contributed by Vincent Riviere.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Sep 6, 2014
1 parent df07210 commit 6668607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/video/ataricommon/SDL_ikbdinterrupt.S
Expand Up @@ -246,12 +246,12 @@ ikbd_no_mouse:
#if defined(__mcoldfire__)
andl #0x7f,d1
btst #7,d0
spl d0
seq d0
moveb d0,a0@(0,d1:l)
#else
andw #0x7f,d1
tas d0
spl a0@(0,d1:w)
btst #7,d0
seq a0@(0,d1:w)
#endif

| End of interrupt
Expand Down

0 comments on commit 6668607

Please sign in to comment.