PCem
view src/vid_ati68860_ramdac.h @ 135:abd5259486c3
Mach64 changes :
No longer implements CRTC registers beyond 0x18 - NT no longer detects ET4000.
RGBA8888 mode supported - fixes NT 32-bit colour mode.
Bit order controls supported for CPU 1-bit data - fixes NT 24-bit colour mode.
| author | TomW |
|---|---|
| date | Thu Jul 24 21:30:17 2014 +0100 |
| parents | 342c3f6cee85 |
| children |
line source
1 typedef struct ati68860_ramdac_t
2 {
3 uint8_t regs[16];
4 void (*render)(struct svga_t *svga);
5 } ati68860_ramdac_t;
7 void ati68860_ramdac_out(uint16_t addr, uint8_t val, ati68860_ramdac_t *ramdac, svga_t *svga);
8 uint8_t ati68860_ramdac_in(uint16_t addr, ati68860_ramdac_t *ramdac, svga_t *svga);
9 void ati68860_ramdac_init(ati68860_ramdac_t *ramdac);
