summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000/m68kcpu.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* m68000: Don't clear interrupt input state upon reset AJR2021-01-081-2/+0
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-106/+106
* emumem: Another slight speedup, implemented on the 680x0 for now [O. Galibert] Olivier Galibert2020-05-191-88/+93
* m68000: Add exception hook for debugger gex command AJR2020-05-021-3/+3
* m68000: Don't iterate to save arrays; eliiminate legacy prepost registration ... AJR2020-04-221-9/+4
* m68000: Note regarding a worrying input edge case (not observed yet, but coul... AJR2020-01-041-0/+2
* scc68070: Add more accurate cycle counts, distinguished from MC68000 and MC68010 AJR2019-10-301-47/+46
* (nw) fix MPU4 video crash, clean up a little Vas Crabb2019-10-271-0/+17
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-29/+21
* Fix PMMU translation error that broke macii (nw) AJR2019-06-131-1/+1
* m68kcpu: Apply byte smearing to PMMU as well (nw) AJR2019-06-121-61/+67
* m68kcpu: Alternate implementation suggested by Olivier Galibert (nw) AJR2019-06-071-4/+4
* Accurate byte-smearing write behavior for 32-bit members of the M68K family AJR2019-06-061-3/+48
* m68kcpu: Show SR; rename ISP to SSP for pre-68020 (nw) AJR2019-05-191-3/+7
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-6/+6
* m680x0: Rely on the opcode tables for cpu filtering, ban "return" from opcode... Olivier Galibert2019-04-291-32/+105
* m680x0: Normalize type names to the short versions [O. Galibert] Olivier Galibert2019-04-291-48/+48
* m680x0: Change method pointers to state ids in the big tables [O. Galibert] Olivier Galibert2019-04-291-101/+32
* m680x0: Merge table and opcode body together [O. Galibert] Olivier Galibert2019-04-291-1/+1
* m680x0: Rename remaining_cycles to icount in alignemnt with the rest of mame ... Olivier Galibert2019-04-291-17/+17
* m680x0: Only keep the bodies in the input file [O. Galibert] Olivier Galibert2019-04-291-0/+109
* Specify a few of the unique aspects of the SCC68070 core (nw) AJR2019-04-191-3/+28
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-171-5/+5
* m68000: Make the autovector abstraction a bit less leaky (nw) AJR2019-04-141-14/+14
* m68kcpu.cpp: Continuation of note (nw) AJR2019-04-051-0/+1
* m68kcpu.cpp: Fix vector fetch width and autovector mapping (nw) AJR2019-04-041-2/+13
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-051-26/+61
* (nw) Clean up the mess on master Vas Crabb2019-03-261-21/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+21
* m68301: Remove device type (nw) AJR2019-03-221-21/+0
* m68000: show PMMU registers for 68020/030/040 in debugger Sven Schnelle2018-11-061-0/+34
* m68kmmu: don't change Page table/ATC state during translations caused by debu... Sven Schnelle2018-11-031-1/+1
* Merge pull request #4233 from hp9k/m68000_aerr_rw_fix R. Belmont2018-11-031-2/+2
|\
| * m68000: fix rw bit in address error frame (nw) Sven Schnelle2018-11-021-2/+2
* | m68kmmu improvements (#4229) dxl2018-11-021-16/+16
|/
* add Special Status Word (SSW) to exception frames Sven Schnelle2018-10-071-0/+4
* Gross fix (nw) Olivier Galibert2018-07-091-2/+3
* 68000: stop the cpu on recursive berr (nw) Olivier Galibert2018-07-041-2/+7
* srcclean (nw) Vas Crabb2018-05-271-1/+1
* Stupid typo (nw) Olivier Galibert2018-05-161-1/+1
* emumem: Rename direct_read_handler to memory_access_cache. Parametrize the t... Olivier Galibert2018-05-111-373/+226
* Reshuffle some stuff: Vas Crabb2018-03-281-2/+2
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-251-38/+38
* qsound: clean up host and DAC comms a bit, hopefully fix desync Vas Crabb2018-03-161-15/+15
* Blind faith fixed long names for almost all CPUs (nw) angelosa2018-03-151-17/+17
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-732/+676
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-676/+732
* Refactor 680x0 so that member variables aren't public. [smf] smf-2017-12-131-732/+676
* emumem: API change [O. Galibert] Olivier Galibert2017-11-291-10/+10