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