| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 1 | -1/+1 |
| * | Demote tautological-compare to a warning again. |  Vas Crabb | 2024-11-27 | 1 | -3/+3 |
| * | dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... |  Vas Crabb | 2024-11-27 | 2 | -7/+7 |
| * | diexec: Add callback to allow debugger to break into the middle of wait-type ... |  AJR | 2024-11-17 | 1 | -3/+6 |
| * | cpu/i960, cpu/sharc, cpu/sparc, cpu/v60: Use 32x32=64-bit multiply inlines |  AJR | 2024-11-10 | 1 | -2/+2 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -15/+15 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 2 | -12/+0 |
| * | sparc: One more use for util::sext; fix probable copy-and-paste error in disa... |  AJR | 2023-08-31 | 2 | -3/+3 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
| * | sun4c, SPARC, and NCR53C90 bug fixes: (#10821) [Ryan Holtz] |  MooglyGuy | 2023-01-11 | 2 | -39/+27 |
| * | SPARC and sun4 fixes and boilerplate cleanup: (#10793) [Ryan Holtz] |  MooglyGuy | 2023-01-06 | 1 | -0/+8 |
| * | coretmpl.h: Add utility function for sign-extending values of arbitrary width |  AJR | 2022-11-01 | 1 | -7/+7 |
| * | sparc: Re-support certain instructions in SPARClite disassembly |  AJR | 2022-08-27 | 1 | -6/+7 |
| * | megatrix: Switch to correct CPU type |  AJR | 2022-06-29 | 1 | -3/+6 |
| * | sparc: Disassembler fixes |  AJR | 2022-06-29 | 1 | -31/+27 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 2 | -3/+1 |
| * | Debugger feature improvements |  AJR | 2022-03-27 | 1 | -1/+4 |
| * | srcclean, remove a vestigial thing, and a little cleanup |  Vas Crabb | 2021-12-26 | 1 | -18/+18 |
| * | sparclite: correct wssr[0] reset state |  hap | 2021-12-06 | 1 | -3/+3 |
| * | sparclite: correct disasm after prev commit |  hap | 2021-12-06 | 1 | -1/+4 |
| * | sparclite: OP3_SCAN had the wrong id |  hap | 2021-12-06 | 2 | -11/+8 |
| * | sparc: check pending interrupt after RETT |  hap | 2021-12-06 | 1 | -0/+6 |
| * | sparc: get rid of icount time travel |  hap | 2021-12-06 | 2 | -241/+13 |
| * | sparc: fix LDSTUBA not working |  hap | 2021-12-05 | 1 | -2/+2 |
| * | sparclite: NWINDOWS=8 |  hap | 2021-12-05 | 3 | -13/+30 |
| * | sparc: SWAP/SWAPA on unaligned address causes a trap |  hap | 2021-12-04 | 2 | -42/+44 |
| * | sparclite: update notes |  hap | 2021-12-01 | 1 | -16/+11 |
| * | sparclite: add preliminary system support ctrl reg |  hap | 2021-12-01 | 2 | -11/+39 |
| * | sparc: remove pseudocode comments copy pasted from manual |  hap | 2021-11-28 | 1 | -909/+29 |
| * | sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction |  hap | 2021-11-28 | 1 | -2/+11 |
| * | sparc: undo accidental delete on prev commit |  hap | 2021-11-27 | 1 | -0/+9 |
| * | sparc: fix unreachable code in execute_rdsr |  hap | 2021-11-27 | 1 | -17/+8 |
| * | sparclite: update prev commit, better habit to call parent class |  hap | 2021-11-25 | 1 | -2/+1 |
| * | sparclite: update_addr_masks after loadstate |  hap | 2021-11-25 | 2 | -0/+9 |
| * | sparc: eat_cycles is inaccurate (eg. icount=1, eat_cycles(3), icount=0) |  hap | 2021-11-24 | 1 | -2/+2 |
| * | sparc: revert prev commit, manual clearly says nope |  hap | 2021-11-24 | 2 | -11/+10 |
| * | sparc: assume that sparclite waitstate page check is per cs |  hap | 2021-11-24 | 2 | -10/+10 |
| * | sparc.cpp: save_item takes care of arrays |  Ivan Vangelista | 2021-11-24 | 1 | -2/+2 |
| * | saitek_osa: added sparc module emulation [Ryan Holtz, hap] |  hap | 2021-11-24 | 1 | -6/+6 |
| * | sparc: added initial support for SPARClite [Ryan Holtz] |  hap | 2021-11-23 | 5 | -52/+792 |
| * | sparc: Add support for over/out disassembler flags |  AJR | 2021-10-12 | 1 | -6/+10 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 2 | -3/+3 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -0/+1 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -0/+4 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 2 | -4/+4 |
| * | -sparc: Use memory_access_specific for a minor speedup, nw |  Ryan Holtz | 2020-05-20 | 2 | -2/+2 |
| * | -sun4: Make use of multiple address spaces in the SPARC core rather than havi... |  Ryan Holtz | 2020-05-20 | 3 | -60/+61 |
| * | -sparc: Fixed FPU exception handling and IU interlocking. All SPARCstation 2 ... |  Ryan Holtz | 2020-05-17 | 2 | -193/+221 |
| * | sparc: remove unused file from when device was renamed (nw) |  hap | 2020-04-28 | 2 | -4740/+2 |