bugfix: PIA 1 CB2 is only connected to the sound enable input on the DAC chip, so there is no need to poll the keyboard/joystick here
This commit is contained in:
parent
43978837c5
commit
039973b6d8
@ -538,7 +538,6 @@ WRITE_LINE_MEMBER( coco_state::pia1_ca2_w )
|
|||||||
WRITE_LINE_MEMBER( coco_state::pia1_cb2_w )
|
WRITE_LINE_MEMBER( coco_state::pia1_cb2_w )
|
||||||
{
|
{
|
||||||
update_sound(); // SOUND_ENABLE is connected to PIA1 CB2
|
update_sound(); // SOUND_ENABLE is connected to PIA1 CB2
|
||||||
poll_keyboard();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user