summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m68000
Commit message (Expand)AuthorAgeFilesLines
* Debugger-related feature removals and cleanup AJR2021-08-151-1/+0
* Implement 68k FPU FATAN instruction (#8287) Calvin Buckley2021-07-181-0/+7
* m68kfpu: Support all FSINCOS encodings, fix multiple bugs in FMOVEM. [R. Belm... arbee2021-06-111-25/+21
* m68kfpu: fix missing break statements [R. Belmont] arbee2021-06-071-0/+2
* m68kfpu: implement FGETMAN and FSINCOS. Photoshop 3.0 starts & loads pictures... arbee2021-06-071-5/+80
* m68k: header update. [R. Belmont] arbee2021-05-131-2/+2
* m68k: backport FPU fixes from upstream Musashi [R. Belmont, Jean-Francois Fabre] arbee2021-05-131-41/+71
* m68kfpu: support instructions with 80-bit FP immediate values. (GitHub issue ... arbee2021-05-111-0/+5
* m68k: Implement FMOVEM mode 0b11 (#8022) Calvin Buckley2021-04-301-0/+4
* m68000: Don't clear interrupt input state upon reset AJR2021-01-081-2/+0
* Fixed clang warning in Lua engine properly, converted a few fallthrough comme... Vas Crabb2020-11-171-2/+3
* m68k: accept addressing mode 6 for FSAVE/FRESTORE (#7482) shattered2020-11-161-0/+10
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-152-2/+3
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-1/+1
* m68000: Separate FPU code from header AJR2020-10-152-57/+98
* m68kfpu: eplicitly set rounding mode for frem Patrick Mackinlay2020-07-131-0/+3
* m68000: fix the lst file too (nw) hap2020-06-092-3/+3
* fix compile? untested (nw) hap2020-06-091-2/+2
* megadriv.cpp, megaplay.cpp, megatech.cpp: macro removal (nw) Ivan Vangelista2020-05-312-10/+10
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-106/+113
* Remove binary files that were inadvertently committed previously, nw Ryan Holtz2020-05-202-0/+0
* -sun4: Make use of multiple address spaces in the SPARC core rather than havi... Ryan Holtz2020-05-202-0/+0
* emumem: Another slight speedup, implemented on the 680x0 for now [O. Galibert] Olivier Galibert2020-05-191-88/+93
* m68kfpu: add fmod instruction (nw) Patrick Mackinlay2020-05-061-0/+10
* hh_pic16: rename sfxchas to flash (nw) hap2020-05-031-1/+1
* m68000: Add exception hook for debugger gex command AJR2020-05-022-19/+15
* m68kmmu: remove dead code (nw) Patrick Mackinlay2020-04-231-5/+0
* m68010: Correct DBcc timings AJR2020-04-222-17/+17
* m68000: Don't iterate to save arrays; eliiminate legacy prepost registration ... AJR2020-04-222-12/+6
* m68kmmu: pload does an explicit table walk (nw) Patrick Mackinlay2020-04-221-1/+1
* m68k: allow RTE to unwind type 1000 (68010 bus error) stack frames [R. Belmont] arbee2020-02-082-8/+60
* use C++ library includes (nw) firewave2020-01-221-1/+1
* m68000: Note regarding a worrying input edge case (not observed yet, but coul... AJR2020-01-041-0/+2
* srcclean (nw) Vas Crabb2019-12-211-1/+1
* m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans Osterme... arbee2019-11-271-1/+2
* 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