| Commit message (Expand) | Author | Age | Files | Lines |
* | debugger: Extended target address syntax to include device/address space. (#8... |  Vas Crabb | 2021-10-01 | 1 | -1/+1 |
* | -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. |  Vas Crabb | 2020-11-06 | 2 | -9/+7 |
* | Cleaned up bitmap API. |  Vas Crabb | 2020-09-27 | 3 | -9/+12 |
* | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 14 | -83/+79 |
* | sweeten most of the remaining arrays of delegates (nw) |  Vas Crabb | 2020-02-07 | 2 | -5/+4 |
* | srcclean and indentation cleanup (nw) |  Vas Crabb | 2019-11-24 | 1 | -13/+13 |
* | -sun4c_mmu.cpp: Made generic to support sun4 MMU mode, and cleaned up save st... |  mooglyguy | 2019-11-18 | 3 | -27/+117 |
* | -cgsix: Added pattern register, plane-mask register, and pixel-mask register ... |  MooglyGuy | 2019-11-16 | 2 | -9/+99 |
* | cgsix: Add raw parameters for screen (nw) |  AJR | 2019-11-16 | 1 | -3/+1 |
* | -cgsix: Added hardware cursor support. [Ryan Holtz] |  MooglyGuy | 2019-11-16 | 2 | -4/+54 |
* | -cgsix: Add COLOR1 ROP support, fixes initial clear when starting sunview, nw |  MooglyGuy | 2019-11-16 | 1 | -0/+6 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -16/+7 |
* | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -3/+3 |
* | sbus: Fix device card installation (nw) |  AJR | 2019-05-30 | 2 | -7/+8 |
* | sbus: Eliminate tag hacking (nw) |  AJR | 2019-05-29 | 2 | -14/+12 |
* | Revert "-Removed sbus and gio64 buses..." |  AJR | 2019-05-29 | 14 | -0/+2778 |
* | -Removed sbus and gio64 buses since they aren't up to his majesty AJR's bar o... |  MooglyGuy | 2019-05-29 | 14 | -2778/+0 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -3/+1 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+3 |
* | sbus/cgthree: Screen raw parameters (nw) |  AJR | 2019-01-12 | 1 | -3/+1 |
* | that would help (nw) |  Vas Crabb | 2018-11-28 | 1 | -2/+2 |
* | metadata and flags (nw) |  Vas Crabb | 2018-11-27 | 2 | -0/+4 |
* | cgsix: Fix obviously wrong save_item call (nw) |  AJR | 2018-09-28 | 1 | -1/+1 |
* | -sun4c: Added savestate support. [Ryan Holtz] |  mooglyguy | 2018-09-29 | 5 | -5/+128 |
* | cgsix: Added font register and fixed drawing endianness. Improves SunView wit... |  mooglyguy | 2018-09-28 | 2 | -13/+47 |
* | sun4: More optimizations, nw |  mooglyguy | 2018-09-23 | 1 | -1/+2 |
* | srcclean (nw) |  Vas Crabb | 2018-09-23 | 6 | -236/+236 |
* | -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... |  mooglyguy | 2018-09-22 | 2 | -24/+23 |
* | -sun4, sparc: Optimized the SPARC core and the sun4 driver. [Ryan Holtz] |  Ryan Holtz | 2018-09-21 | 1 | -6/+11 |
* | pointer to const isn't necessarily const (nw) |  Vas Crabb | 2018-09-19 | 1 | -15/+15 |
* | -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... |  mooglyguy | 2018-09-16 | 1 | -1/+1 |
* | -sbus: Added an alternate FCode PROM for the bwtwo video board. [Ryan Holtz] |  mooglyguy | 2018-09-16 | 1 | -3/+7 |
* | -sbus: Added a skeleton device for the Artecon SB300P 3-serial 1-parallel SBu... |  mooglyguy | 2018-09-16 | 3 | -0/+119 |
* | -cgsix: Renamed turbogx.* to cgsix.* and added TurboGX+ support. [Ryan Holtz,... |  mooglyguy | 2018-09-15 | 7 | -77/+175 |
* | -sbus: Added a skeleton device for the SunSwift 10/100 + Fast Wide SCSI SBus ... |  mooglyguy | 2018-09-15 | 3 | -0/+120 |
* | -sbus: Added a skeleton device for the SunPC 5x86 Accelerator SBus board. [Ry... |  mooglyguy | 2018-09-15 | 3 | -3/+126 |
* | -cgthree,turbogx: Hooked up Bt458 RAMDAC instead of custom palette handling. ... |  mooglyguy | 2018-09-15 | 4 | -141/+22 |
* | -cgthree: Fixed self-tests, nw |  mooglyguy | 2018-09-15 | 2 | -17/+3 |
* | -sun4: Added enough ROP support to turbogx to make scrolling work in the sun4... |  mooglyguy | 2018-09-14 | 2 | -30/+206 |
* | -turbogx: Added logging of FBC accesses. [Ryan Holtz] |  mooglyguy | 2018-09-13 | 2 | -0/+1110 |
* | -sun4: Added basic support for cgsix/TurboGX SBus card. [Ryan Holtz] |  Ryan Holtz | 2018-09-13 | 6 | -19/+273 |
* | cgthree: allow system to program palette (nw) |  arbee | 2018-09-12 | 2 | -2/+25 |
* | -sbus: Added preliminary cgthree support. [Ryan Holtz] |  mooglyguy | 2018-09-13 | 5 | -3/+209 |
* | -sun4: Added SBus slot bus and basic bwtwo slot device. [Ryan Holtz] |  mooglyguy | 2018-09-13 | 4 | -0/+514 |