Don't use "pre made" EEPROM content, just fill it with 0, it works fine for now.

Also set the "system" at a proper time
And set the correct (?) size for EEPROM
This commit is contained in:
Godzil
2019-09-04 15:11:26 +01:00
parent 80253e2cd6
commit ea6bfacb66
5 changed files with 29 additions and 15 deletions

View File

@@ -778,11 +778,11 @@ int main(int argc, char *argv[])
if (ws_rom_path)
{
ws_set_system(ws_system);
if (ws_init(ws_rom_path))
{
app_rotated=ws_rotated();
app_gameRunning=1;
ws_set_system(ws_system);
if (ws_system == WS_SYSTEM_COLOR)
{