From c8bbe7e82c6b01bcfa358cc524fbd22547f96cac Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 26 Feb 2009 09:02:50 +0000 Subject: [PATCH] From: Fabio Priuli [mailto:doge.fabio@gmail.com] Sent: Sunday, February 22, 2009 12:39 AM To: submit Subject: fix fot MT02940 very tiny fix to taito_l inputs regards, Fabio Priuli --- src/mame/drivers/taito_l.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/taito_l.c b/src/mame/drivers/taito_l.c index 83c427d8663..c6b35508e8a 100644 --- a/src/mame/drivers/taito_l.c +++ b/src/mame/drivers/taito_l.c @@ -665,7 +665,7 @@ static READ8_HANDLER( horshoes_trackx_hi_r ) AM_RANGE(0xff08, 0xff08) AM_WRITE(rombankswitch_w) #define COMMON_SINGLE_READ \ - AM_RANGE(0xa000, 0xa001) AM_DEVREAD(SOUND, "ym", extport_select_and_ym2203_r) \ + AM_RANGE(0xa000, 0xa003) AM_DEVREAD(SOUND, "ym", extport_select_and_ym2203_r) \ AM_RANGE(0x8000, 0x9fff) AM_READ(SMH_RAM) #define COMMON_SINGLE_WRITE \