changeset 1108:5fe7c6b8adc3

Was checking wrong address for ACIA MIDI
author Patrice Mandin <patmandin@gmail.com>
date Mon, 08 Aug 2005 08:06:05 +0000
parents 856f76a099c7
children 91ec1a565b2e
files src/video/ataricommon/SDL_ikbdinterrupt.S
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/ataricommon/SDL_ikbdinterrupt.S	Sun Aug 07 12:17:28 2005 +0000
+++ b/src/video/ataricommon/SDL_ikbdinterrupt.S	Mon Aug 08 08:06:05 2005 +0000
@@ -142,7 +142,7 @@
 	.comm	old_ikbd,4*1
 ikbd:
 	| Check if source is IKBD or MIDI
-	btst	#0,0xfffffc00.w
+	btst	#0,0xfffffc04.w
 	beqs	ikbd_oldmidi
 
 	moveml	d0-d1/a0,sp@-
@@ -203,7 +203,7 @@
 ikbd_mousex:
 
 	| Check if source is IKBD or MIDI
-	btst	#0,0xfffffc00.w
+	btst	#0,0xfffffc04.w
 	beqs	ikbd_oldmidi
 
 	movew	d0,sp@-
@@ -222,7 +222,7 @@
 ikbd_mousey:
 
 	| Check if source is IKBD or MIDI
-	btst	#0,0xfffffc00.w
+	btst	#0,0xfffffc04.w
 	beqs	ikbd_oldmidi
 
 	movew	d0,sp@-
@@ -241,7 +241,7 @@
 ikbd_joystick:
 
 	| Check if source is IKBD or MIDI
-	btst	#0,0xfffffc00.w
+	btst	#0,0xfffffc04.w
 	beqs	ikbd_oldmidi
 
 	moveb	0xfffffc02:w,_SDL_AtariIkbd_joystick+1