From 0fa27c49cdf46d743e76fc99ccbd184824764c37 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sun, 21 Jun 2009 03:09:58 +0000 Subject: [PATCH] Win32 - Memwatch - fixed a regression I made in 2.0.1 that broke the Save As menu item --- changelog.txt | 1 + src/drivers/win/memwatch.cpp | 1 + 2 files changed, 2 insertions(+) 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)