diff options
Diffstat (limited to 'src/mess/machine/k7659kb.c')
-rw-r--r-- | src/mess/machine/k7659kb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/k7659kb.c b/src/mess/machine/k7659kb.c index 8c77065e710..38fdd773bc6 100644 --- a/src/mess/machine/k7659kb.c +++ b/src/mess/machine/k7659kb.c @@ -214,7 +214,7 @@ ioport_constructor k7659_keyboard_device::device_input_ports() const //------------------------------------------------- k7659_keyboard_device::k7659_keyboard_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, K7659_KEYBOARD, "K7659 Keyboard", tag, owner, clock) + : device_t(mconfig, K7659_KEYBOARD, "K7659 Keyboard", tag, owner, clock) {} |