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