summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco51.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco51.h')
-rw-r--r--src/mame/machine/namco51.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco51.h b/src/mame/machine/namco51.h
index 72d4a80ffd8..22c7e4e2cdc 100644
--- a/src/mame/machine/namco51.h
+++ b/src/mame/machine/namco51.h
@@ -30,7 +30,7 @@
class namco_51xx_device : public device_t
{
public:
- namco_51xx_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ namco_51xx_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_51xx_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_51xx_device &>(device).m_in_1.set_callback(object); }