summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/techno.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/techno.cpp')
-rw-r--r--src/mame/drivers/techno.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/techno.cpp b/src/mame/drivers/techno.cpp
index 271529bac3b..13cb69af6ec 100644
--- a/src/mame/drivers/techno.cpp
+++ b/src/mame/drivers/techno.cpp
@@ -256,7 +256,7 @@ INPUT_PORTS_END
void techno_state::cpu_space_map(address_map &map)
{
map(0xfffff0, 0xffffff).m(m_maincpu, FUNC(m68000_base_device::autovectors_map));
- map(0xfffff2, 0xfffff3).lr16("timer irq", [this]() -> u16 { return m_vector; });
+ map(0xfffff2, 0xfffff3).lr16(NAME([this] () -> u16 { return m_vector; }));
}
void techno_state::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)