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