diff options
| author | 2015-12-26 10:27:03 +0100 | |
|---|---|---|
| committer | 2015-12-26 10:27:03 +0100 | |
| commit | a546ea128238feaa616451ed7b7f4fe389dd1460 (patch) | |
| tree | 7ef7ce818fbf2ca1b6460d7c30554072c4056793 /src/devices/machine/pckeybrd.cpp | |
| parent | 2d00b8653dcaf9222721bc9fd995c1c1cc739c83 (diff) | |
cleanup (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 513b9036dc9..6fbee8a0173 100644 --- a/src/devices/machine/pckeybrd.cpp +++ b/src/devices/machine/pckeybrd.cpp @@ -421,7 +421,7 @@ void pc_keyboard_device::standard_scancode_insert(int our_code, int pressed) /* add codes for standard keys */ void at_keyboard_device::standard_scancode_insert(int our_code, int pressed) { - int scancode = our_code; + int scancode; switch (m_scan_code_set) { |
