summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc
Commit message (Expand)AuthorAgeFilesLines
* Demote tautological-compare to a warning again. Vas Crabb2024-11-271-3/+3
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-272-7/+7
* 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
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-15/+15
* diexec: remove vestigal execute_input_lines() hap2024-09-182-12/+0
* sparc: One more use for util::sext; fix probable copy-and-paste error in disa... AJR2023-08-312-3/+3
* 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-112-39/+27
* SPARC and sun4 fixes and boilerplate cleanup: (#10793) [Ryan Holtz] MooglyGuy2023-01-061-0/+8
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-7/+7
* sparc: Re-support certain instructions in SPARClite disassembly AJR2022-08-271-6/+7
* megatrix: Switch to correct CPU type AJR2022-06-291-3/+6
* sparc: Disassembler fixes AJR2022-06-291-31/+27
* src/devices/cpu: Remove #include "debugger.h" where no longer necessary AJR2022-04-062-3/+1
* Debugger feature improvements AJR2022-03-271-1/+4
* 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: correct disasm after prev commit hap2021-12-061-1/+4
* sparclite: OP3_SCAN had the wrong id hap2021-12-062-11/+8
* sparc: check pending interrupt after RETT hap2021-12-061-0/+6
* sparc: get rid of icount time travel hap2021-12-062-241/+13
* sparc: fix LDSTUBA not working hap2021-12-051-2/+2
* sparclite: NWINDOWS=8 hap2021-12-053-13/+30
* sparc: SWAP/SWAPA on unaligned address causes a trap hap2021-12-042-42/+44
* sparclite: update notes hap2021-12-011-16/+11
* sparclite: add preliminary system support ctrl reg hap2021-12-012-11/+39
* 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-252-0/+9
* 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-242-11/+10
* sparc: assume that sparclite waitstate page check is per cs hap2021-11-242-10/+10
* 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-235-52/+792
* sparc: Add support for over/out disassembler flags AJR2021-10-121-6/+10
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-012-3/+3
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-3/+3
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-0/+4
* emumem: A little more speedup. cache and specific change syntax, and are not... Olivier Galibert2020-05-252-4/+4
* -sparc: Use memory_access_specific for a minor speedup, nw Ryan Holtz2020-05-202-2/+2
* -sun4: Make use of multiple address spaces in the SPARC core rather than havi... Ryan Holtz2020-05-203-60/+61
* -sparc: Fixed FPU exception handling and IU interlocking. All SPARCstation 2 ... Ryan Holtz2020-05-172-193/+221
* sparc: remove unused file from when device was renamed (nw) hap2020-04-282-4740/+2
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-242-88/+88