summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/itech8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/itech8.c')
-rw-r--r--src/mame/video/itech8.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/video/itech8.c b/src/mame/video/itech8.c
index 69ed3ec8501..9fa41573eb7 100644
--- a/src/mame/video/itech8.c
+++ b/src/mame/video/itech8.c
@@ -175,8 +175,8 @@ VIDEO_START( itech8 )
state->m_page_select = 0xc0;
/* fetch the GROM base */
- state->m_grom_base = machine.region("grom")->base();
- state->m_grom_size = machine.region("grom")->bytes();
+ state->m_grom_base = machine.root_device().memregion("grom")->base();
+ state->m_grom_size = state->memregion("grom")->bytes();
}