summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/keyboard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/keyboard.cpp')
-rw-r--r--src/devices/machine/keyboard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/keyboard.cpp b/src/devices/machine/keyboard.cpp
index 6f7c7fb125f..eacd6786689 100644
--- a/src/devices/machine/keyboard.cpp
+++ b/src/devices/machine/keyboard.cpp
@@ -16,7 +16,7 @@ In the machine config function:
In the code:
-WRITE8_MEMBER( xxx_state::kbd_put )
+void xxx_state::kbd_put(u8 data)
{
(code to capture the key as it is pressed)
(if your machine uses function keys, add your conversion code here)