diff options
author | 2015-08-04 22:46:11 -0700 | |
---|---|---|
committer | 2015-08-04 22:46:11 -0700 | |
commit | 039973b6d8e326b844693ffe0abb3053e6768e1d (patch) | |
tree | ce763b5a269b165bd9e5c77bbb389495242db3bd /src | |
parent | 43978837c51ed41ecdcaaf0deeaca3a6382c5875 (diff) |
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
Diffstat (limited to 'src')
-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(); } |