summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ez2d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ez2d.cpp')
-rw-r--r--src/mame/drivers/ez2d.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/ez2d.cpp b/src/mame/drivers/ez2d.cpp
index 0cb5fc7a219..bb3464ff7e0 100644
--- a/src/mame/drivers/ez2d.cpp
+++ b/src/mame/drivers/ez2d.cpp
@@ -69,8 +69,9 @@ uint32_t ez2d_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap,
return 0;
}
-ADDRESS_MAP_START(ez2d_state::ez2d_map)
-ADDRESS_MAP_END
+void ez2d_state::ez2d_map(address_map &map)
+{
+}
static INPUT_PORTS_START( ez2d )
INPUT_PORTS_END