diff options
Diffstat (limited to 'src/devices/bus/pc_kbd/msnat.h')
-rw-r--r-- | src/devices/bus/pc_kbd/msnat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/msnat.h b/src/devices/bus/pc_kbd/msnat.h index 0bb566dbb1f..600138f9479 100644 --- a/src/devices/bus/pc_kbd/msnat.h +++ b/src/devices/bus/pc_kbd/msnat.h @@ -20,7 +20,7 @@ class pc_kbd_microsoft_natural_device : public device_t, { public: // construction/destruction - pc_kbd_microsoft_natural_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + pc_kbd_microsoft_natural_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); required_device<cpu_device> m_cpu; |