diff options
author | 2024-05-16 01:52:04 +1000 | |
---|---|---|
committer | 2024-05-16 01:52:04 +1000 | |
commit | a49035cc72ca1cc4977988509b887fdb33b510c9 (patch) | |
tree | af199b34de262ea42d24fc25902fa67118eeb5c6 /src/devices/bus/mackbd | |
parent | 20c88890c0853091bb8c8cd91cf0345e75c6441a (diff) |
-namco/sweetland4.cpp: Changed short name of Tairyo-Daiko 337 Byoshi to better mnemonic.
-bus/mackbd/keyboard.cpp: Updated comment listing known part numbers.
Diffstat (limited to 'src/devices/bus/mackbd')
-rw-r--r-- | src/devices/bus/mackbd/keyboard.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/devices/bus/mackbd/keyboard.cpp b/src/devices/bus/mackbd/keyboard.cpp index 27edfb335bd..5b3cca18b21 100644 --- a/src/devices/bus/mackbd/keyboard.cpp +++ b/src/devices/bus/mackbd/keyboard.cpp @@ -189,6 +189,7 @@ * M0110 (U.S. - ANSI) * M0110B (British - ISO) * M0110F (French - ISO) + * M0110J (Japanese - ANSI) * M0110T (Italian - ISO) * M0120 (keypad - English) * M0120P (keypad - European) @@ -198,9 +199,6 @@ Enter and Clear (all variants use icons for command and the cursor arrows). - Also known to exist: - * Japanese - ANSI (U.S. with different key caps) - TODO: * Determine whether P00 or P01 actually feeds the keypad watchdog * Find more model numbers and implement more layouts |