diff --git a/src/fds.c b/src/fds.c index 5f2b56b..2dc76a6 100644 --- a/src/fds.c +++ b/src/fds.c @@ -848,6 +848,8 @@ int FDSLoad(const char *name, FCEUFILE *fp) { diskdatao[x] = (uint8*)FCEU_malloc(65500); memcpy(diskdatao[x], diskdata[x], 65500); } + + DiskWritten = 1; #if 0 /* auxillary rom loading for save file is now handled