summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68000.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* m68000: add missing set_current_cpu function Patrick Mackinlay2025-02-101-0/+8
* m68000: Fix pc interactions in debugger Olivier Galibert2024-03-291-4/+8
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* m68000: Remove leftover debug logerror Olivier Galibert2023-06-031-2/+0
* m68000: When a SR S-flag update happens in parallel to a bus access, be caref... Olivier Galibert2023-06-021-0/+4
* m68008: Implement as a 68000 variant Olivier Galibert2023-05-271-116/+20
* srcclean in preparation for release Vas Crabb2023-04-231-4/+4
* tmp68301: Add timers and fix interrupts (thanks grdians for the test cases) Olivier Galibert2023-04-041-7/+10
* tmp68301: Reimplement in the new68k framework. The timers are not yet implem... Olivier Galibert2023-04-041-0/+102
* m68000: some variables were missing from savestate/zerofill hap2023-04-031-20/+33
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-2/+2
* Interrupt callback rationalization AJR2023-03-111-2/+2
* m68000: Re-add debugger exception hook for interrupt/trap vectors; register I... AJR2023-02-271-0/+1
* m68000: Unexpectedly, device reset time warps? Olivier Galibert2023-02-231-0/+1
* m68000: Fix the vpa wait state, make using irq 7/NMI a little more transparent Olivier Galibert2023-02-221-5/+15
* m68000: Properly acknowledge interrupts when no mixer is present Olivier Galibert2023-02-221-1/+7
* emumem: Fix delegates on delay methods Olivier Galibert2023-02-221-11/+18
* emumem: First try at wait states Olivier Galibert2023-02-221-2/+15
* atarist: Extract the MMU, will need STE memory map specialization Olivier Galibert2023-02-221-1/+1
* m68000: New implementation, generated from the micro/nanocode Olivier Galibert2023-02-221-10/+390
* 68000: Add a level of transparent indirection, turn the reset output line int... Olivier Galibert2022-11-031-3/+3
* m68000: split the header to make future semi-indenpendant implementations sane Olivier Galibert2022-09-301-0/+35