From b0e68f94a7e9ce30800445d544bb44f1f0e5c76f Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 27 Mar 2021 03:35:12 +0100 Subject: [PATCH] Removed the redundant case 0x3c2 from ht216_in(). --- src/video/vid_ht216.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/video/vid_ht216.c b/src/video/vid_ht216.c index 5ce3e8a15..181446682 100644 --- a/src/video/vid_ht216.c +++ b/src/video/vid_ht216.c @@ -335,9 +335,6 @@ ht216_in(uint16_t addr, void *p) addr ^= 0x60; switch (addr) { - case 0x3c2: - break; - case 0x3c4: return svga->seqaddr;