Removed the redundant case 0x3c2 from ht216_in().

This commit is contained in:
OBattler
2021-03-27 03:35:12 +01:00
parent 586a72c2bb
commit b0e68f94a7

View File

@@ -335,9 +335,6 @@ ht216_in(uint16_t addr, void *p)
addr ^= 0x60;
switch (addr) {
case 0x3c2:
break;
case 0x3c4:
return svga->seqaddr;