From 9194ea9b36fa3de0216c91b6f9099119c324f4e0 Mon Sep 17 00:00:00 2001
From: tomcw
NOTE: The status of the PC's
Scroll Lock
- LED is meaningless. The emulator will only run full-speed while the
+ LED is meaningless. The emulator will only run full speed while the
Scroll Lock
key is pressed down.
Shift+Insert:
@@ -62,6 +62,8 @@
See above.
Ctrl+PrintScrn:
Copy the text screen (auto detect 40/80 columns) to the clipboard.
Alt+Enter:
+ Toggle between windowed and full screen video modes. (NB. Will conflict with emulation when doing Open Apple + Enter.)
Function Keys F1-F8:
These PC function keys correspond to buttons on the toolbar.
Function Key F2 + Ctrl:
diff --git a/resource/Applewin.rc b/resource/Applewin.rc
index 6a73223f..09baba48 100644
--- a/resource/Applewin.rc
+++ b/resource/Applewin.rc
@@ -251,8 +251,8 @@ DISK_ICON ICON "DISK.ICO"
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,25,0,0
- PRODUCTVERSION 1,25,0,0
+ FILEVERSION 1,25,0,1
+ PRODUCTVERSION 1,25,0,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -270,12 +270,12 @@ BEGIN
VALUE "Comments", "https://github.com/AppleWin"
VALUE "CompanyName", "AppleWin"
VALUE "FileDescription", "Apple //e Emulator for Windows"
- VALUE "FileVersion", "1, 25, 0, 0"
+ VALUE "FileVersion", "1, 25, 0, 1"
VALUE "InternalName", "APPLEWIN"
VALUE "LegalCopyright", " 1994-2014 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
VALUE "OriginalFilename", "APPLEWIN.EXE"
VALUE "ProductName", "Apple //e Emulator"
- VALUE "ProductVersion", "1, 25, 0, 0"
+ VALUE "ProductVersion", "1, 25, 0, 1"
END
END
BLOCK "VarFileInfo"