mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
Version 1.14.0 (beta)
Updated History.txt
This commit is contained in:
parent
e032dcc1ed
commit
804d34ee13
@ -668,6 +668,10 @@
|
|||||||
RelativePath=".\resource\Mockingboard-D.rom"
|
RelativePath=".\resource\Mockingboard-D.rom"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\resource\MouseInterface.rom"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\resource\Parallel.rom"
|
RelativePath=".\resource\Parallel.rom"
|
||||||
>
|
>
|
||||||
@ -689,10 +693,6 @@
|
|||||||
RelativePath=".\source\Common.h"
|
RelativePath=".\source\Common.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\resource\MouseInterface.rom"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\resource\resource.h"
|
RelativePath=".\resource\resource.h"
|
||||||
>
|
>
|
||||||
|
@ -2,8 +2,6 @@ AppleWin history
|
|||||||
================
|
================
|
||||||
|
|
||||||
This version of AppleWin is based directly on Oliver Schmidt's 1.10.4 source.
|
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:
|
Bug reports should be submitted here:
|
||||||
https://developer.berlios.de/bugs/?func=addbug&group_id=6117
|
https://developer.berlios.de/bugs/?func=addbug&group_id=6117
|
||||||
@ -20,8 +18,26 @@ Restrictions/bugs:
|
|||||||
- During Mockingboard playback, Speaker emulation isn't precise
|
- 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: Apple ][ (non-autostart monitor)
|
||||||
* Added: 6502 NMOS illegal opcode support (for ][ & ][+)
|
* Added: 6502 NMOS illegal opcode support (for ][ & ][+)
|
||||||
* Added: 65C02 CMOS undefined opcode support (for //e)
|
* Added: 65C02 CMOS undefined opcode support (for //e)
|
||||||
|
@ -210,8 +210,8 @@ DISK_ICON ICON "DISK.ICO"
|
|||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 1,13,3,0
|
FILEVERSION 1,14,0,0
|
||||||
PRODUCTVERSION 1,13,3,0
|
PRODUCTVERSION 1,14,0,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -229,12 +229,12 @@ BEGIN
|
|||||||
VALUE "Comments", "http://applewin.berlios.de"
|
VALUE "Comments", "http://applewin.berlios.de"
|
||||||
VALUE "CompanyName", "Michael O'Brien, Oliver Schmidt, Tom Charlesworth"
|
VALUE "CompanyName", "Michael O'Brien, Oliver Schmidt, Tom Charlesworth"
|
||||||
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
VALUE "FileDescription", "Apple //e Emulator for Windows"
|
||||||
VALUE "FileVersion", "1, 13, 3, 0"
|
VALUE "FileVersion", "1, 14, 0, 0"
|
||||||
VALUE "InternalName", "APPLEWIN"
|
VALUE "InternalName", "APPLEWIN"
|
||||||
VALUE "LegalCopyright", "© 1994-2007 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
VALUE "LegalCopyright", "© 1994-2007 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
|
||||||
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
VALUE "OriginalFilename", "APPLEWIN.EXE"
|
||||||
VALUE "ProductName", "Apple //e Emulator"
|
VALUE "ProductName", "Apple //e Emulator"
|
||||||
VALUE "ProductVersion", "1, 13, 3, 0"
|
VALUE "ProductVersion", "1, 14, 0, 0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
Loading…
Reference in New Issue
Block a user