mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
sh2: sync sh2 core with latest mame
This commit is contained in:
parent
009ef50c60
commit
f4c0720c24
7 changed files with 594 additions and 576 deletions
|
@ -66,8 +66,6 @@ typedef struct SH2_
|
|||
#define C_SH2_TO_M68K(xsh2, c) \
|
||||
((int)((c + 3) * (xsh2).mult_sh2_to_m68k) >> CYCLE_MULT_SHIFT)
|
||||
|
||||
extern SH2 *sh2; // active sh2. XXX: consider removing
|
||||
|
||||
int sh2_init(SH2 *sh2, int is_slave);
|
||||
void sh2_finish(SH2 *sh2);
|
||||
void sh2_reset(SH2 *sh2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue