sh2 drc: reorganised block mgmt code, plus some small scale optimisations

This commit is contained in:
kub 2019-10-17 21:54:37 +02:00
parent b10a782a36
commit 52055c13b2
7 changed files with 410 additions and 394 deletions

View file

@ -80,7 +80,7 @@ typedef struct SH2_
unsigned char data_array[0x1000]; // cache (can be used as RAM)
unsigned int peri_regs[0x200/4]; // periphereal regs
} SH2;
} SH2 ALIGNED(32);
#define CYCLE_MULT_SHIFT 10
#define C_M68K_TO_SH2(xsh2, c) \