summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-06-07 09:56:41 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-06-07 09:56:41 +0000
commitcbbc062ff3810f03f0fe2ecff887f751ab46bb7f (patch)
tree3661ce256ebdfa98fb010758a7991fc869c16c13
parent5f57ffda76d8511d02713f816f9c0fb05914e3b1 (diff)
pcxt- fixed regression (no whatsnew)
-rw-r--r--src/mame/drivers/pcxt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcxt.c b/src/mame/drivers/pcxt.c
index b13a5e2f1d6..9321b7fd5e7 100644
--- a/src/mame/drivers/pcxt.c
+++ b/src/mame/drivers/pcxt.c
@@ -721,7 +721,7 @@ static MACHINE_RESET( filetto )
state->m_pc_spkrdata = 0;
state->m_pc_input = 0;
-
+ state->m_wss2_data = 0;
speaker_level_w( speaker, 0 );
}