summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/m58.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/m58.c')
-rw-r--r--src/mame/drivers/m58.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m58.c b/src/mame/drivers/m58.c
index 4d2a22ff802..234a0f366f0 100644
--- a/src/mame/drivers/m58.c
+++ b/src/mame/drivers/m58.c
@@ -434,7 +434,7 @@ static DRIVER_INIT( yard85 )
// on these sets the content of the sprite color PROM needs reversing
// are the proms on the other sets from bootleg boards, or hand modified?
UINT8* buffer = auto_alloc_array(machine, UINT8, 0x10);
- UINT8* region = machine.region("proms")->base();
+ UINT8* region = machine.root_device().memregion("proms")->base();
int i;
for (i=0;i<0x10;i++)