diff options
Diffstat (limited to 'src/mame/includes/lynx.h')
-rw-r--r-- | src/mame/includes/lynx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/lynx.h b/src/mame/includes/lynx.h index 61cf1efd015..f11b34bd69f 100644 --- a/src/mame/includes/lynx.h +++ b/src/mame/includes/lynx.h @@ -106,7 +106,7 @@ public: TIMER_UART }; - lynx_state(const machine_config &mconfig, device_type type, std::string tag) + lynx_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_mem_0000(*this, "mem_0000"), m_mem_fc00(*this, "mem_fc00"), |