summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
* m680x0: only allow one fault per instruction at a time (#15175) Patrick Mackinlay2026-03-311-0/+4
* Ran srcclean across the source. Vas Crabb2026-03-221-1/+1
* m68008: Update SR only after popping both stack bytes on RTE. (#11288) [Olivi... Curt Coder2026-03-195-23977/+23965
* luxor/abc1600: Refactor the MAC into a 68008 MMU. Curt Coder2026-03-102-7/+48
* cpu/m68000: Fix the 68LC040 so it actually has 68040 opcodes. [Doug Brown, R.... arbee2026-01-301-5/+5
* lisa: Massive updates Olivier Galibert2026-01-072-5/+78
* m68008: Fix crash when trying to set PC from debugger AJR2025-12-271-2/+2
* hash/pc98_cd.xml: update QA angelosa2025-11-021-6/+0
* cpu/m68000/mcf5206e.cpp: fix MBUS and DMA irq routing angelosa2025-11-012-3/+4
* cpu/m68000/mcf5206e.cpp: disallow do not use commands for monomach to send 0x... angelosa2025-11-011-6/+6
* m68000/mcf5206e.cpp: provide GPIO reads, fix funcube2 ~ funcube5 battery regr... angelosa2025-11-012-18/+25
* cpu/m68000/mcf5206e.cpp: provide MBAR relocation, and retire machine/mcf506e.cpp angelosa2025-11-012-48/+191
* cpu/m68000/mcf5206e.cpp: make it accept external interrupts, fix CPU space (m... angelosa2025-10-312-142/+202
* src/devices/cpu/m68000: add basic state viewer for Coldfire angelosa2025-10-317-107/+523
* Fix up various things: Vas Crabb2025-08-012-9/+10
* srcclean and cleanup Vas Crabb2025-07-273-138/+138
* m68010 ctor accepts type param (#13973) Adam Billyard2025-07-212-3/+11
* Add support for Freescale mcf5206e peripherals for Pluto 6 emulation (#13261) Naoki Saito2025-07-137-13/+1680
* m68k: make pc-relative disassembly a little nicer to read Olivier Galibert2025-05-261-2/+1
* misc cpu: no need to check debug enabled flag manually hap2025-04-112-2/+2
* cpu/m68000: For 68010 only, do not throw away buserr on prefetch (#13405) Adam Billyard2025-03-313-2/+11
* m68k: fix fmovem effective address increment bug Patrick Mackinlay2025-03-122-51/+38
* m68000: add missing set_current_cpu function Patrick Mackinlay2025-02-101-0/+8
* scc68070: limit external memory addresses to 24 bits (fixes cdi:zombie and cl... Devin Acker2025-02-092-0/+34
* cpu/m68000: Fix disassembly of CAS. [Doug Brown, R. Belmont] arbee2025-01-261-3/+3
* misc: remove "all rights reserved" copyright comment, hap2025-01-224-4/+4
* cpu/m68000: Support direct FPU moves to A registers, not just indirect. [R. B... arbee2024-11-291-14/+6
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-271-3/+3
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-1714-3/+18
* cpu/m68000: Stub out the Coprocesor Interface Registers found on '010-'030 so... arbee2024-10-263-0/+91
* m68k: add FPU instructions `FETOX`, `FETOXM1`, `FTWOTOX`, `FTENTOX` (#12903) kms12122024-10-241-0/+36
* cpu/m68000: Don't emulate byte smearing for the 68040, and fix disabling the ... arbee2024-10-134-6/+241
* cpu/m68000: Rename m_instruction_restart to m_can_instruction_restart to clea... Adam Billyard2024-10-135-11/+11
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2714-30/+30
* diexec: remove vestigal execute_input_lines() hap2024-09-183-7/+0
* cpu/m68000: Fix fmovem reads for mode=2 (#12510) Sven Schnelle2024-06-251-20/+4
* srcclean and manual cleanup. Vas Crabb2024-06-232-0/+0
* cpu/m68000: FPU now sets the NaN flag for all NaNs, not just signalling. Fix... arbee2024-05-301-4/+4
* cpu/m68000: Turn off FPU verbose logging, implement missing FMOVE #imm32 mode... arbee2024-05-271-1/+9
* cpu/m68000: Updated 680x0 FPU to Softfloat 3 from 2. (MT5411 and MT8793). [R.... arbee2024-05-272-404/+559
* sega/segaybd.cpp: Switch Sega Y-Board games back to Musashi (MT08783). [R. Be... arbee2024-05-122-0/+52
* m68000: Fix pc interactions in debugger Olivier Galibert2024-03-291-4/+8
* tmp68301: Add parity tx support Olivier Galibert2024-02-241-2/+9
* Removed some unnecessary backslash line continuations. (#12047) amameuser2024-02-2113-71988/+71988
* vl1: Add a lot of stuff. Need to find where the MIDI data error is coming fr... Olivier Galibert2024-02-191-2/+2
* m68000/tmp68301.cpp: add stub for TMP68303, recify previous commit to apply f... angelosa2023-11-132-4/+37
* m68000/tmp68301.cpp: downshift timer irqs by one, fix pkspirt input reading angelosa2023-11-131-1/+5
* cpu/m68k: Try again for GCC [R. Belmont] arbee2023-07-052-11/+11
* cpu/m68k: Revert unwise cleanup. [R. Belmont] arbee2023-07-052-3/+3
* cpu/m68000: Allow drivers and devices to use the instruction restart capabili... arbee2023-07-052-59/+77