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