mirror of
https://github.com/trudnai/Steve2.git
synced 2025-03-09 10:35:56 +00:00
Do not generate debug output file by default
This commit is contained in:
parent
25d4ca31fd
commit
3d8f8f3faf
@ -691,10 +691,10 @@ void m6502_ColdReset( const char * bundlePath, const char * romFileName ) {
|
|||||||
|
|
||||||
resetMemory();
|
resetMemory();
|
||||||
|
|
||||||
outdev = fopen("/Users/trudnai/Library/Containers/com.gamealloy.A2Mac/Data/disassembly_new.log", "w+");
|
// outdev = fopen("/Users/trudnai/Library/Containers/com.gamealloy.A2Mac/Data/disassembly_new.log", "w+");
|
||||||
if (outdev == NULL) {
|
// if (outdev == NULL) {
|
||||||
outdev = stdout;
|
// outdev = stdout;
|
||||||
}
|
// }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user