summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/higemaru.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/higemaru.c')
-rw-r--r--src/mame/video/higemaru.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/higemaru.c b/src/mame/video/higemaru.c
index 25e71d6e124..5b88f8648b1 100644
--- a/src/mame/video/higemaru.c
+++ b/src/mame/video/higemaru.c
@@ -21,7 +21,7 @@ WRITE8_MEMBER(higemaru_state::higemaru_colorram_w)
PALETTE_INIT( higemaru )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
int i;
/* allocate the colortable */