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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user