summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/cinemat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/cinemat.c')
-rw-r--r--src/mame/audio/cinemat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cinemat.c b/src/mame/audio/cinemat.c
index 00efe76b564..64b29be3b4c 100644
--- a/src/mame/audio/cinemat.c
+++ b/src/mame/audio/cinemat.c
@@ -1612,7 +1612,7 @@ static MACHINE_RESET( qb3_sound )
/* this patch prevents the sound ROM from eating itself when command $0A is sent */
/* on a cube rotate */
- machine.region("audiocpu")->base()[0x11dc] = 0x09;
+ state->memregion("audiocpu")->base()[0x11dc] = 0x09;
}