mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2: handle some branch exceptions
This commit is contained in:
parent
61290a3553
commit
6a5b1b362e
3 changed files with 40 additions and 4 deletions
|
@ -20,6 +20,7 @@ void sh2_drc_frame(void);
|
|||
#define OF_BTARGET (1 << 1)
|
||||
#define OF_T_SET (1 << 2) // T is known to be set
|
||||
#define OF_T_CLEAR (1 << 3) // ... clear
|
||||
#define OF_B_IN_DS (1 << 4)
|
||||
|
||||
void scan_block(unsigned int base_pc, int is_slave,
|
||||
unsigned char *op_flags, unsigned int *end_pc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue