summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/alto2/a2kbd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/alto2/a2kbd.h')
-rw-r--r--src/devices/cpu/alto2/a2kbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/alto2/a2kbd.h b/src/devices/cpu/alto2/a2kbd.h
index 8f5c9dd2538..856695c4bd6 100644
--- a/src/devices/cpu/alto2/a2kbd.h
+++ b/src/devices/cpu/alto2/a2kbd.h
@@ -100,7 +100,7 @@ struct {
uint16_t matrix[4]; //!< a bit map of the keys pressed (ioports ROW0 ... ROW3)
} m_kbd;
-DECLARE_READ16_MEMBER( kbd_ad_r ); //!< read the keyboard matrix
+uint16_t kbd_ad_r(offs_t offset); //!< read the keyboard matrix
void init_kbd(uint16_t bootkey = 0177777); //!< initialize the keyboard hardware, optionally set the boot key
void exit_kbd(); //!< deinitialize the keyboard hardware