Commit b9094f71 authored by Patrice Mandin's avatar Patrice Mandin

Used wrong offset in joystick packet

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401064
parent 42339431
...@@ -155,7 +155,7 @@ _SDL_AtariXbios_JoystickVector: ...@@ -155,7 +155,7 @@ _SDL_AtariXbios_JoystickVector:
movel d0,sp@- movel d0,sp@-
/* New joystick state */ /* New joystick state */
moveb a0@(1),d0 moveb a0@(2),d0
andw #0x8f,d0 andw #0x8f,d0
movew d0,_SDL_AtariXbios_joystick movew d0,_SDL_AtariXbios_joystick
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment