From 33314406c02fa794398101061ea5ca09539e83e0 Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Fri, 9 Dec 2016 13:06:50 -0800 Subject: [PATCH] use my CPU --- apple2e.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;