summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/go2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/go2000.c')
-rw-r--r--src/mame/drivers/go2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/go2000.c b/src/mame/drivers/go2000.c
index 07ec632f3d2..0305269590f 100644
--- a/src/mame/drivers/go2000.c
+++ b/src/mame/drivers/go2000.c
@@ -310,7 +310,7 @@ static SCREEN_UPDATE_IND16(go2000)
static MACHINE_START( go2000 )
{
go2000_state *state = machine.driver_data<go2000_state>();
- UINT8 *SOUND = machine.region("soundcpu")->base();
+ UINT8 *SOUND = state->memregion("soundcpu")->base();
int i;
for (i = 0; i < 8; i++)