diff options
-rw-r--r-- | src/mess/machine/coco.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/machine/coco.c b/src/mess/machine/coco.c index fc597f79951..e281197b37c 100644 --- a/src/mess/machine/coco.c +++ b/src/mess/machine/coco.c @@ -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(); } |