summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/istellar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/istellar.c')
-rw-r--r--src/mame/drivers/istellar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/istellar.c b/src/mame/drivers/istellar.c
index 9f3b79b2d9a..67eaf6f15a1 100644
--- a/src/mame/drivers/istellar.c
+++ b/src/mame/drivers/istellar.c
@@ -274,7 +274,7 @@ INPUT_PORTS_END
static PALETTE_INIT( istellar )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
int i;
/* Oddly enough, the top 4 bits of each byte is 0 */