summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc (follow)
Commit message (Expand)AuthorAgeFilesLines
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-242-88/+88
* -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... mooglyguy2019-11-186-449/+5882
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-092-6/+6
* sm510, sm8500, sparc, superfx, t11: Removed MCFG, nw mooglyguy2018-12-071-4/+0
* srcclean and cleanup (nw) Vas Crabb2018-10-282-96/+96
* -sun4c: Added savestate support. [Ryan Holtz] mooglyguy2018-09-292-0/+32
* sun4: More optimizations, nw mooglyguy2018-09-234-806/+1223
* srcclean (nw) Vas Crabb2018-09-234-24/+24
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-224-253/+277
* (nw) narrowing warning in clang Vas Crabb2018-09-221-4/+4
* -sun4, sparc: Optimized the SPARC core and the sun4 driver. [Ryan Holtz] Ryan Holtz2018-09-213-482/+1121
* fix visual studio build (nw) smf-2018-09-181-1/+1
* -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... mooglyguy2018-09-162-4/+10
* -sbus: Added a skeleton device for the Artecon SB300P 3-serial 1-parallel SBu... mooglyguy2018-09-161-1/+1
* -cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz,... mooglyguy2018-09-151-1/+1
* -sparc, sun4: Miscellaneous fixes, nw mooglyguy2018-09-121-0/+1
* -sparc: Fixed TBR masking when taking traps and interrupts. [Ryan Holtz] mooglyguy2018-09-081-2/+3
* Reshuffle some stuff: Vas Crabb2018-03-281-3/+3
* std::move is required here, unfortunately (nw) AJR2018-03-241-1/+1
* don't pass so many naked pointers around (nw) Vas Crabb2018-03-252-4/+4
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Fix sparc bug I have nothing to do with (nw) Olivier Galibert2017-11-271-6/+6
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-264-129/+113
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-102-3/+3
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-032-9/+5
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-142-7/+9
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-204-14/+3
* Converted another declaration to const and constructor syntax Nathan Woods2016-11-191-1/+1
* Changing a number of declarations to be const and use constructor syntax Nathan Woods2016-11-191-5/+5
* Changed the sparc disassembler to use 'std::ostream &' internally Nathan Woods2016-11-182-281/+279
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-227-366/+366
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-281-0/+1
* Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... Lord-Nightmare2016-09-271-1/+0
* Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... smf-2016-09-271-0/+1
* Let's give the new srcclean a spin... Vas Crabb2016-08-022-82/+82
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* Cleanups and version bump Miodrag Milanovic2016-07-272-12/+12
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-222-32/+9
* Fix PIL handling in SPARC core. (nw) therealmogminer@gmail.com2016-07-142-7/+10
* update GPR pointers on wrpsr (nw) [Ryan Holtz] Vas Crabb2016-07-121-0/+1
* SPARC core improvements (nw) [Ryan Holtz] Vas Crabb2016-07-114-170/+244
* SPARC disassembler: tst, neg and more mov synthetics [Vas Crabb] Vas Crabb2016-07-072-51/+114
* fix MULScc (nw) Vas Crabb2016-07-061-1/+1
* Turn fcode logging back off therealmogminer@gmail.com2016-07-051-1/+1
* Remove some debug printfs therealmogminer@gmail.com2016-07-051-6/+0
* Fix taking traps in SPARC core therealmogminer@gmail.com2016-07-052-7/+21
* Merge remote-tracking branch 'mainline/master' therealmogminer@gmail.com2016-07-055-970/+968
|\
| * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-293-1008/+1007
| * more compile fixes (nw) R. Belmont2016-06-271-2/+1