mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 05:45:38 +00:00
This commit is contained in:
parent
ae99e68715
commit
d1cad8cd68
|
@ -1426,7 +1426,7 @@ void model3_load_bram(void)
|
|||
if(load_file(string, bram, 256*1024))
|
||||
{
|
||||
message(0, "Can't load Backup RAM from file, creating a new file.");
|
||||
memset(bram, 0xFF, 256*1024);
|
||||
memset(bram, 0x00, 256*1024);
|
||||
save_file(string, bram, 256*1024, 0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue