From 2e82cbae5b1a14c5c826596769dc5927bf14fa4f Mon Sep 17 00:00:00 2001 From: nitsuja Date: Sun, 1 Nov 2009 20:12:40 +0000 Subject: [PATCH] re-enable ACCOUNT_FOR_CODE_FETCH_CYCLES since I've seen a couple of cases where it makes a difference. (it's not clear whether this is where the corrective timing change should be coming from, but I don't have any better ideas at the moment) --- desmume/src/MMU_timing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/MMU_timing.h b/desmume/src/MMU_timing.h index beb0a0ed5..5c5df97a5 100644 --- a/desmume/src/MMU_timing.h +++ b/desmume/src/MMU_timing.h @@ -47,7 +47,7 @@ //(SOMETIMES THIS IS A BIG SPEED HIT!) // enables emulation of code fetch waits. -//#define ACCOUNT_FOR_CODE_FETCH_CYCLES +#define ACCOUNT_FOR_CODE_FETCH_CYCLES // makes access to DTCM (arm9 only) fast. #define ACCOUNT_FOR_DATA_TCM_SPEED