Fixed the previous fix.

This commit is contained in:
OBattler
2020-07-16 01:14:24 +02:00
parent a4afacfe0e
commit c7f4aabbf0
3 changed files with 31 additions and 22 deletions

View File

@@ -203,7 +203,7 @@ extern uintptr_t * readlookup2;
extern int readlnext;
extern int writelookup[256],
writelookupp[256];
extern uintptr_t *writelookup2;
extern uintptr_t * writelookup2;
extern int writelnext;
extern uint32_t ram_mapped_addr[64];