mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 20:35:32 -07:00
Fixed a mistake in the ICS5341 emulation.
This commit is contained in:
@@ -87,7 +87,7 @@ sdac_control_write(sdac_ramdac_t *ramdac, svga_t *svga, uint8_t val)
|
||||
case 0x0a:
|
||||
svga->bpp = 16;
|
||||
break;
|
||||
case 0xc0:
|
||||
case 0x0c:
|
||||
svga->bpp = 24;
|
||||
break;
|
||||
case 0x02:
|
||||
|
||||
Reference in New Issue
Block a user