changeset 1063:0fb50bfaea7f

Used wrong offset in joystick packet
author Patrice Mandin <patmandin@gmail.com>
date Fri, 20 May 2005 20:37:28 +0000
parents 3e637850c02b
children fba6b67b4d60
files src/video/ataricommon/SDL_xbiosinterrupt.S
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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