diff --git a/apple2e.cpp b/apple2e.cpp index a2e6ab9..9dde482 100644 --- a/apple2e.cpp +++ b/apple2e.cpp @@ -2382,7 +2382,7 @@ void cleanup(void) fflush(stderr); } -bool use_fake6502 = true; +bool use_fake6502 = false; struct saved_inst { int pc;