mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
5aec752dac
commit
2368651527
5 changed files with 532 additions and 200 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue