Win32 - Memwatch - fixed a regression I made in 2.0.1 that broke the Save As menu item
This commit is contained in:
parent
79a5d93268
commit
0fa27c49cd
|
@ -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,
|
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
|
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
|
unofficial opcode ATX, ORing with correct constant $FF instead of $EE, as tested
|
||||||
|
|
|
@ -428,6 +428,7 @@ static void SaveMemWatch()
|
||||||
}
|
}
|
||||||
|
|
||||||
//quick get length of memwLastFilename
|
//quick get length of memwLastFilename
|
||||||
|
strcpy(memwLastFilename,nameo);
|
||||||
for(i=0;i<2048;i++)
|
for(i=0;i<2048;i++)
|
||||||
{
|
{
|
||||||
if(memwLastFilename[i] == 0)
|
if(memwLastFilename[i] == 0)
|
||||||
|
|
Loading…
Reference in New Issue