CPU and MMU fixes, fixes #1366 and the entire mess that is build 2900.

This commit is contained in:
OBattler
2021-04-10 19:05:12 +02:00
parent b931e81485
commit bcb2e5598e
5 changed files with 68 additions and 28 deletions

View File

@@ -191,6 +191,8 @@ extern uint32_t biosmask, biosaddr;
extern int readlookup[256];
extern uintptr_t * readlookup2;
extern uintptr_t old_rl2;
extern uint8_t uncached;
extern int readlnext;
extern int writelookup[256];
extern uintptr_t * writelookup2;