rom_data -> rom_loaded
[libpicofe.git] / common / emu.h
index 2d2aa49..dd114ca 100644 (file)
@@ -29,7 +29,7 @@ typedef struct {
 
 extern currentConfig_t currentConfig;
 extern char *PicoConfigFile;
-extern unsigned char *rom_data;
+extern int rom_loaded;
 extern char noticeMsg[64];
 extern int state_slot;
 extern int config_slot, config_slot_current;