diff --git a/Applewin.vcproj b/Applewin.vcproj index aec6316c..9a6d6771 100644 --- a/Applewin.vcproj +++ b/Applewin.vcproj @@ -668,6 +668,10 @@ RelativePath=".\resource\Mockingboard-D.rom" > + + @@ -689,10 +693,6 @@ RelativePath=".\source\Common.h" > - - diff --git a/docs/History.txt b/docs/History.txt index f75b2e0a..b9354040 100644 --- a/docs/History.txt +++ b/docs/History.txt @@ -2,8 +2,6 @@ AppleWin history ================ This version of AppleWin is based directly on Oliver Schmidt's 1.10.4 source. -The release numbering used to be restricted to 1.12.x, but we have now decided -to lift this restriction. Bug reports should be submitted here: https://developer.berlios.de/bugs/?func=addbug&group_id=6117 @@ -20,8 +18,26 @@ Restrictions/bugs: - During Mockingboard playback, Speaker emulation isn't precise -1.13.2 - 07 April 2007 ----------------------- +1.14.0 - 08 Aug 2007 (beta) +--------------------------- +Fixes: +. Super Serial Card: PR#2 & IN#2 now working +. Full support for Peripheral Expansion ROM (at $C800) & $CFFF access +. F2 (Power-cycle) when ROM is switched *out* caused Apple to freeze + +Changes: +. Attempt to use drive1's image name as the name for the .aws file +. Added Apple//e (original 6502 version with "Venetian Blinds" self-test) +. Turbo mode via Scroll Lock (temporary or toggle mode) - selectable via UI + +Beta: +. Mouse Interface card support in slot 4 (selectable via UI) + - Full 6821 emulation & 2K ROM. Based on code by Kyle Kim (Apple in PC) + - Tested with: Dazzle Draw, Blazing Paddles, Archon II: Adept, Orge[Fix], Dragon Wars + + +1.13.2 - 07 Apr 2007 +-------------------- * Added: Apple ][ (non-autostart monitor) * Added: 6502 NMOS illegal opcode support (for ][ & ][+) * Added: 65C02 CMOS undefined opcode support (for //e) diff --git a/resource/Applewin.rc b/resource/Applewin.rc index e3676eea..484dbec9 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -210,8 +210,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,13,3,0 - PRODUCTVERSION 1,13,3,0 + FILEVERSION 1,14,0,0 + PRODUCTVERSION 1,14,0,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -229,12 +229,12 @@ BEGIN VALUE "Comments", "http://applewin.berlios.de" VALUE "CompanyName", "Michael O'Brien, Oliver Schmidt, Tom Charlesworth" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 13, 3, 0" + VALUE "FileVersion", "1, 14, 0, 0" VALUE "InternalName", "APPLEWIN" VALUE "LegalCopyright", "© 1994-2007 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, 13, 3, 0" + VALUE "ProductVersion", "1, 14, 0, 0" END END BLOCK "VarFileInfo"