TheGoodDoktor / 8BitAnalysers

MIT License
83 stars 12 forks source link

Wrong file name for kRomInfo48JsonFile #33

Closed jameshpdp closed 7 months ago

jameshpdp commented 7 months ago

Hello!

Source/ZXSpectrum/SpectrumEmu.cpp line 51 and 52, expect RomInfo.json and RomInfo128.json files to be available. However, provided file Data/SpectrumAnalyser/Rominfo.json has different name and cannot be loaded if copied as is. It has to have name RomInfo.json (capital "I").

Colourclash commented 7 months ago

I just fixed this by renaming the file Rominfo.json to RomInfo.json. Grab latest and it should be fixed

jameshpdp commented 7 months ago

Thank you! Surely it works as intended now.

Colourclash commented 7 months ago

Hope so! I'll close as fixed.