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