This commit is contained in:
dinkc64 2019-09-02 22:03:10 -04:00
parent 06beb7242a
commit bd0bd2bcc4
1 changed files with 0 additions and 4 deletions

View File

@ -1127,10 +1127,6 @@ static INT32 powerinsInit()
game_drv = GAME_POWERINS; // correct machine
}
FILE *fp = fopen("Rom68K.bin", "wb");
fwrite (Rom68K, 0x100000, 1, fp);
fclose (fp);
BurnFree(tmp);
{