summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/sun4c_mmu.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* machine/sun4c_mmu.cpp: Removed non-functional cache emulation. (#10788) [Ryan... MooglyGuy2023-01-051-46/+20
* 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-3/+2
* 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-1/+1
* srcclean and cleanup (nw) Vas Crabb2020-06-211-1/+1
* -sun4: Make use of multiple address spaces in the SPARC core rather than havi... Ryan Holtz2020-05-201-22/+37
* -sun4cmmu: Fix hang, nw Ryan Holtz2020-05-181-0/+1
* -sun4cmmu: Isolated memory logging behind a #define, nw Ryan Holtz2020-05-171-0/+4
* -sun4c_mmu: Improved cache behavior, though SunOS and Solaris still fail. [Ry... Ryan Holtz2020-05-171-3/+24
* -sun4c_mmu: Checkins, likely will cause other regressions, but checking in as... MooglyGuy2019-12-151-15/+18
* -sun4c_mmu: Fixed a few more SS2 self-tests, and hopefully fixed a compile er... MooglyGuy2019-12-021-0/+10
* -sun4c_mmu: Fixed a couple of sun4_75 self-tests, nw Ryan Holtz2019-12-021-1/+1
* -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... mooglyguy2019-11-181-20/+50
* srcclean and cleanup (nw) Vas Crabb2018-10-281-2/+2
* sun4c: More MMU fixes, makes SPARCstation SLC, IPX and 1+ happier, though not... mooglyguy2018-09-291-0/+1
* sun4c: Fixed RAM mirroring with 4 meg sets, and hooked up -ramsize option. [R... mooglyguy2018-09-291-2/+5
* -sun4c: Added savestate support. [Ryan Holtz] mooglyguy2018-09-291-2/+5
* sun4: More optimizations, nw mooglyguy2018-09-231-4/+5
* srcclean (nw) Vas Crabb2018-09-231-1/+1
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-0/+149