oops
This commit is contained in:
parent
06beb7242a
commit
bd0bd2bcc4
|
@ -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);
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue