summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-12-03 15:31:02 -0500
committer AJR <ajrhacker@users.noreply.github.com>2019-12-03 15:31:02 -0500
commit88238e2d61a5a454a890fa69765df79b27586b74 (patch)
tree61cea36ba5bae9505b6a818daa1cf7ee2d9ee627 /src/mame/drivers
parent02d79dc8829638a6cba7404e3745bfb902aa182f (diff)
dp8344: Disable side effects with certain opcodes; implement halt on reset (nw)
Diffstat (limited to 'src/mame/drivers')
-rw-r--r--src/mame/drivers/is48x.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/is48x.cpp b/src/mame/drivers/is48x.cpp
index 479517a8f4b..91af903542d 100644
--- a/src/mame/drivers/is48x.cpp
+++ b/src/mame/drivers/is48x.cpp
@@ -82,6 +82,7 @@ void is48x_state::is482(machine_config &config)
m_maincpu->set_addrmap(AS_IO, &is48x_state::io_map);
DP8344B(config, m_bcp, 18.867_MHz_XTAL); // DP8344BV
+ m_bcp->set_auto_start(false);
m_bcp->set_addrmap(AS_PROGRAM, &is48x_state::bcp_inst_map);
m_bcp->set_addrmap(AS_DATA, &is48x_state::bcp_data_map);