mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-11-17 21:04:45 +00:00
507 lines
21 KiB
Plaintext
507 lines
21 KiB
Plaintext
|
AppleWin history
|
|||
|
================
|
|||
|
|
|||
|
This version of AppleWin is based directly on Oliver Schmidt's 1.10.4 source.
|
|||
|
|
|||
|
Bug reports should be submitted here:
|
|||
|
https://developer.berlios.de/bugs/?func=addbug&group_id=6117
|
|||
|
|
|||
|
Feature requests should be submitted here:
|
|||
|
https://developer.berlios.de/feature/?func=addfeature&group_id=6117
|
|||
|
|
|||
|
Tom Charlesworth
|
|||
|
tomch at users.berlios.de
|
|||
|
|
|||
|
|
|||
|
Restrictions/bugs:
|
|||
|
- SSI263 emulation is very basic: there is no attempt to emulate rate, inflection or filters.
|
|||
|
- During Mockingboard playback, Speaker emulation isn't precise
|
|||
|
|
|||
|
|
|||
|
1.16.1 - 20 Jun 2009
|
|||
|
--------------------
|
|||
|
Changes:
|
|||
|
. Ctrl-F2 now functions as CONTROL-RESET (same as Ctrl-Break)
|
|||
|
. Video Mode now shown in Window Title
|
|||
|
. 50% Scan Lines (can use Shift+Ctrl+F9 to toggle)
|
|||
|
- Added: Checkbox for "50% Scan lines" in the configuration tab, next to video mode
|
|||
|
- Supported by PrintScreen and Shift-PrintScreen
|
|||
|
. Added command line "-noreg" to not register file extensions
|
|||
|
. Added support for up to 40 track (160KB) disk images
|
|||
|
. Debugger:
|
|||
|
- Symbols Length raised from 13 to 31
|
|||
|
- Pressing the Reboot button (F2) with breakpoints active, keeps the debugger running
|
|||
|
- symsrc is now relocatable, i.e. symsrc load "filename" [,offset]
|
|||
|
+ Changes the address where debugger symbols are bound to by the offset (if specified)
|
|||
|
- Pressing Shift, Ctrl, or Alt, when viewing the current Apple output no longer kicks you back into the debugger.
|
|||
|
(Allows for Ctrl-Shift-F9, and Shift-F9 previewing.)
|
|||
|
|
|||
|
Fixes:
|
|||
|
. Full screen drive LED status not showing up when floppy disks being accessed were set to read-only mode
|
|||
|
. FLASHing 'S' in AppleII+ mode!
|
|||
|
. Flash rate for NTSC
|
|||
|
. Maximum volume bug when doubling-clicking a .dsk image to execute with AppleWin
|
|||
|
. [Bug #14557] Loading serial port# from Registry (caused AppleWin to crash when booting Apple Pascal & other weird crashes)
|
|||
|
. [Bug #15394] Audio under-run (set process priority to Above Normal when in non-Full Speed mode)
|
|||
|
|
|||
|
|
|||
|
1.16.0 - 1 Feb 2009 (beta)
|
|||
|
---------------------------
|
|||
|
Changes:
|
|||
|
. Support for Apple // Game Server via TCP (port 1977) : beta
|
|||
|
. For GPL reasons, switched the following modules:
|
|||
|
- AY8910 (from MAME to FUSE) : beta Mockingboard/Phasor
|
|||
|
- MC6821 (from MAME to VICE) : beta Mouse card
|
|||
|
- Z80 (from Z80Em to VICE) : beta CP/M Softcard
|
|||
|
. Printer support:
|
|||
|
- Printer dump filename
|
|||
|
- Filter unprintable characters
|
|||
|
- Append to print-file
|
|||
|
- Terminate printing after n seconds of idle
|
|||
|
- Encoding conversion for Pravets
|
|||
|
- Dump to printer (CAUTION! Enabled via command line switch: -use-real-printer)
|
|||
|
. Added Pravets 8M
|
|||
|
|
|||
|
Fixes:
|
|||
|
. BugID-014557: Fix for loading serial port from Registry (caused AppleWin to crash when booting Apple Pascal)
|
|||
|
. Some floating bus bugs (fixes the Bulgarian game: "Walking in the town" & Annunciator read)
|
|||
|
. FLASH rate (now 3Hz, was 6Hz)
|
|||
|
. Fix for Willy Byte & MB support (strange 6522 behaviour!)
|
|||
|
|
|||
|
|
|||
|
1.15.0.3 - 31 Aug 2008 (beta)
|
|||
|
-----------------------------
|
|||
|
Changes:
|
|||
|
. Remembers the last disk images used for Drive 1 & 2
|
|||
|
- Is updated when you insert or remove a disk
|
|||
|
. PrintScreen key now saves screen shots!
|
|||
|
- Saved in .bmp format in the last directory you opened a disk from.
|
|||
|
- The filename generated depends if a floppy disk is mounted:
|
|||
|
o no disk mounted: "AppleWin_ScreenShot_#.bmp"
|
|||
|
o use the last disk mounted: "{DiskFilename}_#.bmp"
|
|||
|
- default saves to 560x384 resolution.
|
|||
|
- Shift+PrintScreen will save a 280x192 .bmp
|
|||
|
Note: In case you are wondering about the non-standard resolution 560x384
|
|||
|
o Width is 560 in order to save double hi-res graphics, and
|
|||
|
o Height is 384 because we double the vertical scan lines to
|
|||
|
preserve the original aspect ratio using a 560 width.
|
|||
|
- To enable the dialog box display of the last file saved to,
|
|||
|
use the command line option: -printscreen
|
|||
|
. Added new video mode: "Monochrome - Authentic"
|
|||
|
- Every odd scanline is black to replicate that authentic look of the Apple Green monitors
|
|||
|
- Similar to ApplePC's "Green monochrome" mode
|
|||
|
. Debugger 2.6.0.6
|
|||
|
- Added new command '@' to re-display results of search, colorized.
|
|||
|
Example:
|
|||
|
S F000:FFFF C050
|
|||
|
@ // re-display search results
|
|||
|
- Renamed GO to G to not conflict with new commands GR, GR1, GR2
|
|||
|
- Added 18 new view output commands from inside the debugger!
|
|||
|
TEXT, TEXT1, TEXT2
|
|||
|
TEXT80, TEXT81, TEXT82
|
|||
|
GR, GR1, GR2
|
|||
|
DGR, DGR1, DGR2
|
|||
|
HGR, HGR1, HGR2
|
|||
|
DHGR, DHGR1, DHGR2
|
|||
|
Example:
|
|||
|
F7 // enter debugger
|
|||
|
HELP VIEW // view help summary
|
|||
|
HGR // view current Hi-Res Screen. press a key to return to the normal debugger view
|
|||
|
- Added aliases:
|
|||
|
TEXT40, TEXT41, TEXT42
|
|||
|
- Fixed command 'G' to not send the Return of the command into the Apple Keyboard
|
|||
|
- Fixed command '?' to list commands sorted and colorized
|
|||
|
- Fixed command 'HELP' to not display extra blank-line
|
|||
|
|
|||
|
Fixes:
|
|||
|
. '~' displayed instead of '^'
|
|||
|
|
|||
|
Beta: CP/M support (Microsoft CP/M SoftCard in slot-5)
|
|||
|
- No save-state support
|
|||
|
- No Z80 debugging support
|
|||
|
|
|||
|
1.14.2.0 - 23 Jun 2008
|
|||
|
----------------------
|
|||
|
Changes:
|
|||
|
. Support for Bulgarian clones: Pravets 82 & 8A
|
|||
|
. Mouse can be configured to show/hide crosshairs; and can be restricted (or not) to AppleWin's window
|
|||
|
. Added 'Send to CiderPress' function via the context menu of the drive buttons
|
|||
|
. Added support for "The Freeze's" F8 ROM (Apple][ & Apple][+ only)
|
|||
|
. Added -f8rom <rom-file> cmd line switch to allow loading a custom 2K Rom at $F800
|
|||
|
. Support Shift-F9 to cycle backwards through video modes.
|
|||
|
|
|||
|
Fixes:
|
|||
|
. Mouse support for Contiki v1.3, Blazing Paddles & GEOS
|
|||
|
. Mouse support now integrates much better with Windows (when in unrestricted mode)
|
|||
|
. Extended HDD image file filter to include *.po
|
|||
|
. [Bug #13425] Full Screen mode: drawing/erasing of the buttons on the RHS of the screen
|
|||
|
. [Bug #12723] DOSMaster .hdv/.po images work
|
|||
|
. [Bug #11592] Infiltrator now boots
|
|||
|
|
|||
|
1.14.1.3
|
|||
|
--------
|
|||
|
Beta builds for specific testers
|
|||
|
|
|||
|
1.14.1.2 PR - 20 Apr 2008
|
|||
|
----------------------------
|
|||
|
. Support for Pravets 82. Caps Lock serves as Lat/Cyr lock. The charset still needs a little fix (all characters have to be one row down).
|
|||
|
. Some partial support for Pravets 8A. Caps Lock serves as Lat/Cyr lock, and F10 serves as Caps Lock.
|
|||
|
In Pravets 8A mode the former behaviour of the F10 key is preserved as Ctrl+F10 (see Help/Keyboard for details).
|
|||
|
Extended Basic and Miniassembler work, but there are still problems with the 8 bit charset (<28><><EFBFBD><EFBFBD><EFBFBD> [Parris] does not switch to latin characters).
|
|||
|
Some keys have to be remapped, because currently they are not available (i.e. <20>). There is still the problem that there is not enough space for this key on the keyboard.
|
|||
|
. Added Send to CiderPress function via the popup menu of the drive buttons.
|
|||
|
|
|||
|
1.14.1.2 - 2 Dec 2007 (beta)
|
|||
|
----------------------------
|
|||
|
. Change: Removed crosshairs in mouse-mode
|
|||
|
. Change: Hide Windows' mouse cursor when over Apple's screen (in mouse-mode)
|
|||
|
. Change: Moved 'Mouse interface in slot 4' from Configuration to Input config page
|
|||
|
. Added -f8rom <custom.rom> cmd line switch to allow loading a custom 2K Rom at $F800
|
|||
|
. Added support for "The Freeze's" F8 ROM (Apple][ & Apple][+ only)
|
|||
|
- It's a non-autostart ROM (was used for cracking). Use 'C600G' command to boot floppy
|
|||
|
- It added extended output in the Monitor's 'L' command.
|
|||
|
. Fix: Use mouse position delta (fixes GEOS)
|
|||
|
|
|||
|
1.14.1.1 - 13 Aug 2007 (beta)
|
|||
|
-----------------------------
|
|||
|
. Fix: Infiltrator (floating bus was not being returned for all unmapped I/O)
|
|||
|
. Fix: Mouse card is now reset on a system reset (reboot from Fantavision to Dazzle Draw : 'no mouse installed' problem)
|
|||
|
. Fix: CLEARMOUSE cmd was resetting the clamp value (Fantavision problem)
|
|||
|
|
|||
|
1.14.1.0 - 09 Aug 2007 (beta)
|
|||
|
-----------------------------
|
|||
|
. Fix: Mouse support in Contiki v1.3
|
|||
|
|
|||
|
|
|||
|
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)
|
|||
|
* Added: Simple parallel printer support in slot-1
|
|||
|
. Creates (or overwrites) a file called "Printer.txt" in AppleWin.exe's folder
|
|||
|
. Eg. PR#1, then LIST, then PR#0
|
|||
|
. The file will auto-close 10 seconds after the last printed output
|
|||
|
* Fix: [Bug #7238] FLASH support in 80-column mode
|
|||
|
* Fix: [Bug #8300] 80-col text in Silvern Castle got corrupted
|
|||
|
* Fix: Speech with MB/Phasor for short phonemes - bug in DirectSound in WinXP (see KB327698)
|
|||
|
* Fix: Disk ][ track stepping (Mabel's Mansion now works)
|
|||
|
* Docs updated (although debugger docs still partially out of date)
|
|||
|
* Debugger:
|
|||
|
+ Now uses Apple font
|
|||
|
+ Can configure entry to debugger via specific opcode or illegal(6502)/undefined(65C02) opcode - use BRKOP cmd
|
|||
|
- So you can run Apple at full-speed until it hits your breakpoint (eg. BRK)
|
|||
|
+ BRKOP, BRK # to enter debugger
|
|||
|
+ Mouse support: button & wheel
|
|||
|
+ BLOAD/BSAVE
|
|||
|
+ Search command: S/SH
|
|||
|
+ New DISASM command
|
|||
|
+ bookmarks, via bm, bma, bmc, bml, ctrl-#, alt-#
|
|||
|
+ HELP RANGE
|
|||
|
+ HELP OPERATORS
|
|||
|
+ PRINT, PRINTF
|
|||
|
+ ctrl-v (paste) support
|
|||
|
& lots more (doc's to be updated soon)
|
|||
|
|
|||
|
|
|||
|
1.13.1 - 07 May 2006
|
|||
|
--------------------
|
|||
|
* Fix: [Bug #7375] Crashes on Win98/ME
|
|||
|
|
|||
|
|
|||
|
1.13.0 - 02 May 2006
|
|||
|
--------------------
|
|||
|
* New: Uthernet card support
|
|||
|
. Allows internet access when used with the Contiki OS
|
|||
|
. See: http://applewin.berlios.de/Uthernet.txt
|
|||
|
* New: Floating bus support
|
|||
|
. Fixes the hang at Drol's cut-scene
|
|||
|
. Bob Bishop's Money Munchers is a little bit closer to working
|
|||
|
* Change: Added support for SSC receive IRQ (eg. Z-Link)
|
|||
|
* Fix: Checkerboard cursor back for //e mode
|
|||
|
* Fix: [Bug #6778] enable harddisk not working in 1.12.9.1
|
|||
|
* Fix: [Bug #6790] Right click menu stops working on drives
|
|||
|
* Fix: [Bug #7231] AppleWin installed in path with spaces
|
|||
|
|
|||
|
|
|||
|
1.12.9.1 - 10 Mar 2006
|
|||
|
----------------------
|
|||
|
* Right-Click on drive icon for disk popup menu. Options are:
|
|||
|
o Eject disk
|
|||
|
o Read only (write protection on.)
|
|||
|
o Read / Write (write protection off.)
|
|||
|
Note: If a file is read-only, the Read only option will be checked.
|
|||
|
* Fixed invalid F7 opcode addressing mode, so Lock N' Chase is now playable.
|
|||
|
* Video Blanking Timing now has preliminary support.
|
|||
|
i.e. Drol now longer stalls at the cutscene.
|
|||
|
Note: The VBL is not exact timing (yet), so some games like Karateka might exhibit a little choppiness.
|
|||
|
* Debugger 2.5.0.16
|
|||
|
o New Command: #G, same as Apple "Monitor" go command, where # is an hex address.
|
|||
|
i.e. C600G
|
|||
|
o New Command: #L, same as Apple "Monitor" list command, where # is an hex address.
|
|||
|
i.e. 300L
|
|||
|
o New Command: //
|
|||
|
Starts a line comment anywhere in the line.
|
|||
|
o New Command: RUN "filename", to run a debugger script
|
|||
|
o New Command: ECHO ...
|
|||
|
Text may be quoted: ECHO "...text..."
|
|||
|
Echo the current line, since scripts don't echo their commands.
|
|||
|
o New Command: SH address ## [? ?? ##]
|
|||
|
You can now search memory!
|
|||
|
i.e.
|
|||
|
SH 800,8000 AD ? C0 // search for one byte gap, AD xx C0
|
|||
|
SH 800,8000 C030 // search for two bytes: 30 C0
|
|||
|
o Mini-Assembler preview:
|
|||
|
Note: None of the indexed/indirect modes are working (yet), expressions are not evaluated.
|
|||
|
usage: A address
|
|||
|
usage: A
|
|||
|
The assembler prompt is the '!' -- for your mini-assembler fans ;-)
|
|||
|
The format is: label mnemonic []
|
|||
|
To exit the assembler, press Enter without any input.
|
|||
|
The spacebar to execute the next instruction is disabled while in assembler mode. You must press space, if you don't wish to define a label.
|
|||
|
o Fixed Console sometimes not drawing.
|
|||
|
o Fixed UI bug: Memory View text over-writing buttons.
|
|||
|
o Changed BPX to now defaults to setting breakpoint at cursor.
|
|||
|
o Changed BP to now default to setting breakpoint at Program Counter (PC)
|
|||
|
o Added new color scheme: BW. (This used to be an alias for MONO before.)
|
|||
|
|
|||
|
|
|||
|
1.12.9.0 - 25 Feb 2006
|
|||
|
----------------------
|
|||
|
- Moved source to BerliOS & released under GPL
|
|||
|
- Debugger v2.4.2.16:
|
|||
|
+ Breakpoint on memory address added: BPM address[,length]
|
|||
|
|
|||
|
|
|||
|
1.12.8.0 - 22 Feb 2006
|
|||
|
----------------------
|
|||
|
- *** Major re-write of debugger by Michael Pohoreski ***
|
|||
|
. Debugger v2.4.2.15: Improvements & new features abound!
|
|||
|
+ Syntax coloring, navigation, execution (eg. step-out), view memory as varying Ascii types
|
|||
|
+ Symbol maintenance (main, user, source), source-level debugging, mini-calculator
|
|||
|
+ Breakpoints: conditional on register, profiling + much more
|
|||
|
. See: http://applewin.berlios.de/Intro_To_New_Debugger.htm
|
|||
|
- Fixed speaker volume not being set correctly at start-up
|
|||
|
- Fixed emulation speed control (was only running at 1MHz)
|
|||
|
- Fixed internal ADC: was flagged as write to memory
|
|||
|
- Fixed internal BRK: only pushed PC+1, not PC+2 to stack
|
|||
|
- Fixed CPU not getting properly reset (eg. SP) on Ctrl+Reset
|
|||
|
- Changed attenuation on AY8910 outputs before mixing: MB: none (was 2/3), Phasor: still 2/3
|
|||
|
|
|||
|
|
|||
|
1.12.7.2 - 25 Jan 2006
|
|||
|
----------------------
|
|||
|
- Fixed crash-bug in C++ 65C02 emu code for opcode $7C : JMP (ABS,X)
|
|||
|
- Updated help file (by Brian Broker)
|
|||
|
- Added ability to use Shift+Insert to paste from clipboard during emulation
|
|||
|
- Added buttons to Config->Sound tab to select Mockingboard (s4 & s5), Phasor (s4) or none
|
|||
|
- Removed keyboard buffer from Config->Input (this was redundant from 1.12.7.0)
|
|||
|
- Fixed speaker click (eg. when selecting disk image)
|
|||
|
- Added check to prevent loading old & incompatible 6502 DLLs (caused random 6502 crashes to monitor)
|
|||
|
- Added support for AE's RAMWorks III, which adds up to 8MB (cmd-line switch only):
|
|||
|
. -r <#pages> : where #pages = [1..127], each page is 64KB.
|
|||
|
. NB. The following aren't saved out to the save-state file yet:
|
|||
|
. Phasor card (only the Mockingboards are)
|
|||
|
. RAMWorks card
|
|||
|
|
|||
|
1.12.7.1 - 08 Jan 2006
|
|||
|
----------------------
|
|||
|
- Fixed cmd-line switches -d1/-d1 to work with filenames with spaces
|
|||
|
- Reset: Init Phasor back to Mockingboard mode
|
|||
|
- Benchmark button acts immediately
|
|||
|
- Fixes to speaker emulation introduced in 1.12.7.0
|
|||
|
- Adjusted speaker freq to work better with MJ Mahon's RT.SYNTH.dsk
|
|||
|
- Fixed Bxx; ABS,X; ABS,Y; (IND),Y opcodes: take variable cycles depending on branch taken & page crossed
|
|||
|
|
|||
|
|
|||
|
1.12.7.0 - 30 Dec 2005
|
|||
|
----------------------
|
|||
|
- Public release
|
|||
|
- Fixed Apple][+ ROM (IRQ vector was vectoring to $FF59/OLDRST)
|
|||
|
- Added cmd-line switches (-f, -d1, -d2)
|
|||
|
. -f : full-screen
|
|||
|
. -dn <image> : Load a disk image into a drive. A disk in drive-1 will force a reboot.
|
|||
|
- Extended 6502 debugger (M1, M2, P0,...P4)
|
|||
|
. Mn <addr> : Memory window 1/2
|
|||
|
. Pn <zp-addr> : Display a zero-page pointer
|
|||
|
. Extended memory-dump to output SY6522/AY8910 regs with SYn/AYn, eg: M1 AY0
|
|||
|
. Added support for ACME symbol files
|
|||
|
- Phasor support (defaulting to Mockingboard mode, available in slots 4 & 5)
|
|||
|
- Display updated at ~60Hz (instead of 20Hz)
|
|||
|
- Emulation broken into 1ms units (instead of video-frame units)
|
|||
|
- Uses internal CPU emulator instead of DLLs (DLLs to be phased out)
|
|||
|
|
|||
|
|
|||
|
1.12.6.1 - 23 Apr 2005
|
|||
|
----------------------
|
|||
|
- Added support for Votrax speech: emulated using SSI263 phonemes
|
|||
|
- Added joystick x/y trim control to Input property sheet
|
|||
|
- Added support for double-lores graphics
|
|||
|
- Updated Applewin.chm
|
|||
|
- Load state: F12 nows works like Ctrl-F12
|
|||
|
|
|||
|
|
|||
|
1.12.6.0 - 19 Mar 2005
|
|||
|
----------------------
|
|||
|
- Public release
|
|||
|
|
|||
|
|
|||
|
1.12.5.5 - 11 Mar 2005
|
|||
|
----------------------
|
|||
|
- Added support for clipboard paste.
|
|||
|
- Fixed slow Disk][ when Mockingboard disabled problem.
|
|||
|
- Fixed flickering mouse pointer problem.
|
|||
|
|
|||
|
|
|||
|
1.12.5.4 - 11 Feb 2005
|
|||
|
----------------------
|
|||
|
- Added support for 2 HDDs (HDV images) from slot7
|
|||
|
- Fixed Disk-swap bug.
|
|||
|
|
|||
|
|
|||
|
1.12.5.3 - 4 Feb 2005
|
|||
|
----------------------
|
|||
|
- Internal
|
|||
|
|
|||
|
|
|||
|
1.12.5.2 - 4 Feb 2005
|
|||
|
----------------------
|
|||
|
- Moved 'Monochrome Color' from main window to Config dialog
|
|||
|
- Changed old 'Monochrome Color' button to 'Disk Swap' button (bitmap provided by The Rink).
|
|||
|
|
|||
|
|
|||
|
1.12.5.1 - 24 Jan 2005
|
|||
|
----------------------
|
|||
|
- Rebuilt with new CHARSET4.bmp from "The Rink"
|
|||
|
|
|||
|
|
|||
|
1.12.5.0 - 11 Dec 2004
|
|||
|
----------------------
|
|||
|
- Added browse dialogs for F11 & Ctrl-F12.
|
|||
|
|
|||
|
|
|||
|
1.12.4.4 - 28 Nov 2004
|
|||
|
----------------------
|
|||
|
- Changed Configuration Dialog to Property Sheet Pages.
|
|||
|
- Added Volume control for Speaker & Mockingboard.
|
|||
|
- Added control for keyboard buffer.
|
|||
|
- Added Save State page.
|
|||
|
|
|||
|
|
|||
|
1.12.4.3 - 13 Nov 2004
|
|||
|
----------------------
|
|||
|
- Fixed problem with jerky graphics when in mixed HGR/TEXT (Olympic Decathlon).
|
|||
|
- Fixed sudden burst of 'full speed' after unpausing.
|
|||
|
- Fixed joystick emulation problem (Championship Lode Runner & Boulderdash).
|
|||
|
- Fixed FLASH problem when nothing changing on TEXT screen.
|
|||
|
- Fixed problem with internal 6502 emu's SBC opcode when in BCD mode (Dino Eggs).
|
|||
|
- Fixed Pro Mockingboard compatiblity problem (Pro-MB accesses are now ignored).
|
|||
|
- Added emulator save-state (Save=F11, Load=Ctrl+F12).
|
|||
|
|
|||
|
|
|||
|
1.12.4.2 - 09 Nov 2004
|
|||
|
----------------------
|
|||
|
- Internal
|
|||
|
|
|||
|
|
|||
|
1.12.4.1 - 14 Sep 2004
|
|||
|
----------------------
|
|||
|
- Fixed "CPU usage 100%" problem.
|
|||
|
- Switch MB output from dual-mono to stereo.
|
|||
|
- Relaxed TIMER1's max freq from ~62Hz (period=0x4000) to ~83Hz (period=0x3000).
|
|||
|
- Fixed FLASH problem when in monochrome mode.
|
|||
|
|
|||
|
|
|||
|
1.12.4.0 - 01 Aug 2004
|
|||
|
----------------------
|
|||
|
- Switched to MAME's AY8910 emulation
|
|||
|
- Added support for SSI263 speech chip on Mockingboard
|
|||
|
- Ctrl+Reset now resets MB
|
|||
|
- Key presses: 2 buffers. Fixes problem where key presses are missed on faster PCs.
|
|||
|
- Added FLASH support
|
|||
|
- Switched Speaker to use DirectX
|
|||
|
- Rebuilt using DirectX 9.0b library
|
|||
|
- Removed AppleWin calibration when starting a new version
|
|||
|
- Fixed 6502 emulation cycle-count inaccuracies, resulting in:
|
|||
|
. Precise analogue joystick support (Rescue Raiders' joystick support now works)
|
|||
|
. Precise Apple speaker
|
|||
|
- Emulation speed control now works when using Mockingboard
|
|||
|
- Full speed (Scroll-lock) mutes all sound (Speaker,Mockingboard)
|
|||
|
- Fixed DELREG.INF
|
|||
|
- Reset now switches Alternate char set off
|
|||
|
- PC's delete key maps to Apple's DEL key
|
|||
|
- Fixed characters: '6', '|', '_'
|
|||
|
|
|||
|
|
|||
|
1.12.3 - 04 Jan 2004
|
|||
|
--------------------
|
|||
|
Changes:
|
|||
|
- Added Thomas Stahl's TV emulation mode: "Color (TV emulation)".
|
|||
|
Tested with Karateka, Mindshadow.
|
|||
|
"As you probably know, many of the higher sophisticated Apple ][+
|
|||
|
games made use of the blurr-effekt that color TV-monitors had on
|
|||
|
patterns consisting of horizontal color stripes. Using this effect it
|
|||
|
was possible to produce *solid* mix colors like grey, purple, pink,
|
|||
|
yellow and aquamarine even in the 2+ *hi-res mode*."
|
|||
|
- Included Thomas Stahl's adjusted hires colors:
|
|||
|
He "adjusted the hires colors for a more realistic look -
|
|||
|
at least in comparison with an Apple PAL-System."
|
|||
|
- Changed wording in Config dialog: from "Color (optimized)" to "Color (text optimized)".
|
|||
|
- Fixed Config dialog (speed settings were misplaced in 1.12.2).
|
|||
|
- Fixed Joystick 2 for Mario Bros: Now when in dual-joystick mode, 2nd joystick
|
|||
|
button controls both switches #1 & #2 as one.
|
|||
|
- Fixed Mockingboard IRQ frequency problem (Ultima 4 & 5 tunes now play at correct rate).
|
|||
|
- Added Applewin.chm to release zip. (NB. This hasn't changed from 1.10.4)
|
|||
|
|
|||
|
|
|||
|
1.12.2 - 05 Jul 2003
|
|||
|
--------------------
|
|||
|
Changes:
|
|||
|
- Added support for 2nd joystick.
|
|||
|
If the 2nd Apple joystick is enabled, then the buttons are re-configured:
|
|||
|
- Joystick 1 controls only button #0 (ie. not button #1 too)
|
|||
|
- Joystick 2 controls only button #1 (ie. not button #2)
|
|||
|
This is so that player 1 can't affect player 2's controls.
|
|||
|
So there is no way to control button #2 via a joystick. I don't think this will be a problem.
|
|||
|
Of course Left Alt, Right Alt and Shift still activate the 3 buttons.
|
|||
|
NB. Disable 2nd joystick if playing a 1 player game that requires the use of buttons 0 and 1.
|
|||
|
Tested with Archon I, Archon II and One-on-one.
|
|||
|
|
|||
|
|
|||
|
1.12.1 - 24 Nov 2002
|
|||
|
--------------------
|
|||
|
Changes:
|
|||
|
- Changed tone waveform from orthodox square-wave to a more logarithm shape,
|
|||
|
based on real MB waveform analysis. This is by no means perfect, but in my
|
|||
|
opinion gives the tones more musical quality.
|
|||
|
- Added MB enable/disable switch to Configuration dialog.
|
|||
|
- Added simple logging support. If AppleWin is started from the command line
|
|||
|
(DOS box) with the '-l' switch, then a text log file, AppleWin.log, will be
|
|||
|
generated. This can hopefully be used to diagnose problems some users are having.
|
|||
|
|
|||
|
|
|||
|
1.12.00 - 17 Nov 2002
|
|||
|
---------------------
|
|||
|
- Initial release.
|
|||
|
- Supports 2 Mockingboard cards in slots 4 & 5
|
|||
|
- 12 voices and noise supported using DirectX 8.1.
|
|||
|
- Tested on Win98, 2000 and XP platforms.
|