summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/espial.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/espial.cpp')
-rw-r--r--src/mame/video/espial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/espial.cpp b/src/mame/video/espial.cpp
index 6d56fa15dfd..1a969eb45d7 100644
--- a/src/mame/video/espial.cpp
+++ b/src/mame/video/espial.cpp
@@ -95,7 +95,7 @@ void espial_state::video_start()
save_item(NAME(m_flipscreen));
}
-void espial_state::video_start_netwars()
+VIDEO_START_MEMBER(espial_state,netwars)
{
/* Net Wars has a tile map that's twice as big as Espial's */
m_bg_tilemap = &machine().tilemap().create(*m_gfxdecode, tilemap_get_info_delegate(FUNC(espial_state::get_tile_info),this), TILEMAP_SCAN_ROWS, 8, 8, 32, 64);