mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
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
This commit is contained in:
parent
e2d0bfe725
commit
c8bbe7e82c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user