psp snd output improved

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@288 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-11-01 09:39:56 +00:00
parent d0ae0cb4bb
commit 88b3d7c16a
3 changed files with 29 additions and 16 deletions

View file

@ -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;