]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/eeprom.cpp
We can now compile, but still doesn't work at this point... Lots of cleanup
[virtualjaguar] / src / eeprom.cpp
index 35e0d4d63ce575690407b5e0642bbfd97619a842..fe3b1d082de914c161ff81e8d6b2559504c408e2 100644 (file)
@@ -48,7 +48,7 @@ static bool foundEEPROM = false;
 
 void EepromInit(void)
 {
-       sprintf(eeprom_filename, "%s%08X.eep", vjs.EEPROMPath, (unsigned int)jaguarMainRomCRC32);
+       sprintf(eeprom_filename, "%s%08X.eep", vjs.EEPROMPath, (unsigned int)jaguarMainROMCRC32);
        FILE * fp = fopen(eeprom_filename, "rb");
 
        if (fp)