| Commit message (Expand) | Author | Age | Files | Lines |
| * | -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... |  mooglyguy | 2019-11-18 | 1 | -4195/+0 |
| * | Make many device_execute_interface functions noexcept, including the "informa... |  AJR | 2019-11-09 | 1 | -3/+3 |
| * | srcclean and cleanup (nw) |  Vas Crabb | 2018-10-28 | 1 | -95/+95 |
| * | -sun4c: Added savestate support. [Ryan Holtz] |  mooglyguy | 2018-09-29 | 1 | -0/+31 |
| * | sun4: More optimizations, nw |  mooglyguy | 2018-09-23 | 1 | -792/+1173 |
| * | srcclean (nw) |  Vas Crabb | 2018-09-23 | 1 | -16/+16 |
| * | -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... |  mooglyguy | 2018-09-22 | 1 | -226/+222 |
| * | -sun4, sparc: Optimized the SPARC core and the sun4 driver. [Ryan Holtz] |  Ryan Holtz | 2018-09-21 | 1 | -473/+1091 |
| * | -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... |  mooglyguy | 2018-09-16 | 1 | -4/+9 |
| * | -cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz,... |  mooglyguy | 2018-09-15 | 1 | -1/+1 |
| * | -sparc: Fixed TBR masking when taking traps and interrupts. [Ryan Holtz] |  mooglyguy | 2018-09-08 | 1 | -2/+3 |
| * | Reshuffle some stuff: |  Vas Crabb | 2018-03-28 | 1 | -3/+3 |
| * | std::move is required here, unfortunately (nw) |  AJR | 2018-03-24 | 1 | -1/+1 |
| * | don't pass so many naked pointers around (nw) |  Vas Crabb | 2018-03-25 | 1 | -3/+3 |
| * | Fix sparc bug I have nothing to do with (nw) |  Olivier Galibert | 2017-11-27 | 1 | -6/+6 |
| * | dvdisasm: Overhaul [O. Galibert] |  Olivier Galibert | 2017-11-26 | 1 | -27/+5 |
| * | make device_memory_interface slightly less of a special case, use a typedef t... |  Vas Crabb | 2017-07-10 | 1 | -2/+2 |
| * | dimemory: Lift the cap on the number of address spaces per device [O. Galibert] |  Olivier Galibert | 2017-07-03 | 1 | -8/+4 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -3/+5 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -1/+1 |
| * | Changed disassembler infrastructure to not use char buffers internally |  Nathan Woods | 2016-11-20 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -99/+99 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-28 | 1 | -0/+1 |
| * | Revert "Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for ... |  Lord-Nightmare | 2016-09-27 | 1 | -1/+0 |
| * | Make sure all cpu's export STATE_GENPCBASE and use safe_pcbase() for everythi... |  smf- | 2016-09-27 | 1 | -0/+1 |
| * | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 1 | -1/+1 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-07-27 | 1 | -10/+10 |
| * | Get sun4_40 happy with SCSI |  therealmogminer@gmail.com | 2016-07-22 | 1 | -1/+7 |
| * | Fix PIL handling in SPARC core. (nw) |  therealmogminer@gmail.com | 2016-07-14 | 1 | -2/+5 |
| * | update GPR pointers on wrpsr (nw) [Ryan Holtz] |  Vas Crabb | 2016-07-12 | 1 | -0/+1 |
| * | SPARC core improvements (nw) [Ryan Holtz] |  Vas Crabb | 2016-07-11 | 1 | -96/+63 |
| * | fix MULScc (nw) |  Vas Crabb | 2016-07-06 | 1 | -1/+1 |
| * | Remove some debug printfs |  therealmogminer@gmail.com | 2016-07-05 | 1 | -6/+0 |
| * | Fix taking traps in SPARC core |  therealmogminer@gmail.com | 2016-07-05 | 1 | -6/+20 |
| * | Merge remote-tracking branch 'mainline/master' |  therealmogminer@gmail.com | 2016-07-05 | 1 | -577/+576 |
| |\ |
|
| | * | Cleanup and version bumpmame0175 |  Miodrag Milanovic | 2016-06-29 | 1 | -588/+587 |
| * | | Fix some SPARC issues |  therealmogminer@gmail.com | 2016-07-05 | 1 | -274/+215 |
| |/ |
|
| * | Fix spurious double-load in SPARC core |  therealmogminer@gmail.com | 2016-06-27 | 1 | -1/+258 |
| * | small cleanup (nw) |  Vas Crabb | 2016-06-27 | 1 | -1/+1 |
| * | Add support for showing will branch/will fall through comment on SPARC branch... |  Vas Crabb | 2016-06-27 | 1 | -1/+59 |
| * | Fix validation error in debugger |  therealmogminer@gmail.com | 2016-06-26 | 1 | -1/+1 |
| * | Fix LDUH, LDSH, LDUHA, and LDSHA opcodes in the SPARC core |  therealmogminer@gmail.com | 2016-06-26 | 1 | -2/+7 |
| * | Convert SPARCv8 ops to document-described functionality |  therealmogminer@gmail.com | 2016-06-23 | 1 | -175/+69 |
| * | VS2015 fixes in SPARC, disassemble VIS II SIAM (nw) |  Vas Crabb | 2016-06-23 | 1 | -5/+5 |
| * | Rewrite SPARC emulation based on detailed descriptions from SPARC ref manual |  therealmogminer@gmail.com | 2016-06-23 | 1 | -886/+2395 |
| * | fix my stupidity - thanks Happy and Ryan (nw) |  Vas Crabb | 2016-06-22 | 1 | -3/+3 |
| * | sparc: fixed store double. sun4: checkpoint (nw) |  arbee | 2016-06-21 | 1 | -1/+1 |
| * | SPARC disassembler improvements: [Vas Crabb] |  Vas Crabb | 2016-06-22 | 1 | -2/+0 |
| * | improve SPARC disassembler: [Vas Crabb] |  Vas Crabb | 2016-06-22 | 1 | -2/+3 |
| * | Fix traps |  therealmogminer@gmail.com | 2016-06-21 | 1 | -5/+10 |