mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-23 16:30:23 +00:00
1.19.3.1(beta)
. Fixed Mockingboard detection for UltimaIII(ProDOS) version.
This commit is contained in:
parent
84d1c94680
commit
36f9cf9702
@ -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"
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user