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