mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Turn off giant dump files.
This commit is contained in:
parent
542d0fa5c3
commit
c6da1059e1
@ -1228,7 +1228,7 @@ static DRIVER_INIT(fotns)
|
||||
src[i] = atomiswave_decrypt(src[i], i*2, &fotns_key);
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
{
|
||||
FILE *fp;
|
||||
const char *gamename = machine->gamedrv->name;
|
||||
@ -1242,6 +1242,7 @@ static DRIVER_INIT(fotns)
|
||||
fclose(fp);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
@ -1258,7 +1259,7 @@ static DRIVER_INIT(demofist)
|
||||
src[i] = atomiswave_decrypt(src[i], i*2, &df_key);
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
{
|
||||
FILE *fp;
|
||||
const char *gamename = machine->gamedrv->name;
|
||||
@ -1272,6 +1273,7 @@ static DRIVER_INIT(demofist)
|
||||
fclose(fp);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user