| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc: remove "all rights reserved" copyright comment, |  hap | 2025-01-22 | 1 | -1/+1 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -0/+1 |
| * | cpu/m68000: Don't emulate byte smearing for the 68040, and fix disabling the ... |  arbee | 2024-10-13 | 1 | -5/+235 |
| * | cpu/m68000: Rename m_instruction_restart to m_can_instruction_restart to clea... |  Adam Billyard | 2024-10-13 | 1 | -7/+7 |
| * | cpu/m68k: Try again for GCC [R. Belmont] |  arbee | 2023-07-05 | 1 | -8/+8 |
| * | cpu/m68k: Revert unwise cleanup. [R. Belmont] |  arbee | 2023-07-05 | 1 | -2/+2 |
| * | cpu/m68000: Allow drivers and devices to use the instruction restart capabili... |  arbee | 2023-07-05 | 1 | -47/+63 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -1/+0 |
| * | dimemory: Add the target address space to translate, wrap the constants |  Olivier Galibert | 2023-03-18 | 1 | -2/+3 |
| * | Interrupt callback rationalization |  AJR | 2023-03-11 | 1 | -2/+2 |
| * | m68000: New implementation, generated from the micro/nanocode |  Olivier Galibert | 2023-02-22 | 1 | -10/+3 |
| * | 68000: Add a level of transparent indirection, turn the reset output line int... |  Olivier Galibert | 2022-11-03 | 1 | -94/+79 |
| * | Change cpu32 and M68340 to 16 bit data bus instead of 32 [Paul Arnold] |  Paul-Arnold | 2022-10-04 | 1 | -1/+1 |
| * | m68000: split the header to make future semi-indenpendant implementations sane |  Olivier Galibert | 2022-09-30 | 1 | -350/+1 |
| * | eminline.h: Additions |  AJR | 2022-09-25 | 1 | -2/+2 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -1/+0 |
| * | 68k: support for external MMU bus error instruction restart (#9369) |  J Booth | 2022-03-20 | 1 | -6/+31 |
| * | create 68010 bus error stack frame / fix for 68010 RTE stack frame unwinding ... |  J Booth | 2022-02-11 | 1 | -2/+9 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -2/+2 |
| * | Debugger-related feature removals and cleanup |  AJR | 2021-08-15 | 1 | -1/+0 |
| * | m68000: Don't clear interrupt input state upon reset |  AJR | 2021-01-08 | 1 | -2/+0 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -106/+106 |
| * | emumem: Another slight speedup, implemented on the 680x0 for now [O. Galibert] |  Olivier Galibert | 2020-05-19 | 1 | -88/+93 |
| * | m68000: Add exception hook for debugger gex command |  AJR | 2020-05-02 | 1 | -3/+3 |
| * | m68000: Don't iterate to save arrays; eliiminate legacy prepost registration ... |  AJR | 2020-04-22 | 1 | -9/+4 |
| * | m68000: Note regarding a worrying input edge case (not observed yet, but coul... |  AJR | 2020-01-04 | 1 | -0/+2 |
| * | scc68070: Add more accurate cycle counts, distinguished from MC68000 and MC68010 |  AJR | 2019-10-30 | 1 | -47/+46 |
| * | (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 | 1 | -29/+21 |
| * | 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 |
| * | m68kcpu: Show SR; rename ISP to SSP for pre-68020 (nw) |  AJR | 2019-05-19 | 1 | -3/+7 |
| * | m68000: Read the initial SP and PC from memory after rather than during machi... |  AJR | 2019-04-29 | 1 | -6/+6 |
| * | m680x0: Rely on the opcode tables for cpu filtering, ban "return" from opcode... |  Olivier Galibert | 2019-04-29 | 1 | -32/+105 |
| * | m680x0: Normalize type names to the short versions [O. Galibert] |  Olivier Galibert | 2019-04-29 | 1 | -48/+48 |
| * | m680x0: Change method pointers to state ids in the big tables [O. Galibert] |  Olivier Galibert | 2019-04-29 | 1 | -101/+32 |
| * | m680x0: Merge table and opcode body together [O. Galibert] |  Olivier Galibert | 2019-04-29 | 1 | -1/+1 |
| * | m680x0: Rename remaining_cycles to icount in alignemnt with the rest of mame ... |  Olivier Galibert | 2019-04-29 | 1 | -17/+17 |
| * | m680x0: Only keep the bodies in the input file [O. Galibert] |  Olivier Galibert | 2019-04-29 | 1 | -0/+109 |
| * | Specify a few of the unique aspects of the SCC68070 core (nw) |  AJR | 2019-04-19 | 1 | -3/+28 |
| * | scc68070: Merge CPU device with on-chip peripheral emulation |  AJR | 2019-04-17 | 1 | -5/+5 |
| * | m68000: Make the autovector abstraction a bit less leaky (nw) |  AJR | 2019-04-14 | 1 | -14/+14 |
| * | m68kcpu.cpp: Continuation of note (nw) |  AJR | 2019-04-05 | 1 | -0/+1 |
| * | m68kcpu.cpp: Fix vector fetch width and autovector mapping (nw) |  AJR | 2019-04-04 | 1 | -2/+13 |
| * | 68000: Rework interrupt handling [O. Galibert] |  Olivier Galibert | 2019-04-05 | 1 | -26/+61 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -21/+0 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -0/+21 |
| * | m68301: Remove device type (nw) |  AJR | 2019-03-22 | 1 | -21/+0 |