| Commit message (Expand) | Author | Age | Files | Lines |
| * | unidasm: Add Interdata Series 16 disassembler |  AJR | 2023-03-11 | 1 | -0/+10 |
| * | cpu/z180: Added CSIO emulation. [Vas Crabb, Sandro Ronco] |  Vas Crabb | 2023-03-11 | 1 | -1/+3 |
| * | scc68070: Revert to use musashi for now, it's very much not a traditional 68000. |  Olivier Galibert | 2023-02-22 | 1 | -0/+2 |
| * | m68000: New implementation, generated from the micro/nanocode |  Olivier Galibert | 2023-02-22 | 1 | -2/+12 |
| * | srcclean and bump copyright date on language files to 2023 |  Vas Crabb | 2023-02-19 | 1 | -1/+1 |
| * | cpu/arcompact: Cleanup: |  Vas Crabb | 2023-02-06 | 1 | -0/+2 |
| * | -cpu/arcompact: Rewrote core. (#10808) |  David Haywood | 2023-02-06 | 1 | -1/+35 |
| * | m6809: rename *.ops to *.lst |  hap | 2022-12-18 | 1 | -3/+3 |
| * | unidasm: Add IBM 1800, IBM 1130 and (DG) Nova disassemblers |  AJR | 2022-12-02 | 1 | -0/+20 |
| * | Update cpu.lua for 9bb87665baa2faf1edd6fd2ce67c5de28fa0459e |  AJR | 2022-11-16 | 1 | -0/+20 |
| * | 68000: Add a level of transparent indirection, turn the reset output line int... |  Olivier Galibert | 2022-11-03 | 1 | -0/+2 |
| * | unkts: Hook up new skeleton CPU device |  AJR | 2022-10-12 | 1 | -1/+8 |
| * | unidasm: Add Nios II disassembler |  AJR | 2022-10-11 | 1 | -0/+10 |
| * | m68000: split the header to make future semi-indenpendant implementations sane |  Olivier Galibert | 2022-09-30 | 1 | -1/+27 |
| * | mtu130: Implement the banking using the actual sequencer prom |  Olivier Galibert | 2022-09-20 | 1 | -5/+0 |
| * | Renamed n2a03 to rp2a03 throughout source tree. (#10343) |  0kmg | 2022-09-20 | 1 | -42/+42 |
| * | source org: move gmaster to handheld folder |  hap | 2022-09-16 | 1 | -0/+1 |
| * | Add preliminary M50734 emulation |  AJR | 2022-09-07 | 1 | -0/+3 |
| * | * new WORKING machine |  Olivier Galibert | 2022-09-06 | 1 | -0/+5 |
| * | mn1610: new disassembler |  Patrick Mackinlay | 2022-08-25 | 1 | -0/+10 |
| * | Greatly improve Monon Color emulation (#10158) |  David Haywood | 2022-08-21 | 1 | -0/+1 |
| * | tms1000: added tms2xxx skeleton devices |  hap | 2022-08-05 | 1 | -0/+6 |
| * | cloned the mcs51 core as axc51, stripped it back, will allow monon work to co... |  David Haywood | 2022-07-28 | 1 | -4/+18 |
| * | Start moving devices out of src/mame/shared to more appropriate places |  AJR | 2022-06-28 | 1 | -0/+2 |
| * | Eliminated cross dependencies between driver projects. |  Vas Crabb | 2022-06-27 | 1 | -0/+1 |
| * | mc68hc11z1, cfp1080s: Separate source file for MCU; add numerous logging stubs |  AJR | 2022-06-16 | 1 | -0/+2 |
| * | Z180 ASCI (#9762) |  Miodrag Milanović | 2022-06-06 | 1 | -0/+2 |
| * | kl5c80a12: Add KP64 timer/counter units to emulation |  AJR | 2022-05-30 | 1 | -0/+2 |
| * | New disassemblers for unidasm: hp2100, hp21mx, v620, v75 |  AJR | 2022-05-04 | 1 | -0/+19 |
| * | cpu.lua: fix typo from prev commit |  hap | 2022-04-10 | 1 | -1/+1 |
| * | rw5000: added b5500 |  hap | 2022-04-10 | 1 | -0/+3 |
| * | New working machines |  hap | 2022-03-31 | 1 | -0/+3 |
| * | rw5000: add a5500 |  hap | 2022-03-29 | 1 | -2/+5 |
| * | rw5000: add a5000/a5900 |  hap | 2022-03-29 | 1 | -0/+3 |
| * | b5000: rename base class to rw5000 |  hap | 2022-03-28 | 1 | -17/+17 |
| * | b5000: add b6000, b6100 |  hap | 2022-03-20 | 1 | -0/+6 |
| * | add b5000 cpu core file placeholders |  hap | 2022-03-17 | 1 | -0/+20 |
| * | Add missing cpu.lua entries for the rest of the SM5* family. Fixes single-dr... |  arbee | 2022-03-14 | 1 | -0/+4 |
| * | 65C02 updates |  AJR | 2022-01-27 | 1 | -21/+18 |
| * | Add build file missing from 12a1291f5a3e578010325131bd3dbbd7c61aff18 |  AJR | 2022-01-15 | 1 | -0/+5 |
| * | sm510: fix wakeup after CEND, reorganize files a bit |  hap | 2021-12-21 | 1 | -8/+11 |
| * | Add CPU16 and HDD device skeletons for Conner CFP1080S |  AJR | 2021-11-25 | 1 | -2/+9 |
| * | new NOT_WORKING machine (Casio CTK-2100) (#8757) |  Devin Acker | 2021-10-27 | 1 | -0/+2 |
| * | Casio CTK-551 [Daivn Acker] |  Devin Acker | 2021-10-13 | 1 | -4/+12 |
| * | Add Z80-derived stub devices for eZ80 and R800 CPUs |  AJR | 2021-10-03 | 1 | -0/+4 |
| * | unidasm: Add disassembler for DEC VAX architecture |  AJR | 2021-09-03 | 1 | -0/+10 |
| * | Assorted N64 fixes (#8415) |  MooglyGuy | 2021-08-09 | 1 | -34/+1 |
| * | little hack to make it build fine with current build system |  Miodrag Milanovic | 2021-08-02 | 1 | -0/+2 |
| * | Genearate seaparate dasm header for TMS57002 |  Miodrag Milanovic | 2021-08-02 | 1 | -3/+3 |
| * | f2mc16: Rewrite disassembler |  AJR | 2021-07-21 | 1 | -2/+2 |