diff options
author | 2018-08-23 00:25:21 +1000 | |
---|---|---|
committer | 2018-08-23 00:25:21 +1000 | |
commit | 012cbee2c3e0facb8876b2d31808cf07652a417d (patch) | |
tree | b97305c8d464808e1b7a5d3252fe1180c6f250f2 /src/devices/cpu/m6502/m6502d.cpp | |
parent | 2c3c4485d192c15f3943dcac753e3ec705ce65a8 (diff) |
Amiga keyboard overhaul:
* Implement Mitsumi Amiga 500, 600, and 2000/3000/4000/CDTV keyboards
* Add unlabeled keys to UK layout
* Restrict available keyboards depending on system type
* Note that C-A-A reset is now broken on "big box" Amigas as MAME doesn't implement it properly, and the hack providing a fake dedicated reset line has been removed
6502 MCU: fix execute loop
6500/1: implement as device with onboard peripherals
Fix some bogus comments
Diffstat (limited to 'src/devices/cpu/m6502/m6502d.cpp')
-rw-r--r-- | src/devices/cpu/m6502/m6502d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6502/m6502d.cpp b/src/devices/cpu/m6502/m6502d.cpp index 7970efb524b..589aafdf3b7 100644 --- a/src/devices/cpu/m6502/m6502d.cpp +++ b/src/devices/cpu/m6502/m6502d.cpp @@ -4,7 +4,7 @@ m6502d.cpp - Mostek 6502, original NMOS variant, disassembler + MOS Technology 6502, original NMOS variant, disassembler ***************************************************************************/ |