summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psi_kbd/psi_kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psi_kbd/psi_kbd.h')
-rw-r--r--src/devices/bus/psi_kbd/psi_kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/psi_kbd/psi_kbd.h b/src/devices/bus/psi_kbd/psi_kbd.h
index 5070e83d0c5..364ef98586a 100644
--- a/src/devices/bus/psi_kbd/psi_kbd.h
+++ b/src/devices/bus/psi_kbd/psi_kbd.h
@@ -67,7 +67,7 @@ public:
// called from host
DECLARE_WRITE_LINE_MEMBER( tx_w );
- DECLARE_READ8_MEMBER( key_data_r ) { return m_key_data; }
+ uint8_t key_data_r() { return m_key_data; }
protected:
// device-level overrides