diff --git a/bin/History.txt b/bin/History.txt
index ac548195..d72d745e 100644
--- a/bin/History.txt
+++ b/bin/History.txt
@@ -8,6 +8,30 @@ https://github.com/AppleWin/AppleWin/issues/new
Tom Charlesworth
+1.29.14.0 - 17 Aug 2020
+-----------------------
+. [Change #822] Updated Uthernet card support to use Npcap for Win10.
+. [Change #806] Added support for 'Base 64A' - a Taiwanese Apple II clone.
+. [Change #763] Support for PAL(50Hz) killing color-burst during TEXT video mode.
+ - When 50Hz, then AppleWin's window title changes to "Color (PAL Monitor)" instead of "Color (NTSC Monitor)"
+. [Change #781] Loading a large save-state takes some time - added a busy indicator.
+. [Change #139] NIB disk image: added warning if any track's first D5-nibble triple isn't an address prologue.
+. [Bug #824] Fixed a regression in multi-zip support (introduced at 1.29.10.0).
+. [Bug #820] Fixed a GDI Object leak (occurring when accessing the Disk II with AppleWin minimised).
+. [Bug #813] Mockingboard playback looping after entering debugger then configuration.
+. [Bug #809] Fixed a memory leak.
+. [Bug #801] Wrong timing with LSR abs,X / ROR abs,X / ROL abs,X for the 6502 CPU.
+. [Bug #796] Fix for 'IRQ occurring on last cycle of opcode' not always true.
+. [Bug #751] No-Slot Clock running and power-cycle can causes lock-up on power-cycle.
+ - NSC state persisted to save-state.
+ - added a new switch '-no-nsc' to configure Apple II without an NSC.
+. [Bug #663, #691] Fixes for image loading switches (-d1,-d2,-h1,-h2,-s5d1,-s5d2):
+ - support relative paths (#663).
+ - updated the current directory with the path for each loaded image (#663) & when saving state (#691).
+ - added a new switch '-current-dir
Ethernet Transfers:
-Apples with an A2RetroSystems Uthernet +Apples with an A2RetroSystems' Uthernet card can transfer disk images via ADTPro:Details:
To enable ethernet support in AppleWin you must first download and install - WinPcap. + Npcap (or WinPcap).
-An alternative to downloading WinPcap is to get the Wireshark package which - includes WinPcap along with Wireshark network analyzer code. To use Wireshark to +
An alternative to downloading Npcap is to get the Wireshark package which + includes Npcap along with Wireshark network analyzer code. To use Wireshark to capture traffic (other than your own) you must be plugged into a shared hub vs a switch. If you plan on doing any network programming Wireshark is a definite must have.
-WinPcap: http://www.WinPcap.org/install/default.htm - or Wireshark: https://www.wireshark.org +
Npcap: https://nmap.org/npcap/#download + or Wireshark: https://www.wireshark.org + (or WinPcap: https://www.winpcap.org/install/default.htm)
After AppleWin starts, select the settings icon and then select the ethernet settings button. @@ -41,7 +42,7 @@ ethernet interface.
If you have more than one interface you may need to select them in turn in order - to get the text description for each interface vs what WinPcap likes to use for + to get the text description for each interface vs what Npcap likes to use for a reference. Select Ok. and then close AppleWin.
Note: Wireless does not work diff --git a/resource/version.h b/resource/version.h index c4ec4790..7055c9cd 100644 --- a/resource/version.h +++ b/resource/version.h @@ -1,4 +1,4 @@ -#define APPLEWIN_VERSION 1,29,13,0 +#define APPLEWIN_VERSION 1,29,14,0 #define xstr(a) str(a) #define str(a) #a