summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/taitotx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/taitotx.cpp')
-rw-r--r--src/mame/drivers/taitotx.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/taitotx.cpp b/src/mame/drivers/taitotx.cpp
index 129bd64b5db..86d08588f2b 100644
--- a/src/mame/drivers/taitotx.cpp
+++ b/src/mame/drivers/taitotx.cpp
@@ -135,6 +135,7 @@ public:
virtual void video_start() override;
uint32_t screen_update_taito_type_x(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
void taito_type_x(machine_config &config);
+ void taito_type_x_map(address_map &map);
};
@@ -150,7 +151,7 @@ uint32_t taito_type_x_state::screen_update_taito_type_x(screen_device &screen, b
return 0;
}
-static ADDRESS_MAP_START( taito_type_x_map, AS_PROGRAM, 32, taito_type_x_state )
+ADDRESS_MAP_START(taito_type_x_state::taito_type_x_map)
AM_RANGE(0x00, 0x0f) AM_ROM
ADDRESS_MAP_END