use my CPU

This commit is contained in:
Brad Grantham 2016-12-09 13:06:50 -08:00
parent 920eb71e28
commit 33314406c0

View File

@ -2382,7 +2382,7 @@ void cleanup(void)
fflush(stderr);
}
bool use_fake6502 = true;
bool use_fake6502 = false;
struct saved_inst {
int pc;