dingusppc/devices
joevt 9d0bae2d03 atirage: Add offset to cursor X position.
CUR_HORZ_OFF becomes non-zero when the cursor needs to be drawn to the left of the left edge of the frame buffer.

CUR_VERT_OFF is handled differently. When CUR_VERT_OFF is non-zero, CUR_OFFSET is changed to point to the first line of the cursor that will be drawn, so CUR_VERT_OFF is the number of lines to remove from the total height of the cursor.
Alternatively, we could handle CUR_VERT_OFF the same way as CUR_HORZ_OFF by leaving the cursor height constant, drawing the cursor starting from the CUR_VERT_OFF line, and adjusting cursor Y position by negative CUR_VERT_OFF.
2024-03-24 12:26:10 -07:00
..
common Add Bandit2 and properties for Chaos. 2024-03-20 07:38:39 -07:00
ethernet
floppy
ioctrl amic: Add modem port transmit DMA. 2024-03-14 08:05:42 -07:00
memctrl Add Bandit2 and properties for Chaos. 2024-03-20 07:38:39 -07:00
serial chario: Cleanup. 2024-03-08 19:27:42 -07:00
sound awacs: Add dma input stub. 2024-03-09 06:20:24 -07:00
storage
video atirage: Add offset to cursor X position. 2024-03-24 12:26:10 -07:00
CMakeLists.txt cmake: Add header files in CMakeLists.txt. 2024-03-01 19:41:43 -07:00
deviceregistry.cpp
deviceregistry.h