Fix Xcode 12 build failure.

This commit is contained in:
C.W. Betts
2020-09-22 14:13:55 -06:00
parent 17f423cfbd
commit 4f13fea4e2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@
#include "shared.h"
#include "eeprom_93c.h"
#include "terebi_oekaki.h"
#include "scrc32.h"
#define MAPPER_NONE (0x00)
#define MAPPER_TEREBI (0x01)
+1
View File
@@ -37,6 +37,7 @@
****************************************************************************************/
#include "shared.h"
#include "scrc32.h"
T_SRAM sram;