summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/at.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/at.c')
-rw-r--r--src/mess/machine/at.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/at.c b/src/mess/machine/at.c
index ab6141261fa..f9bf630c72e 100644
--- a/src/mess/machine/at.c
+++ b/src/mess/machine/at.c
@@ -300,7 +300,7 @@ MACHINE_START_MEMBER(at_state,at)
MACHINE_RESET_MEMBER(at_state,at)
{
m_at_spkrdata = 0;
- m_pit_out2 = 0;
+ m_pit_out2 = 1;
m_dma_channel = -1;
m_cur_eop = false;
}