| Commit message (Expand) | Author | Age | Files | Lines |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -4/+1 |
* | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -19/+19 |
* | sun4c, SPARC, and NCR53C90 bug fixes: (#10821) [Ryan Holtz] |  MooglyGuy | 2023-01-11 | 1 | -13/+8 |
* | SPARC and sun4 fixes and boilerplate cleanup: (#10793) [Ryan Holtz] |  MooglyGuy | 2023-01-06 | 1 | -23/+25 |
* | machine/sun4c_mmu.cpp: Removed non-functional cache emulation. (#10788) [Ryan... |  MooglyGuy | 2023-01-05 | 1 | -515/+219 |
* | Move debugger command parameter validation helpers into debugger_console |  AJR | 2022-10-29 | 1 | -2/+1 |
* | Change debugger command handler parameter vector element type from std::strin... |  AJR | 2022-08-02 | 1 | -1/+1 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -7/+4 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -2/+2 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2020-06-21 | 1 | -7/+7 |
* | -sun4: Make use of multiple address spaces in the SPARC core rather than havi... |  Ryan Holtz | 2020-05-20 | 1 | -234/+148 |
* | -sun4cmmu: Isolated memory logging behind a #define, nw |  Ryan Holtz | 2020-05-17 | 1 | -13/+25 |
* | -sun4c_mmu: Improved cache behavior, though SunOS and Solaris still fail. [Ry... |  Ryan Holtz | 2020-05-17 | 1 | -123/+341 |
* | srcclean (nw) |  Vas Crabb | 2019-12-21 | 1 | -2/+2 |
* | -sun4c_mmu: Checkins, likely will cause other regressions, but checking in as... |  MooglyGuy | 2019-12-15 | 1 | -30/+119 |
* | -sun4c_mmu: Fixed a few more SS2 self-tests, and hopefully fixed a compile er... |  MooglyGuy | 2019-12-02 | 1 | -8/+124 |
* | -sun4c_mmu: Fixed a couple of sun4_75 self-tests, nw |  Ryan Holtz | 2019-12-02 | 1 | -7/+4 |
* | -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... |  mooglyguy | 2019-11-18 | 1 | -85/+146 |
* | srcclean and cleanup (nw) |  Vas Crabb | 2018-10-28 | 1 | -20/+20 |
* | sun4c: Added support for full-width mem_mask on segment map writes, gets Auro... |  mooglyguy | 2018-09-29 | 1 | -45/+66 |
* | sun4c: More MMU fixes, makes SPARCstation SLC, IPX and 1+ happier, though not... |  mooglyguy | 2018-09-29 | 1 | -19/+31 |
* | sun4c: Fixed RAM mirroring with 4 meg sets, and hooked up -ramsize option. [R... |  mooglyguy | 2018-09-29 | 1 | -4/+38 |
* | -sun4c: Added savestate support. [Ryan Holtz] |  mooglyguy | 2018-09-29 | 1 | -0/+31 |
* | sun4: More optimizations, nw |  mooglyguy | 2018-09-23 | 1 | -5/+13 |
* | srcclean (nw) |  Vas Crabb | 2018-09-23 | 1 | -6/+6 |
* | -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... |  mooglyguy | 2018-09-22 | 1 | -0/+497 |