SN76489: Remove some wrong code, fixes #4821.

This commit is contained in:
OBattler
2024-09-24 08:39:13 +02:00
parent 83d4997e5c
commit 13e18a067a

View File

@@ -189,12 +189,6 @@ void
sn74689_set_extra_divide(sn76489_t *sn76489, int enable)
{
sn76489->extra_divide = enable;
if (!enable) {
for (uint8_t c = 1; c < 4; c++)
sn76489->latch[c] &= ~(0x400 << 6);
sn76489->latch[0] &= ~(0x400 << 6);
}
}
void