SN76489: Remove some wrong code, fixes #4821.
This commit is contained in:
@@ -189,12 +189,6 @@ void
|
|||||||
sn74689_set_extra_divide(sn76489_t *sn76489, int enable)
|
sn74689_set_extra_divide(sn76489_t *sn76489, int enable)
|
||||||
{
|
{
|
||||||
sn76489->extra_divide = 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
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user