diff options
| author | 2018-05-27 04:48:13 +1000 | |
|---|---|---|
| committer | 2018-05-27 04:48:13 +1000 | |
| commit | c15531dddca6a144b9172077fe7251ea96f4cc7e (patch) | |
| tree | f2ffe409c8d6f6392d99e16540a6492a18fa4630 /src/devices/machine/pckeybrd.cpp | |
| parent | decf1fd1fa17a45e2547c5b8d059da3665fb971b (diff) | |
srcclean (nw)
Diffstat (limited to 'src/devices/machine/pckeybrd.cpp')
| -rw-r--r-- | src/devices/machine/pckeybrd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/pckeybrd.cpp b/src/devices/machine/pckeybrd.cpp index b06611f261f..29559c3cde9 100644 --- a/src/devices/machine/pckeybrd.cpp +++ b/src/devices/machine/pckeybrd.cpp @@ -786,7 +786,7 @@ WRITE8_MEMBER(at_keyboard_device::write) /* bits: 0 scroll lock, 1 num lock, 2 capslock */ /* led's in same order as my keyboard leds. */ - /* num lock, caps lock, scroll lock */ + /* num lock, caps lock, scroll lock */ m_leds[2] = BIT(data, 0); m_leds[0] = BIT(data, 1); m_leds[1] = BIT(data, 2); |
