summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/pcat84.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/pcat84.h')
-rw-r--r--src/devices/bus/pc_kbd/pcat84.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/pcat84.h b/src/devices/bus/pc_kbd/pcat84.h
index 8c4baed317b..fbc73172d90 100644
--- a/src/devices/bus/pc_kbd/pcat84.h
+++ b/src/devices/bus/pc_kbd/pcat84.h
@@ -57,7 +57,7 @@ private:
enum
{
- LED_SCROLL,
+ LED_SCROLL = 0,
LED_NUM,
LED_CAPS
};
@@ -68,6 +68,7 @@ private:
required_ioport_array<16> m_dr;
optional_ioport m_kbdida;
optional_ioport m_kbdidb;
+ output_finder<3> m_led;
uint8_t m_db;
int m_cnt;