diff --git a/source/ngc/sram.cpp b/source/ngc/sram.cpp index 4cf118d..2d58298 100644 --- a/source/ngc/sram.cpp +++ b/source/ngc/sram.cpp @@ -92,7 +92,7 @@ prepareEXPORTsavedata () ClearSaveBuffer (); /*** Copy in the sramcomments ***/ - sprintf (sramcomment[1], "%s", Memory.ROMFilename); + sprintf (sramcomment[1], "%s", Memory.ROMName); memcpy (savebuffer + offset, sramcomment, 64); offset += 64;