fix 'black screen' bug

This commit is contained in:
dborth 2008-08-17 19:33:55 +00:00
parent 62e6fab1ad
commit 0ca6590c3f

View File

@ -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;