summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/ie15_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/ie15_kbd.h')
-rw-r--r--src/mame/machine/ie15_kbd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/ie15_kbd.h b/src/mame/machine/ie15_kbd.h
index 95d51775c85..42eca22403d 100644
--- a/src/mame/machine/ie15_kbd.h
+++ b/src/mame/machine/ie15_kbd.h
@@ -42,8 +42,8 @@ class ie15_keyboard_device :
public device_t
{
public:
- ie15_keyboard_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
- ie15_keyboard_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ ie15_keyboard_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ ie15_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
template<class _Object> static devcb_base &set_keyboard_callback(device_t &device, _Object object) { return downcast<ie15_keyboard_device &>(device).m_keyboard_cb.set_callback(object); }