summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-05-15 15:17:11 -0400
committer AJR <ajrhacker@users.noreply.github.com>2018-05-15 15:17:32 -0400
commit252b61cca6495361a50bc9632f133cff3d68f16b (patch)
tree28e7c12296ed88eb4f3d8ce8894dd53a579e40e7 /src/mame/machine
parentfd09d19f56b54c5bb4915cd7805bb64d5bbc8dee (diff)
Eliminate remaining non-diexec PULSE_LINE hacks and disable some side effects (nw)
Diffstat (limited to 'src/mame/machine')
-rw-r--r--src/mame/machine/taitosj.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/machine/taitosj.cpp b/src/mame/machine/taitosj.cpp
index 12fc4d81ff7..ed5ad132beb 100644
--- a/src/mame/machine/taitosj.cpp
+++ b/src/mame/machine/taitosj.cpp
@@ -34,9 +34,6 @@ void taitosj_state::machine_reset()
/* never write to the bank selector register) */
taitosj_bankswitch_w(space, 0, 0);
- if (m_mcu)
- m_mcu->reset_w(PULSE_LINE);
-
m_spacecr_prot_value = 0;
}