summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/apollo_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/apollo_kbd.h')
-rw-r--r--src/mame/machine/apollo_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/apollo_kbd.h b/src/mame/machine/apollo_kbd.h
index 16ad535c2aa..4b5cc91a9af 100644
--- a/src/mame/machine/apollo_kbd.h
+++ b/src/mame/machine/apollo_kbd.h
@@ -47,7 +47,7 @@ class apollo_kbd_device : public device_t, public device_serial_interface
{
public:
// construction/destruction
- apollo_kbd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ apollo_kbd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_tx_cb(device_t &device, _Object object) { return downcast<apollo_kbd_device &>(device).m_tx_w.set_callback(object); }
template<class _Object> static devcb_base &set_german_cb(device_t &device, _Object object) { return downcast<apollo_kbd_device &>(device).m_german_r.set_callback(object); }