psp snd output improved
[picodrive.git] / cpu / fame / famec.c
index 11d2cb2..2549147 100644 (file)
@@ -20,7 +20,7 @@
 #define FAMEC_CHECK_BRANCHES\r
 #define FAMEC_EXTRA_INLINE\r
 // #define FAMEC_DEBUG\r
-//#define FAMEC_NO_GOTOS\r
+#define FAMEC_NO_GOTOS\r
 #define FAMEC_ADR_BITS  24\r
 // #define FAMEC_FETCHBITS 8\r
 #define FAMEC_DATABITS  8\r
@@ -506,6 +506,7 @@ static u32 Opcode;
 static s32 cycles_needed;\r
 static u16 *PC;\r
 static u32 BasePC;\r
+static u32 flag_C;\r
 static u32 flag_V;\r
 static u32 flag_NotZ;\r
 static u32 flag_N;\r