summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/model2.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-04-29 19:41:00 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-04-29 19:46:51 -0400
commit8f7757297aa5115c3d1d97bad8af55e231caef79 (patch)
treee557f2093894a6ca8b983da67db96aef6eb2b87c /src/mame/drivers/model2.cpp
parent6305e7346c3b8dd1c943f3d69b761983e327d0ee (diff)
m68000: Read the initial SP and PC from memory after rather than during machine reset time. This removes the need for many drivers to reset the CPU an extra time to load the correct vector.
Diffstat (limited to 'src/mame/drivers/model2.cpp')
-rw-r--r--src/mame/drivers/model2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp
index cfac766acb3..0e176f8961a 100644
--- a/src/mame/drivers/model2.cpp
+++ b/src/mame/drivers/model2.cpp
@@ -290,7 +290,6 @@ void model2_state::reset_model2_scsp()
// copy the 68k vector table into RAM
memcpy(m_soundram, memregion("audiocpu")->base(), 16);
- m_audiocpu->reset();
}
void model2_tgp_state::machine_reset()