summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/m20_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/m20_kbd.h')
-rw-r--r--src/mame/machine/m20_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/m20_kbd.h b/src/mame/machine/m20_kbd.h
index 3cade9c11e4..93e5a039b11 100644
--- a/src/mame/machine/m20_kbd.h
+++ b/src/mame/machine/m20_kbd.h
@@ -8,7 +8,7 @@
class m20_keyboard_device : public serial_keyboard_device
{
public:
- m20_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ m20_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
virtual ioport_constructor device_input_ports() const override;
protected: