summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-38/+38
* scc68070: Add more accurate cycle counts, distinguished from MC68000 and MC68010 AJR2019-10-304-2289/+2288
* (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-262-33/+25
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-2/+2
* m68040: Stop CINV DATA instruction from causing F-line exception AJR2019-06-272-0/+6
* 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
* srcclean (nw) Vas Crabb2019-05-262-5/+5
* m68000: fixed the real MMU problem Domain/OS was having; Mac still works. [Ha... arbee2019-05-231-1/+1
* Revert ac0d80ee which broke both Mac OS and HP-UX [R. Belmont] arbee2019-05-221-1/+1
* m68kcpu: Show SR; rename ISP to SSP for pre-68020 (nw) AJR2019-05-192-5/+9
* scc68070: Re-add a few more inadvertently illegalized opcodes (CHK, DIVS, DIV... AJR2019-04-304-124/+125
* Clarify that SCC68070 RTE is more like MC68010 than MC68000 (nw) AJR2019-04-293-5/+5
* m68000: Read the initial SP and PC from memory after rather than during machi... AJR2019-04-291-6/+6
* SCC68070 fixes (nw) AJR2019-04-293-924/+924
* m680x0: Rely on the opcode tables for cpu filtering, ban "return" from opcode... Olivier Galibert2019-04-297-17981/+16221
* m680x0: Normalize type names to the short versions [O. Galibert] Olivier Galibert2019-04-299-6893/+6892
* m680x0: Nicer function names [O. Galibert] Olivier Galibert2019-04-293-5937/+5927
* m680x0: Change method pointers to state ids in the big tables [O. Galibert] Olivier Galibert2019-04-294-2087/+4011
* m680x0: Merge table and opcode body together [O. Galibert] Olivier Galibert2019-04-295-10263/+8587
* m680x0: Stop using spec_proc [O. Galibert] Olivier Galibert2019-04-291-1/+1
* m680x0: Rename remaining_cycles to icount in alignemnt with the rest of mame ... Olivier Galibert2019-04-296-407/+407
* m680x0: Only keep the bodies in the input file [O. Galibert] Olivier Galibert2019-04-296-399/+136
* m680x0: gratuitously convert the generator to python [O. Galibert] Olivier Galibert2019-04-296-1453/+37194
* Specify a few of the unique aspects of the SCC68070 core (nw) AJR2019-04-193-10/+84
* m68kmmu: fix ATC entry calculation error that was crashing Domain/OS [Hans Os... arbee2019-04-191-1/+1
* scc68070: Merge CPU device with on-chip peripheral emulation AJR2019-04-172-11/+10
* m68000: Make the autovector abstraction a bit less leaky (nw) AJR2019-04-142-17/+18
* 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
* fidel_eag68k: disable_interrupt_mixer for feagv5 (nw) hap2019-04-051-0/+4
* m68k_in.cpp: Fix build (this instruction will need further fixing) (nw) AJR2019-04-041-3/+6
* 68000: Rework interrupt handling [O. Galibert] Olivier Galibert2019-04-052-49/+78
* (nw) Clean up the mess on master Vas Crabb2019-03-264-38/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-5/+38
* apollo: Updates and resurrection [Hans Ostermeyer] arbee2019-03-222-1/+2
* m68301: Remove device type (nw) AJR2019-03-222-37/+0
* Add this call to the non-generated file (nw) AJR2019-02-112-34848/+1
* No thanks to gitignore (nw) AJR2019-02-111-0/+34848
* m68000: Add overrideable method to signal RESET instruction to internal perip... AJR2019-02-111-0/+2
* m68kfpu: add (d16,An) addr mode to WRITE_EA_FPE() Sven Schnelle2018-12-021-0/+7
* m68kmmu: fix build Sven Schnelle2018-12-011-11/+0
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* Merge pull request #4264 from hp9k/go_privilege ajrhacker2018-11-101-0/+15
|\
| * debugger: add 'gp' command Sven Schnelle2018-11-061-0/+15
* | Merge pull request #4247 from hp9k/pflush_fc_ea R. Belmont2018-11-061-9/+51
|\ \
| * | m68kmmu: support flushing ATC by FC/EA (nw) Sven Schnelle2018-11-041-9/+51
| |/