summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/megadriv_rad.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/megadriv_rad.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/megadriv_rad.cpp')
-rw-r--r--src/mame/drivers/megadriv_rad.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/megadriv_rad.cpp b/src/mame/drivers/megadriv_rad.cpp
index c41967b0923..9ff44620906 100644
--- a/src/mame/drivers/megadriv_rad.cpp
+++ b/src/mame/drivers/megadriv_rad.cpp
@@ -130,7 +130,6 @@ MACHINE_RESET_MEMBER(megadriv_radica_state, megadriv_radica)
{
m_bank = 0;
MACHINE_RESET_CALL_MEMBER(megadriv);
- m_maincpu->reset();
}
void megadriv_radica_state::megadriv_radica_3button_ntsc(machine_config &config)