Removed broken 0x3DA leftovers from long ago.

This commit is contained in:
TC1995
2017-05-27 03:58:29 +02:00
parent a36720f174
commit 2fcbb4a5c9

View File

@@ -235,14 +235,6 @@ uint8_t et4000w32p_in(uint16_t addr, void *p)
return svga->crtcreg;
case 0x3D5:
return svga->crtc[svga->crtcreg];
case 0x3DA:
svga->attrff = 0;
svga->cgastat ^= 0x30;
temp = svga->cgastat & 0x39;
if (svga->hdisp_on) temp |= 2;
if (!(svga->cgastat & 8)) temp |= 0x80;
return temp;
case 0x210A: case 0x211A: case 0x212A: case 0x213A:
case 0x214A: case 0x215A: case 0x216A: case 0x217A: