| Commit message (Expand) | Author | Age | Files | Lines |
| * | misc cpu: no need to check debug enabled flag manually |  hap | 2025-04-11 | 1 | -1/+1 |
| * | 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 |
| * | diexec: remove vestigal execute_input_lines() |  hap | 2024-09-18 | 1 | -11/+0 |
| * | 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 | 1 | -38/+26 |
| * | SPARC and sun4 fixes and boilerplate cleanup: (#10793) [Ryan Holtz] |  MooglyGuy | 2023-01-06 | 1 | -0/+8 |
| * | megatrix: Switch to correct CPU type |  AJR | 2022-06-29 | 1 | -3/+6 |
| * | src/devices/cpu: Remove #include "debugger.h" where no longer necessary |  AJR | 2022-04-06 | 1 | -2/+0 |
| * | 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: OP3_SCAN had the wrong id |  hap | 2021-12-06 | 1 | -10/+7 |
| * | sparc: check pending interrupt after RETT |  hap | 2021-12-06 | 1 | -0/+6 |
| * | sparc: get rid of icount time travel |  hap | 2021-12-06 | 1 | -240/+13 |
| * | sparc: fix LDSTUBA not working |  hap | 2021-12-05 | 1 | -2/+2 |
| * | sparclite: NWINDOWS=8 |  hap | 2021-12-05 | 1 | -5/+22 |
| * | sparc: SWAP/SWAPA on unaligned address causes a trap |  hap | 2021-12-04 | 1 | -41/+43 |
| * | sparclite: update notes |  hap | 2021-12-01 | 1 | -16/+11 |
| * | sparclite: add preliminary system support ctrl reg |  hap | 2021-12-01 | 1 | -11/+37 |
| * | 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 | 1 | -0/+7 |
| * | 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 | 1 | -10/+9 |
| * | sparc: assume that sparclite waitstate page check is per cs |  hap | 2021-11-24 | 1 | -9/+9 |
| * | 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 | 1 | -37/+650 |
| * | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -3/+2 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -3/+3 |
| * | emumem: A little more speedup. cache and specific change syntax, and are not... |  Olivier Galibert | 2020-05-25 | 1 | -3/+3 |
| * | -sparc: Use memory_access_specific for a minor speedup, nw |  Ryan Holtz | 2020-05-20 | 1 | -1/+1 |
| * | -sun4: Make use of multiple address spaces in the SPARC core rather than havi... |  Ryan Holtz | 2020-05-20 | 1 | -55/+56 |
| * | -sparc: Fixed FPU exception handling and IU interlocking. All SPARCstation 2 ... |  Ryan Holtz | 2020-05-17 | 1 | -193/+216 |
| * | -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... |  mooglyguy | 2019-11-18 | 1 | -0/+5046 |