summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/suprridr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/suprridr.c')
-rw-r--r--src/mame/video/suprridr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/suprridr.c b/src/mame/video/suprridr.c
index a2ae19cee32..f4b303b033d 100644
--- a/src/mame/video/suprridr.c
+++ b/src/mame/video/suprridr.c
@@ -57,7 +57,7 @@ VIDEO_START( suprridr )
PALETTE_INIT( suprridr )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
int i;
for (i = 0; i < 96; i++)