diff --git a/changelog.txt b/changelog.txt index 3004c4ef..e5440ed0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/src/drivers/win/memwatch.cpp b/src/drivers/win/memwatch.cpp index 9478c786..e0e3c097 100644 --- a/src/drivers/win/memwatch.cpp +++ b/src/drivers/win/memwatch.cpp @@ -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)