32x: drc: some constant propagation

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@860 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2010-01-15 21:04:42 +00:00
parent 5aec752dac
commit 2368651527
5 changed files with 532 additions and 200 deletions

View file

@ -33,6 +33,10 @@ typedef struct SH2_
// drc stuff
int drc_tmp; // 70
int irq_cycles;
void *p_bios; // convenience pointers
void *p_da;
void *p_sdram;
void *p_rom;
// interpreter stuff
int icount; // cycles left in current timeslice