summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco62.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco62.h')
-rw-r--r--src/mame/machine/namco62.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco62.h b/src/mame/machine/namco62.h
index bb092e448d0..323c751c789 100644
--- a/src/mame/machine/namco62.h
+++ b/src/mame/machine/namco62.h
@@ -30,7 +30,7 @@
class namco_62xx_device : public device_t
{
public:
- namco_62xx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ namco_62xx_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_input_0_callback(device_t &device, _Object object) { return downcast<namco_62xx_device &>(device).m_in_0.set_callback(object); }
template<class _Object> static devcb_base &set_input_1_callback(device_t &device, _Object object) { return downcast<namco_62xx_device &>(device).m_in_1.set_callback(object); }