# HG changeset patch # User Patrice Mandin # Date 1116621448 0 # Node ID 0fb50bfaea7fd4c22e2354e2edc1a161970404f1 # Parent 3e637850c02b01cb2235282bef6d86d03f63c9ab Used wrong offset in joystick packet diff -r 3e637850c02b -r 0fb50bfaea7f src/video/ataricommon/SDL_xbiosinterrupt.S --- a/src/video/ataricommon/SDL_xbiosinterrupt.S Fri May 20 07:34:34 2005 +0000 +++ b/src/video/ataricommon/SDL_xbiosinterrupt.S Fri May 20 20:37:28 2005 +0000 @@ -155,7 +155,7 @@ movel d0,sp@- /* New joystick state */ - moveb a0@(1),d0 + moveb a0@(2),d0 andw #0x8f,d0 movew d0,_SDL_AtariXbios_joystick