summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc/sparc.cpp
Commit message (Expand)AuthorAgeFilesLines
* misc cpu: no need to check debug enabled flag manually hap2025-04-111-1/+1
* diexec: Add callback to allow debugger to break into the middle of wait-type ... AJR2024-11-171-3/+6
* cpu/i960, cpu/sharc, cpu/sparc, cpu/v60: Use 32x32=64-bit multiply inlines AJR2024-11-101-2/+2
* diexec: remove vestigal execute_input_lines() hap2024-09-181-11/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* sun4c, SPARC, and NCR53C90 bug fixes: (#10821) [Ryan Holtz] MooglyGuy2023-01-111-38/+26
* SPARC and sun4 fixes and boilerplate cleanup: (#10793) [Ryan Holtz] MooglyGuy2023-01-061-0/+8
* megatrix: Switch to correct CPU type AJR2022-06-291-3/+6
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-061-2/+0
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-261-18/+18
* sparclite: correct wssr[0] reset state hap2021-12-061-3/+3
* sparclite: OP3_SCAN had the wrong id hap2021-12-061-10/+7
* sparc: check pending interrupt after RETT hap2021-12-061-0/+6
* sparc: get rid of icount time travel hap2021-12-061-240/+13
* sparc: fix LDSTUBA not working hap2021-12-051-2/+2
* sparclite: NWINDOWS=8 hap2021-12-051-5/+22
* sparc: SWAP/SWAPA on unaligned address causes a trap hap2021-12-041-41/+43
* sparclite: update notes hap2021-12-011-16/+11
* sparclite: add preliminary system support ctrl reg hap2021-12-011-11/+37
* sparc: remove pseudocode comments copy pasted from manual hap2021-11-281-909/+29
* sparc: STD/STDA/LDD/LDDA when RD is odd is an illegal instruction hap2021-11-281-2/+11
* sparc: undo accidental delete on prev commit hap2021-11-271-0/+9
* sparc: fix unreachable code in execute_rdsr hap2021-11-271-17/+8
* sparclite: update prev commit, better habit to call parent class hap2021-11-251-2/+1
* sparclite: update_addr_masks after loadstate hap2021-11-251-0/+7
* sparc: eat_cycles is inaccurate (eg. icount=1, eat_cycles(3), icount=0) hap2021-11-241-2/+2
* sparc: revert prev commit, manual clearly says nope hap2021-11-241-10/+9
* sparc: assume that sparclite waitstate page check is per cs hap2021-11-241-9/+9
* sparc.cpp: save_item takes care of arrays Ivan Vangelista2021-11-241-2/+2
* saitek_osa: added sparc module emulation [Ryan Holtz, hap] hap2021-11-241-6/+6
* sparc: added initial support for SPARClite [Ryan Holtz] hap2021-11-231-37/+650
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-3/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-251-3/+3
* -sparc: Use memory_access_specific for a minor speedup, nw Ryan Holtz2020-05-201-1/+1
* -sun4: Make use of multiple address spaces in the SPARC core rather than havi... Ryan Holtz2020-05-201-55/+56
* -sparc: Fixed FPU exception handling and IU interlocking. All SPARCstation 2 ... Ryan Holtz2020-05-171-193/+216
* -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... mooglyguy2019-11-181-0/+5046