mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
SH2 drc: bug fixing and small speed improvements
This commit is contained in:
parent
1891e649e5
commit
748b8187db
8 changed files with 254 additions and 203 deletions
|
@ -43,6 +43,7 @@ unsigned short scan_block(unsigned int base_pc, int is_slave,
|
|||
#else
|
||||
#warning "direct DRC register access not available for this host"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef DRC_SR_REG
|
||||
#define __DRC_DECLARE_SR(SR) register int sh2_sr asm(#SR)
|
||||
|
@ -59,4 +60,3 @@ unsigned short scan_block(unsigned int base_pc, int is_slave,
|
|||
#define DRC_SAVE_SR(sh2)
|
||||
#define DRC_RESTORE_SR(sh2)
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue