diff --git a/snapshot.cpp b/snapshot.cpp index 3730867f..ae758a80 100644 --- a/snapshot.cpp +++ b/snapshot.cpp @@ -1175,7 +1175,7 @@ void S9xFreezeToStream (STREAM stream) sprintf(buffer, "%s:%04d\n", SNAPSHOT_MAGIC, SNAPSHOT_VERSION); WRITE_STREAM(buffer, strlen(buffer), stream); - sprintf(buffer, "NAM:%06d:%s%c", (int) Memory.ROMFilename.length() + 1, Memory.ROMFilename.c_str(), 0); + sprintf(buffer, "NAM:%06d:%s%c", 8, "Removed", 0); WRITE_STREAM(buffer, strlen(buffer) + 1, stream); FreezeStruct(stream, "CPU", &CPU, SnapCPU, COUNT(SnapCPU));