Savestate fix for d_mainevt.cpp (Devastators, The Main Event)

This commit is contained in:
dinkc64 2014-05-17 13:55:37 +00:00
parent aeaf7f2363
commit 3b023cfcb4
1 changed files with 1 additions and 3 deletions

View File

@ -922,15 +922,13 @@ static INT32 DrvFrame()
static INT32 DrvScan(INT32 nAction,INT32 *pnMin)
{
return 1; // hd6309 isn't hooked up...
struct BurnArea ba;
if (pnMin) {
*pnMin = 0x029704;
}
if (nAction & ACB_VOLATILE) {
if (nAction & ACB_VOLATILE) {
memset(&ba, 0, sizeof(ba));
ba.Data = AllRam;