summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/circusc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/circusc.c')
-rw-r--r--src/mame/video/circusc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/circusc.c b/src/mame/video/circusc.c
index 62ece8fcb42..b6475999076 100644
--- a/src/mame/video/circusc.c
+++ b/src/mame/video/circusc.c
@@ -32,7 +32,7 @@
PALETTE_INIT( circusc )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
static const int resistances_rg[3] = { 1000, 470, 220 };
static const int resistances_b [2] = { 470, 220 };
double rweights[3], gweights[3], bweights[2];