| Commit message (Expand) | Author | Age | Files | Lines |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | Implement 68k FPU FATAN instruction (#8287) |  Calvin Buckley | 2021-07-18 | 1 | -0/+7 |
| * | m68kfpu: Support all FSINCOS encodings, fix multiple bugs in FMOVEM. [R. Belm... |  arbee | 2021-06-11 | 1 | -25/+21 |
| * | m68kfpu: fix missing break statements [R. Belmont] |  arbee | 2021-06-07 | 1 | -0/+2 |
| * | m68kfpu: implement FGETMAN and FSINCOS. Photoshop 3.0 starts & loads pictures... |  arbee | 2021-06-07 | 1 | -5/+80 |
| * | m68k: header update. [R. Belmont] |  arbee | 2021-05-13 | 1 | -2/+2 |
| * | m68k: backport FPU fixes from upstream Musashi [R. Belmont, Jean-Francois Fabre] |  arbee | 2021-05-13 | 1 | -41/+71 |
| * | m68kfpu: support instructions with 80-bit FP immediate values. (GitHub issue ... |  arbee | 2021-05-11 | 1 | -0/+5 |
| * | m68k: Implement FMOVEM mode 0b11 (#8022) |  Calvin Buckley | 2021-04-30 | 1 | -0/+4 |
| * | m68000: Don't clear interrupt input state upon reset |  AJR | 2021-01-08 | 1 | -2/+0 |
| * | Fixed clang warning in Lua engine properly, converted a few fallthrough comme... |  Vas Crabb | 2020-11-17 | 1 | -2/+3 |
| * | m68k: accept addressing mode 6 for FSAVE/FRESTORE (#7482) |  shattered | 2020-11-16 | 1 | -0/+10 |
| * | Enable GCC implicit fallthrough warning. |  Vas Crabb | 2020-11-15 | 2 | -2/+3 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -1/+1 |
| * | m68000: Separate FPU code from header |  AJR | 2020-10-15 | 2 | -57/+98 |
| * | m68kfpu: eplicitly set rounding mode for frem |  Patrick Mackinlay | 2020-07-13 | 1 | -0/+3 |
| * | m68000: fix the lst file too (nw) |  hap | 2020-06-09 | 2 | -3/+3 |
| * | fix compile? untested (nw) |  hap | 2020-06-09 | 1 | -2/+2 |
| * | megadriv.cpp, megaplay.cpp, megatech.cpp: macro removal (nw) |  Ivan Vangelista | 2020-05-31 | 2 | -10/+10 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -106/+113 |
| * | Remove binary files that were inadvertently committed previously, nw |  Ryan Holtz | 2020-05-20 | 2 | -0/+0 |
| * | -sun4: Make use of multiple address spaces in the SPARC core rather than havi... |  Ryan Holtz | 2020-05-20 | 2 | -0/+0 |
| * | emumem: Another slight speedup, implemented on the 680x0 for now [O. Galibert] |  Olivier Galibert | 2020-05-19 | 1 | -88/+93 |
| * | m68kfpu: add fmod instruction (nw) |  Patrick Mackinlay | 2020-05-06 | 1 | -0/+10 |
| * | hh_pic16: rename sfxchas to flash (nw) |  hap | 2020-05-03 | 1 | -1/+1 |
| * | m68000: Add exception hook for debugger gex command |  AJR | 2020-05-02 | 2 | -19/+15 |
| * | m68kmmu: remove dead code (nw) |  Patrick Mackinlay | 2020-04-23 | 1 | -5/+0 |
| * | m68010: Correct DBcc timings |  AJR | 2020-04-22 | 2 | -17/+17 |
| * | m68000: Don't iterate to save arrays; eliiminate legacy prepost registration ... |  AJR | 2020-04-22 | 2 | -12/+6 |
| * | m68kmmu: pload does an explicit table walk (nw) |  Patrick Mackinlay | 2020-04-22 | 1 | -1/+1 |
| * | m68k: allow RTE to unwind type 1000 (68010 bus error) stack frames [R. Belmont] |  arbee | 2020-02-08 | 2 | -8/+60 |
| * | use C++ library includes (nw) |  firewave | 2020-01-22 | 1 | -1/+1 |
| * | m68000: Note regarding a worrying input edge case (not observed yet, but coul... |  AJR | 2020-01-04 | 1 | -0/+2 |
| * | srcclean (nw) |  Vas Crabb | 2019-12-21 | 1 | -1/+1 |
| * | m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans Osterme... |  arbee | 2019-11-27 | 1 | -1/+2 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -38/+38 |
| * | scc68070: Add more accurate cycle counts, distinguished from MC68000 and MC68010 |  AJR | 2019-10-30 | 4 | -2289/+2288 |
| * | (nw) fix MPU4 video crash, clean up a little |  Vas Crabb | 2019-10-27 | 1 | -0/+17 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -33/+25 |
| * | Fix Solaris 2.11 (non-Oracle) |  Rick V | 2019-08-19 | 1 | -2/+2 |
| * | m68040: Stop CINV DATA instruction from causing F-line exception |  AJR | 2019-06-27 | 2 | -0/+6 |
| * | Fix PMMU translation error that broke macii (nw) |  AJR | 2019-06-13 | 1 | -1/+1 |
| * | m68kcpu: Apply byte smearing to PMMU as well (nw) |  AJR | 2019-06-12 | 1 | -61/+67 |
| * | m68kcpu: Alternate implementation suggested by Olivier Galibert (nw) |  AJR | 2019-06-07 | 1 | -4/+4 |
| * | Accurate byte-smearing write behavior for 32-bit members of the M68K family |  AJR | 2019-06-06 | 1 | -3/+48 |
| * | srcclean (nw) |  Vas Crabb | 2019-05-26 | 2 | -5/+5 |
| * | m68000: fixed the real MMU problem Domain/OS was having; Mac still works. [Ha... |  arbee | 2019-05-23 | 1 | -1/+1 |
| * | Revert ac0d80ee which broke both Mac OS and HP-UX [R. Belmont] |  arbee | 2019-05-22 | 1 | -1/+1 |
| * | m68kcpu: Show SR; rename ISP to SSP for pre-68020 (nw) |  AJR | 2019-05-19 | 2 | -5/+9 |
| * | scc68070: Re-add a few more inadvertently illegalized opcodes (CHK, DIVS, DIV... |  AJR | 2019-04-30 | 4 | -124/+125 |