Debug tracking for misc_pre90s s-z completed, fixes where necessary

This commit is contained in:
Barry Harris 2011-12-11 12:15:44 +00:00
parent 623fd771ec
commit 855b2619ef
1 changed files with 6 additions and 0 deletions

View File

@ -1277,6 +1277,11 @@ static INT32 DrvExit()
GenericTilesExit();
BurnYM3812Exit();
if (is_bootleg) {
MSM5205Exit();
} else {
MSM6295Exit(0);
}
SekExit();
ZetExit();
@ -1285,6 +1290,7 @@ static INT32 DrvExit()
TokibMSM5205Next = 0;
TokibMSM5205Toggle = 0;
is_bootleg = 0;
return 0;
}