| Commit message (Expand) | Author | Age | Files | Lines |
| * | m680x0: only allow one fault per instruction at a time (#15175) |  Patrick Mackinlay | 2026-03-31 | 1 | -0/+4 |
| * | Ran srcclean across the source. |  Vas Crabb | 2026-03-22 | 1 | -1/+1 |
| * | m68008: Update SR only after popping both stack bytes on RTE. (#11288) [Olivi... |  Curt Coder | 2026-03-19 | 5 | -23977/+23965 |
| * | luxor/abc1600: Refactor the MAC into a 68008 MMU. |  Curt Coder | 2026-03-10 | 2 | -7/+48 |
| * | cpu/m68000: Fix the 68LC040 so it actually has 68040 opcodes. [Doug Brown, R.... |  arbee | 2026-01-30 | 1 | -5/+5 |
| * | lisa: Massive updates |  Olivier Galibert | 2026-01-07 | 2 | -5/+78 |
| * | m68008: Fix crash when trying to set PC from debugger |  AJR | 2025-12-27 | 1 | -2/+2 |
| * | hash/pc98_cd.xml: update QA |  angelosa | 2025-11-02 | 1 | -6/+0 |
| * | cpu/m68000/mcf5206e.cpp: fix MBUS and DMA irq routing |  angelosa | 2025-11-01 | 2 | -3/+4 |
| * | cpu/m68000/mcf5206e.cpp: disallow do not use commands for monomach to send 0x... |  angelosa | 2025-11-01 | 1 | -6/+6 |
| * | m68000/mcf5206e.cpp: provide GPIO reads, fix funcube2 ~ funcube5 battery regr... |  angelosa | 2025-11-01 | 2 | -18/+25 |
| * | cpu/m68000/mcf5206e.cpp: provide MBAR relocation, and retire machine/mcf506e.cpp |  angelosa | 2025-11-01 | 2 | -48/+191 |
| * | cpu/m68000/mcf5206e.cpp: make it accept external interrupts, fix CPU space (m... |  angelosa | 2025-10-31 | 2 | -142/+202 |
| * | src/devices/cpu/m68000: add basic state viewer for Coldfire |  angelosa | 2025-10-31 | 7 | -107/+523 |
| * | Fix up various things: |  Vas Crabb | 2025-08-01 | 2 | -9/+10 |
| * | srcclean and cleanup |  Vas Crabb | 2025-07-27 | 3 | -138/+138 |
| * | m68010 ctor accepts type param (#13973) |  Adam Billyard | 2025-07-21 | 2 | -3/+11 |
| * | Add support for Freescale mcf5206e peripherals for Pluto 6 emulation (#13261) |  Naoki Saito | 2025-07-13 | 7 | -13/+1680 |
| * | m68k: make pc-relative disassembly a little nicer to read |  Olivier Galibert | 2025-05-26 | 1 | -2/+1 |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 2 | -2/+2 |
| * | cpu/m68000: For 68010 only, do not throw away buserr on prefetch (#13405) |  Adam Billyard | 2025-03-31 | 3 | -2/+11 |
| * | m68k: fix fmovem effective address increment bug |  Patrick Mackinlay | 2025-03-12 | 2 | -51/+38 |
| * | m68000: add missing set_current_cpu function |  Patrick Mackinlay | 2025-02-10 | 1 | -0/+8 |
| * | scc68070: limit external memory addresses to 24 bits (fixes cdi:zombie and cl... |  Devin Acker | 2025-02-09 | 2 | -0/+34 |
| * | cpu/m68000: Fix disassembly of CAS. [Doug Brown, R. Belmont] |  arbee | 2025-01-26 | 1 | -3/+3 |
| * | misc: remove "all rights reserved" copyright comment, |  hap | 2025-01-22 | 4 | -4/+4 |
| * | cpu/m68000: Support direct FPU moves to A registers, not just indirect. [R. B... |  arbee | 2024-11-29 | 1 | -14/+6 |
| * | dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... |  Vas Crabb | 2024-11-27 | 1 | -3/+3 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 14 | -3/+18 |
| * | cpu/m68000: Stub out the Coprocesor Interface Registers found on '010-'030 so... |  arbee | 2024-10-26 | 3 | -0/+91 |
| * | m68k: add FPU instructions `FETOX`, `FETOXM1`, `FTWOTOX`, `FTENTOX` (#12903) |  kms1212 | 2024-10-24 | 1 | -0/+36 |
| * | cpu/m68000: Don't emulate byte smearing for the 68040, and fix disabling the ... |  arbee | 2024-10-13 | 4 | -6/+241 |
| * | cpu/m68000: Rename m_instruction_restart to m_can_instruction_restart to clea... |  Adam Billyard | 2024-10-13 | 5 | -11/+11 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 14 | -30/+30 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 3 | -7/+0 |
| * | cpu/m68000: Fix fmovem reads for mode=2 (#12510) |  Sven Schnelle | 2024-06-25 | 1 | -20/+4 |
| * | srcclean and manual cleanup. |  Vas Crabb | 2024-06-23 | 2 | -0/+0 |
| * | cpu/m68000: FPU now sets the NaN flag for all NaNs, not just signalling. Fix... |  arbee | 2024-05-30 | 1 | -4/+4 |
| * | cpu/m68000: Turn off FPU verbose logging, implement missing FMOVE #imm32 mode... |  arbee | 2024-05-27 | 1 | -1/+9 |
| * | cpu/m68000: Updated 680x0 FPU to Softfloat 3 from 2. (MT5411 and MT8793). [R.... |  arbee | 2024-05-27 | 2 | -404/+559 |
| * | sega/segaybd.cpp: Switch Sega Y-Board games back to Musashi (MT08783). [R. Be... |  arbee | 2024-05-12 | 2 | -0/+52 |
| * | m68000: Fix pc interactions in debugger |  Olivier Galibert | 2024-03-29 | 1 | -4/+8 |
| * | tmp68301: Add parity tx support |  Olivier Galibert | 2024-02-24 | 1 | -2/+9 |
| * | Removed some unnecessary backslash line continuations. (#12047) |  amameuser | 2024-02-21 | 13 | -71988/+71988 |
| * | vl1: Add a lot of stuff. Need to find where the MIDI data error is coming fr... |  Olivier Galibert | 2024-02-19 | 1 | -2/+2 |
| * | m68000/tmp68301.cpp: add stub for TMP68303, recify previous commit to apply f... |  angelosa | 2023-11-13 | 2 | -4/+37 |
| * | m68000/tmp68301.cpp: downshift timer irqs by one, fix pkspirt input reading |  angelosa | 2023-11-13 | 1 | -1/+5 |
| * | cpu/m68k: Try again for GCC [R. Belmont] |  arbee | 2023-07-05 | 2 | -11/+11 |
| * | cpu/m68k: Revert unwise cleanup. [R. Belmont] |  arbee | 2023-07-05 | 2 | -3/+3 |
| * | cpu/m68000: Allow drivers and devices to use the instruction restart capabili... |  arbee | 2023-07-05 | 2 | -59/+77 |