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