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:
Richard Goedeken 2015-08-04 22:46:11 -07:00
parent 43978837c5
commit 039973b6d8

View File

@ -538,7 +538,6 @@ WRITE_LINE_MEMBER( coco_state::pia1_ca2_w )
WRITE_LINE_MEMBER( coco_state::pia1_cb2_w )
{
update_sound(); // SOUND_ENABLE is connected to PIA1 CB2
poll_keyboard();
}