summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ym2148.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/ym2148.h')
-rw-r--r--src/devices/machine/ym2148.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/ym2148.h b/src/devices/machine/ym2148.h
index db15f792196..729b28e8fc2 100644
--- a/src/devices/machine/ym2148.h
+++ b/src/devices/machine/ym2148.h
@@ -34,7 +34,7 @@ class ym2148_device : public device_t,
{
public:
// construction/destruction
- ym2148_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ ym2148_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
// static configuration helpers
template<class _Object> static devcb_base &set_txd_handler(device_t &device, _Object object) { return downcast<ym2148_device &>(device).m_txd_handler.set_callback(object); }