summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/namcofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/namcofl.c')
-rw-r--r--src/mame/video/namcofl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/namcofl.c b/src/mame/video/namcofl.c
index 7b26a53e49b..8b87caef7d0 100644
--- a/src/mame/video/namcofl.c
+++ b/src/mame/video/namcofl.c
@@ -119,7 +119,7 @@ static int FLobjcode2tile( running_machine &machine, int code )
VIDEO_START( namcofl )
{
- namco_tilemap_init( machine, NAMCOFL_TILEGFX, machine.region(NAMCOFL_TILEMASKREGION)->base(), TilemapCB );
+ namco_tilemap_init( machine, NAMCOFL_TILEGFX, machine.root_device().memregion(NAMCOFL_TILEMASKREGION)->base(), TilemapCB );
namco_obj_init(machine,NAMCOFL_SPRITEGFX,0x0,FLobjcode2tile);
namco_roz_init(machine,NAMCOFL_ROTGFX,NAMCOFL_ROTMASKREGION);
}