shot in the dark in the hope to fix Haze's problems...

This commit is contained in:
Fabio Priuli 2013-04-09 17:09:44 +00:00
parent e0ce5c477c
commit b7182950fb

View File

@ -358,6 +358,7 @@ MACHINE_START_MEMBER(md_cons_state, ms_megadriv)
MACHINE_RESET_MEMBER(md_cons_state,ms_megadriv ) MACHINE_RESET_MEMBER(md_cons_state,ms_megadriv )
{ {
machine().device("maincpu")->reset();
MACHINE_RESET_CALL_MEMBER( megadriv ); MACHINE_RESET_CALL_MEMBER( megadriv );
} }