diff options
Diffstat (limited to 'src/mame/machine/namco53.cpp')
-rw-r--r-- | src/mame/machine/namco53.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco53.cpp b/src/mame/machine/namco53.cpp index ceff9efbd6c..e5e809ec465 100644 --- a/src/mame/machine/namco53.cpp +++ b/src/mame/machine/namco53.cpp @@ -145,7 +145,7 @@ ROM_END const device_type NAMCO_53XX = &device_creator<namco_53xx_device>; -namco_53xx_device::namco_53xx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +namco_53xx_device::namco_53xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, NAMCO_53XX, "Namco 53xx", tag, owner, clock, "namco53", __FILE__), m_cpu(*this, "mcu"), m_portO(0), |