summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sun4c_mmu.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-19/+19
* sun4c, SPARC, and NCR53C90 bug fixes: (#10821) [Ryan Holtz] MooglyGuy2023-01-111-13/+8
* SPARC and sun4 fixes and boilerplate cleanup: (#10793) [Ryan Holtz] MooglyGuy2023-01-061-23/+25
* machine/sun4c_mmu.cpp: Removed non-functional cache emulation. (#10788) [Ryan... MooglyGuy2023-01-051-515/+219
* Move debugger command parameter validation helpers into debugger_console AJR2022-10-291-2/+1
* Change debugger command handler parameter vector element type from std::strin... AJR2022-08-021-1/+1
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* debugger: Extended target address syntax to include device/address space. (#8... Vas Crabb2021-10-011-2/+2
* srcclean and cleanup (nw) Vas Crabb2020-06-211-7/+7
* -sun4: Make use of multiple address spaces in the SPARC core rather than havi... Ryan Holtz2020-05-201-234/+148
* -sun4cmmu: Isolated memory logging behind a #define, nw Ryan Holtz2020-05-171-13/+25
* -sun4c_mmu: Improved cache behavior, though SunOS and Solaris still fail. [Ry... Ryan Holtz2020-05-171-123/+341
* srcclean (nw) Vas Crabb2019-12-211-2/+2
* -sun4c_mmu: Checkins, likely will cause other regressions, but checking in as... MooglyGuy2019-12-151-30/+119
* -sun4c_mmu: Fixed a few more SS2 self-tests, and hopefully fixed a compile er... MooglyGuy2019-12-021-8/+124
* -sun4c_mmu: Fixed a couple of sun4_75 self-tests, nw Ryan Holtz2019-12-021-7/+4
* -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... mooglyguy2019-11-181-85/+146
* srcclean and cleanup (nw) Vas Crabb2018-10-281-20/+20
* sun4c: Added support for full-width mem_mask on segment map writes, gets Auro... mooglyguy2018-09-291-45/+66
* sun4c: More MMU fixes, makes SPARCstation SLC, IPX and 1+ happier, though not... mooglyguy2018-09-291-19/+31
* sun4c: Fixed RAM mirroring with 4 meg sets, and hooked up -ramsize option. [R... mooglyguy2018-09-291-4/+38
* -sun4c: Added savestate support. [Ryan Holtz] mooglyguy2018-09-291-0/+31
* sun4: More optimizations, nw mooglyguy2018-09-231-5/+13
* srcclean (nw) Vas Crabb2018-09-231-6/+6
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-0/+497