diff src/video/ataricommon/SDL_xbiosinterrupt.S @ 1063:0fb50bfaea7f

Used wrong offset in joystick packet
author Patrice Mandin <patmandin@gmail.com>
date Fri, 20 May 2005 20:37:28 +0000
parents d9f3b5bb7870
children c9b51268668f
line wrap: on
line diff
--- 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