M68K: Add missing defines

No idea for cache level.

On 030 and 040 a cache line is 16 bytes.
This commit is contained in:
François Revol 2016-07-20 19:56:03 +02:00
parent 58820fadb1
commit 7ab9993a18

View File

@ -13,6 +13,11 @@
#endif // !_ASSEMBLER
#define CPU_MAX_CACHE_LEVEL 8
#define CACHE_LINE_SIZE 16
#define SR_IP_MASK 0x0700
#define SR_S 0x2000
#define M68K_SR_S 13