summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sparc/mb86901.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... mooglyguy2019-11-181-4195/+0
* Make many device_execute_interface functions noexcept, including the "informa... AJR2019-11-091-3/+3
* srcclean and cleanup (nw) Vas Crabb2018-10-281-95/+95
* -sun4c: Added savestate support. [Ryan Holtz] mooglyguy2018-09-291-0/+31
* sun4: More optimizations, nw mooglyguy2018-09-231-792/+1173
* srcclean (nw) Vas Crabb2018-09-231-16/+16
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-226/+222
* -sun4, sparc: Optimized the SPARC core and the sun4 driver. [Ryan Holtz] Ryan Holtz2018-09-211-473/+1091
* -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... mooglyguy2018-09-161-4/+9
* -cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz,... mooglyguy2018-09-151-1/+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-251-3/+3
* Fix sparc bug I have nothing to do with (nw) Olivier Galibert2017-11-271-6/+6
* dvdisasm: Overhaul [O. Galibert] Olivier Galibert2017-11-261-27/+5
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-8/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+5
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Changed disassembler infrastructure to not use char buffers internally Nathan Woods2016-11-201-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-99/+99
* 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
* 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-271-10/+10
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-221-1/+7
* Fix PIL handling in SPARC core. (nw) therealmogminer@gmail.com2016-07-141-2/+5
* update GPR pointers on wrpsr (nw) [Ryan Holtz] Vas Crabb2016-07-121-0/+1
* SPARC core improvements (nw) [Ryan Holtz] Vas Crabb2016-07-111-96/+63
* fix MULScc (nw) Vas Crabb2016-07-061-1/+1
* Remove some debug printfs therealmogminer@gmail.com2016-07-051-6/+0
* Fix taking traps in SPARC core therealmogminer@gmail.com2016-07-051-6/+20
* Merge remote-tracking branch 'mainline/master' therealmogminer@gmail.com2016-07-051-577/+576
|\
| * Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-588/+587
* | Fix some SPARC issues therealmogminer@gmail.com2016-07-051-274/+215
|/
* Fix spurious double-load in SPARC core therealmogminer@gmail.com2016-06-271-1/+258
* small cleanup (nw) Vas Crabb2016-06-271-1/+1
* Add support for showing will branch/will fall through comment on SPARC branch... Vas Crabb2016-06-271-1/+59
* Fix validation error in debugger therealmogminer@gmail.com2016-06-261-1/+1
* Fix LDUH, LDSH, LDUHA, and LDSHA opcodes in the SPARC core therealmogminer@gmail.com2016-06-261-2/+7
* Convert SPARCv8 ops to document-described functionality therealmogminer@gmail.com2016-06-231-175/+69
* VS2015 fixes in SPARC, disassemble VIS II SIAM (nw) Vas Crabb2016-06-231-5/+5
* Rewrite SPARC emulation based on detailed descriptions from SPARC ref manual therealmogminer@gmail.com2016-06-231-886/+2395
* fix my stupidity - thanks Happy and Ryan (nw) Vas Crabb2016-06-221-3/+3
* sparc: fixed store double. sun4: checkpoint (nw) arbee2016-06-211-1/+1
* SPARC disassembler improvements: [Vas Crabb] Vas Crabb2016-06-221-2/+0
* improve SPARC disassembler: [Vas Crabb] Vas Crabb2016-06-221-2/+3
* Fix traps therealmogminer@gmail.com2016-06-211-5/+10