From 2f0a8279b1e89410e47c5c9a53c3d82288d96c91 Mon Sep 17 00:00:00 2001 From: tomch Date: Sat, 8 Jan 2011 15:01:54 +0000 Subject: [PATCH] 1.19.3.1(beta) . Fixed Mockingboard detection for UltimaIII(ProDOS) version. --- resource/Applewin.rc | 10 +++++----- source/Mockingboard.cpp | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/resource/Applewin.rc b/resource/Applewin.rc index 4068a052..c9e6de50 100644 --- a/resource/Applewin.rc +++ b/resource/Applewin.rc @@ -253,8 +253,8 @@ DISK_ICON ICON "DISK.ICO" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,19,3,0 - PRODUCTVERSION 1,19,3,0 + FILEVERSION 1,19,3,1 + PRODUCTVERSION 1,19,3,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -272,12 +272,12 @@ BEGIN VALUE "Comments", "http://applewin.berlios.de" VALUE "CompanyName", "AppleWin" VALUE "FileDescription", "Apple //e Emulator for Windows" - VALUE "FileVersion", "1, 19, 3, 0" + VALUE "FileVersion", "1, 19, 3, 1" VALUE "InternalName", "APPLEWIN" - VALUE "LegalCopyright", " 1994-2010 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis" + VALUE "LegalCopyright", " 1994-2011 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, 19, 3, 0" + VALUE "ProductVersion", "1, 19, 3, 1" END END BLOCK "VarFileInfo" diff --git a/source/Mockingboard.cpp b/source/Mockingboard.cpp index 664c037b..87283773 100644 --- a/source/Mockingboard.cpp +++ b/source/Mockingboard.cpp @@ -221,8 +221,8 @@ static void StartTimer(SY6522_AY8910* pMB) USHORT nPeriod = pMB->sy6522.TIMER1_LATCH.w; - if(nPeriod <= 0xff) // Timer1L value has been written (but TIMER1H hasn't) - return; +// if(nPeriod <= 0xff) // Timer1L value has been written (but TIMER1H hasn't) +// return; pMB->nTimerStatus = 1;