Exit the MSM6295's in d_drgnmst.cpp

This commit is contained in:
Barry Harris 2013-04-10 18:54:27 +00:00
parent d7253790e2
commit 175715e79c
2 changed files with 3 additions and 2 deletions

View File

@ -613,8 +613,9 @@ static INT32 DrvExit()
GenericTilesExit();
SekExit();
pic16c5xExit();
MSM6295Exit(0);
MSM6295Exit(1);
BurnFree (AllMem);

View File

@ -791,7 +791,7 @@ static INT32 DrvScan(INT32 nAction, INT32 *pnMin)
*pnMin = 0x02729;
}
if (nAction & ACB_MEMORY_RAM) { // Scan all memory, devices & variables
if (nAction & ACB_MEMORY_RAM) {
memset(&ba, 0, sizeof(ba));
ba.Data = RamStart;
ba.nLen = RamEnd - RamStart;