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