Do not generate debug output file by default

This commit is contained in:
tudnai 2020-06-11 14:50:51 -07:00
parent 25d4ca31fd
commit 3d8f8f3faf
1 changed files with 4 additions and 4 deletions

View File

@ -691,10 +691,10 @@ void m6502_ColdReset( const char * bundlePath, const char * romFileName ) {
resetMemory();
outdev = fopen("/Users/trudnai/Library/Containers/com.gamealloy.A2Mac/Data/disassembly_new.log", "w+");
if (outdev == NULL) {
outdev = stdout;
}
// outdev = fopen("/Users/trudnai/Library/Containers/com.gamealloy.A2Mac/Data/disassembly_new.log", "w+");
// if (outdev == NULL) {
// outdev = stdout;
// }