Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
@@ -535,7 +535,7 @@ kbd_write(uint16_t port, uint8_t val, void *priv)
|
||||
|
||||
if (speaker_enable)
|
||||
was_speaker_enable = 1;
|
||||
pit_ctr_set_gate(&pit->counters[2], val & 1);
|
||||
pit_devs[0].set_gate(pit_devs[0].data, 2, val & 1);
|
||||
|
||||
if (val & 0x80) {
|
||||
kbd->pa = 0;
|
||||
|
||||
Reference in New Issue
Block a user