summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/bublbobl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/bublbobl.c')
-rw-r--r--src/mame/video/bublbobl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c
index 79d4a387763..26544466e93 100644
--- a/src/mame/video/bublbobl.c
+++ b/src/mame/video/bublbobl.c
@@ -32,7 +32,7 @@ SCREEN_UPDATE_IND16( bublbobl )
sx = 0;
- prom = screen.machine().region("proms")->base();
+ prom = state->memregion("proms")->base();
for (offs = 0; offs < state->m_objectram.bytes(); offs += 4)
{
/* skip empty sprites */