Win32 - Memwatch - fixed a regression I made in 2.0.1 that broke the Save As menu item

This commit is contained in:
adelikat 2009-06-21 03:09:58 +00:00
parent 79a5d93268
commit 0fa27c49cd
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
20-jun-2009 - adelikat - win32 - memwatch - fixed a regression I made in 2.0.1 that broke the Save As menu item
17-jun-2009 - qeed - Sound core fix, updated with the correct values for the noise and DMC table,
and also fixed the IRQ inhibit behavior for register $4017. Also fixed the CPU
unofficial opcode ATX, ORing with correct constant $FF instead of $EE, as tested

View File

@ -428,6 +428,7 @@ static void SaveMemWatch()
}
//quick get length of memwLastFilename
strcpy(memwLastFilename,nameo);
for(i=0;i<2048;i++)
{
if(memwLastFilename[i] == 0)