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