summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cheekyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cheekyms.c')
-rw-r--r--src/mame/video/cheekyms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/cheekyms.c b/src/mame/video/cheekyms.c
index e41c568c18b..2b81d64ac7e 100644
--- a/src/mame/video/cheekyms.c
+++ b/src/mame/video/cheekyms.c
@@ -17,7 +17,7 @@ Functions to emulate the video hardware of the machine.
PALETTE_INIT( cheekyms )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
int i, j, bit, r, g, b;
for (i = 0; i < 6; i++)