oops, remove a hack

This commit is contained in:
zeromus 2009-11-22 06:59:34 +00:00
parent 3d16c5b71c
commit 1d41eb9ad5
1 changed files with 0 additions and 3 deletions

View File

@ -940,10 +940,7 @@ void NDS_FreeROM(void)
if ((u8*)MMU.CART_ROM == (u8*)gameInfo.romdata)
gameInfo.romdata = NULL;
if (MMU.CART_ROM != MMU.UNUSED_RAM)
{
memset(MMU.CART_ROM,0xCC,128);
delete [] MMU.CART_ROM;
}
MMU_unsetRom();
}