summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/psi_kbd/ergoline.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/psi_kbd/ergoline.h')
-rw-r--r--src/devices/bus/psi_kbd/ergoline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/psi_kbd/ergoline.h b/src/devices/bus/psi_kbd/ergoline.h
index bd88b29cfbb..ec43412030b 100644
--- a/src/devices/bus/psi_kbd/ergoline.h
+++ b/src/devices/bus/psi_kbd/ergoline.h
@@ -33,6 +33,8 @@ public:
// from host
virtual void tx_w(int state) override;
+ void kbd_io(address_map &map);
+ void kbd_mem(address_map &map);
protected:
// device_t overrides
virtual const tiny_rom_entry *device_rom_region() const override;