M68K: Add missing defines
No idea for cache level. On 030 and 040 a cache line is 16 bytes.
This commit is contained in:
@@ -13,6 +13,11 @@
|
|||||||
#endif // !_ASSEMBLER
|
#endif // !_ASSEMBLER
|
||||||
|
|
||||||
|
|
||||||
|
#define CPU_MAX_CACHE_LEVEL 8
|
||||||
|
|
||||||
|
#define CACHE_LINE_SIZE 16
|
||||||
|
|
||||||
|
|
||||||
#define SR_IP_MASK 0x0700
|
#define SR_IP_MASK 0x0700
|
||||||
#define SR_S 0x2000
|
#define SR_S 0x2000
|
||||||
#define M68K_SR_S 13
|
#define M68K_SR_S 13
|
||||||
|
|||||||
Reference in New Issue
Block a user