summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/fastfred.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/fastfred.c')
-rw-r--r--src/mame/video/fastfred.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/fastfred.c b/src/mame/video/fastfred.c
index 64bfe1e5ba8..194f2ca60a7 100644
--- a/src/mame/video/fastfred.c
+++ b/src/mame/video/fastfred.c
@@ -25,7 +25,7 @@
PALETTE_INIT( fastfred )
{
- const UINT8 *color_prom = machine.region("proms")->base();
+ const UINT8 *color_prom = machine.root_device().memregion("proms")->base();
static const int resistances[4] = { 1000, 470, 220, 100 };
double rweights[4], gweights[4], bweights[4];
int i;