X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cpu%2Ffame%2Ffamec.c;h=2549147c27e1bf962a007c43fd2144d236c9940c;hb=88b3d7c16ae976d332b8462de839b86f856a7180;hp=11d2cb2eb21ed2d7bc20c009b214be3efae63db9;hpb=d0ae0cb4bb73e6e2fc10e7b19a5a72a012db6d6a;p=picodrive.git diff --git a/cpu/fame/famec.c b/cpu/fame/famec.c index 11d2cb2..2549147 100644 --- a/cpu/fame/famec.c +++ b/cpu/fame/famec.c @@ -20,7 +20,7 @@ #define FAMEC_CHECK_BRANCHES #define FAMEC_EXTRA_INLINE // #define FAMEC_DEBUG -//#define FAMEC_NO_GOTOS +#define FAMEC_NO_GOTOS #define FAMEC_ADR_BITS 24 // #define FAMEC_FETCHBITS 8 #define FAMEC_DATABITS 8 @@ -506,6 +506,7 @@ static u32 Opcode; static s32 cycles_needed; static u16 *PC; static u32 BasePC; +static u32 flag_C; static u32 flag_V; static u32 flag_NotZ; static u32 flag_N;