summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taito_h.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taito_h.c')
-rw-r--r--src/mame/drivers/taito_h.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/taito_h.c b/src/mame/drivers/taito_h.c
index 78c3e387659..e2fdbacc79e 100644
--- a/src/mame/drivers/taito_h.c
+++ b/src/mame/drivers/taito_h.c
@@ -518,7 +518,7 @@ static MACHINE_RESET( taitoh )
static MACHINE_START( taitoh )
{
taitoh_state *state = machine.driver_data<taitoh_state>();
- UINT8 *ROM = machine.region("audiocpu")->base();
+ UINT8 *ROM = state->memregion("audiocpu")->base();
state->membank("bank1")->configure_entries(0, 4, &ROM[0xc000], 0x4000);