ET4000 RAMDAC break fix.

This should fix the black screens when returning to text mode after the GUI.
This commit is contained in:
TC1995
2024-06-11 01:29:00 +02:00
parent ec0998a089
commit eaed7643c0

View File

@@ -145,6 +145,7 @@ et4000_in(uint16_t addr, void *priv)
case 0x3c9:
if (dev->type >= ET4000_TYPE_ISA)
return sc1502x_ramdac_in(addr, svga->ramdac, svga);
break;
case 0x3cd: /*Banking*/
return dev->banking;