MGA: Gamma-correct hardware cursor

This commit is contained in:
Cacodemon345
2023-12-24 02:16:51 +06:00
parent 70d6d5954b
commit 0a55e75b06
3 changed files with 6 additions and 4 deletions

View File

@@ -337,6 +337,8 @@ enum {
RAMDAC_8BIT
};
uint32_t svga_lookup_lut_ram(svga_t* svga, uint32_t val);
/* We need a way to add a device with a pointer to a parent device so it can attach itself to it, and
possibly also a second ATi 68860 RAM DAC type that auto-sets SVGA render on RAM DAC render change. */
extern void ati68860_ramdac_out(uint16_t addr, uint8_t val, void *priv, svga_t *svga);