mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
psp snd output improved
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@288 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
d0ae0cb4bb
commit
88b3d7c16a
3 changed files with 29 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue