diff --git a/genplusgx_source/cart_hw/sms_cart.c b/genplusgx_source/cart_hw/sms_cart.c index a4f7a8c..88d8999 100644 --- a/genplusgx_source/cart_hw/sms_cart.c +++ b/genplusgx_source/cart_hw/sms_cart.c @@ -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) diff --git a/genplusgx_source/cart_hw/sram.c b/genplusgx_source/cart_hw/sram.c index 58ef404..29025f0 100644 --- a/genplusgx_source/cart_hw/sram.c +++ b/genplusgx_source/cart_hw/sram.c @@ -37,6 +37,7 @@ ****************************************************************************************/ #include "shared.h" +#include "scrc32.h" T_SRAM sram;