Fixed a mistake in the ICS5341 emulation.

This commit is contained in:
OBattler
2021-03-24 21:54:39 +01:00
parent f6602d5f62
commit 61f4a7f956

View File

@@ -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: