summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/dgn_beta.c
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2013-05-24 19:22:37 +0000
committer Wilbert Pol <wilbert@jdg.info>2013-05-24 19:22:37 +0000
commit27092dbe128e1b0f1949bf6ed1ce594f494b863a (patch)
treebd7218b7c3b8a6679697395bdd778b849c3ee419 /src/mess/machine/dgn_beta.c
parent1f8635904be0a78ca06c0996aa302d0f3c372a7d (diff)
(MESS) dgnbeta: Fixed regression (nw)
Diffstat (limited to 'src/mess/machine/dgn_beta.c')
-rw-r--r--src/mess/machine/dgn_beta.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mess/machine/dgn_beta.c b/src/mess/machine/dgn_beta.c
index 8bd9fe54b4d..474393f062f 100644
--- a/src/mess/machine/dgn_beta.c
+++ b/src/mess/machine/dgn_beta.c
@@ -1040,6 +1040,8 @@ void dgn_beta_state::machine_reset()
wd17xx_reset(fdc);
m_wd2797_written=0;
+
+ m_maincpu->reset();
}
void dgn_beta_state::machine_start()