Commit Graph

71 Commits

Author SHA1 Message Date
tomch
09d7583b87 Update History.txt for -no-printscreen-dlg 2013-12-23 03:27:24 +00:00
tomch
3f8691cae4 v1.23.3.0
Changes:
. Support cursor keys (in addition to numpad) when using keyboard as joystick emulation
. Support auto-fire for all 3 joystick buttons (via Config->Input)
. Added confirmation message box for reboot (F2)
Fixes:
. [Support #103098] Sometimes swapping disk could cause INIT to fail with ERROR #8
2013-12-06 21:10:41 +00:00
tomch
7232ebe523 Applied Nick's patch for 'disk info' cmd 2013-11-02 21:24:45 +00:00
tomch
24b0f4080e Fixed Bug #19154: ProDOS Order 2IMG crashing 2013-10-27 21:37:51 +00:00
tomch
fae019856a 1.23.2:
. [Bug #18940] Extend BSAVE and BLOAD Command To Memory Banks 0 and 1
	Extended debugger BLOAD with bank support:
	. BLOAD [file],[bank:]address[,length]
	. BLOAD [file],[bank:]address[:end]
	. If no filename specified, will use last BLOAD or BSAVE filename.
	Extended debugger BSAVE with bank support:
	. BSAVE [file],[bank:]address,length
	. BSAVE [file],[bank:]address:end
	. If no filename specified, defaults to: '####.####.[bank##].bin'
		(where the form is <address>.<length>.bin)
2013-09-14 21:46:39 +00:00
tomch
2683b83bdb Fix [Bug #18723,#19070] Mouse movement for CopyII+9.1 and ProTERM3.1 2013-08-09 22:04:02 +00:00
tomch
aedbf93463 Bumped version to 1.23.1
Updated History.txt
2013-08-08 21:31:50 +00:00
tomch
690dd0bbfb 1.23.0
Bumped version for RC public release.
2013-04-27 08:27:17 +00:00
tomch
c76bdd688c 1.22.2
(Renumbered 1.22.1.5 to 1.22.2.0)
2013-04-26 22:37:58 +00:00
tomch
33df2c6d37 Added Troubleshooting section to help file. 2013-04-26 22:21:43 +00:00
tomch
f93fc25d54 1.22.1.5:
. Allow debugging of save-state image from start-up "logo" screen.
. Fixed inserting of disk images from save-state when drive-2 contained the disk required for drive-1.
2013-04-26 21:55:45 +00:00
tomch
28b52edf68 Updated History.doc for 1.22.1.4 2013-03-30 15:18:55 +00:00
tomch
6ffa1e54ef Fix bug #18886: MMU issue 2013-03-10 23:44:30 +00:00
tomch
a511e5c234 v1.22.1
. Make 2x the default
  - But refuse double-sizing the window unless the screen is large enough.
2013-03-07 23:23:26 +00:00
tomch
1e5c1257d2 AppleWin 1.22.0:
. [Feature #003272 and #005335] Support 2x windowed mode:
  - Toggle between 1x and 2x by using Resize button (or F6).
  - Full screen now enabled by CTRL+Resize button (or CTRL+F6).
  * Based on Sheldon's patch with extensions for Registry persistence, mouse-hover tips & debugger view support.
. [Bug #018455] Improved rendering speed of debugger view.
  * Now all debugger objects are drawn to a memDC, then StretchBlt'd to the frameDC at the end of the frame update.
2012-12-29 14:53:52 +00:00
tomch
29a4903879 Fixed HDD firmware to allow epyx_californiagames_iicplus.2mg to boot. 2012-10-06 22:06:17 +00:00
tomch
300c6ad50a Fix for original IIe showing mousetext (Feature #4346) 2012-09-16 21:53:07 +00:00
tomch
d6c5b8bc57 Fix mouse support for BeagleWrite / MultiScribe. 2012-08-12 12:47:02 +00:00
tomch
cdd669a26d Fix for MB type not being set to empty on a restart. (Broke during Config refactor) 2012-08-12 11:03:38 +00:00
tomch
10f9545085 Update to History.txt (about change to Config prop sheets) 2012-08-11 21:53:46 +00:00
tomch
8870787232 Updated History.txt to document fix for Mabel's Mansion too. 2012-08-11 21:48:36 +00:00
tomch
a3f85280f0 Changed Config->Input prop sheet's UI:
. [Feature #4399] Allow Z80 SoftCard to be inserted into slot 4 or 5. (Allows CP/M v3 to work)
Removed CPP macro: SUPPORT_CPM (since it's been in since 1.16.0, Feb 2009)
Bumped version to 1.21.0
2012-01-22 13:46:36 +00:00
tomch
e614289098 Fix: Floating bus not returned for empty slot $Cnxx addresses (Fix for A2VGA.DSK: Apple][VGA card detection). 2012-01-21 14:36:35 +00:00
tomch
95ba7bd519 1.20.1: Fix bug 018242:
. Preserve drive's physical attributes (track, phase) when changing disk. (Fix for Platoon)
2011-07-17 20:34:42 +00:00
tomch
eecbbba195 Added fix-note about UltimaIII w/MB. 2011-02-24 21:38:29 +00:00
tomch
f1dfe28875 Bumped version to 1.20.
Updated History.txt & index.php to reflect changes in 1.20.
NB. 1.20 is built against r873 (not r874).
2011-02-23 23:15:47 +00:00
tomch
5d753c8a35 Updates to History & Wishlist. 2010-12-30 22:45:45 +00:00
tomch
fe39be8a5b 1.19.3.0
Changes:
. Set 50% scan lines as the default.
Fixes:
. Fix OpenFileName dialogs for Win98 (use older WinVer4 struct).
. Edits to the 'Printer dump filename' edit control are now recognised.
2010-12-30 20:10:48 +00:00
tomch
5a9bb611e9 ApplewinExpress2005.vcproj, release config:
. Extended Instruction Set = Not Set (ie. no SSE/SSE2)
  - Fix for "APPLEWIN executed an invalid instruction" on Pentium II/266 CPU.
. Floating Point Model = Precise
2010-12-20 23:05:47 +00:00
tomch
0d7cdc825b 1.19.1: Updated VS2005 sln/vcproj 2010-12-10 22:56:04 +00:00
tomch
8acfc32c91 Added Nick's No-Slot-Clock support to trunk & bumped ver to 1.19.0.0 2010-08-28 20:04:24 +00:00
tomch
2d5edfa7e2 Updated History.txt 2010-08-17 08:07:41 +00:00
tomch
0f72cdb43e Merge from Tom: r683
Added Speech API support:
. Capture char output to COUT
. Enable speech via -speech cmd-line
. Ctrl+Reset and FullSpeed mode purge the speech buffers
Removed #pragma hdrstop from all .cpp files except AppleWin.cpp (which is the PCH create file)
2010-02-14 21:11:26 +00:00
tomch
871ea06e58 Minor tweaks to notes 2010-01-17 22:45:07 +00:00
tomch
7f94f56557 Bump version to 1.18.0.0
Updated History.txt
2010-01-17 20:04:51 +00:00
tomch
04c59502b3 Updated History.txt 2009-12-24 11:50:52 +00:00
tomch
e29514cb62 Updated History.txt 2009-12-24 11:20:03 +00:00
tomch
23bdda7688 1.17.2 (index.php) 2009-12-13 11:33:46 +00:00
tomch
303f38f0bd 1.17.2 2009-12-13 11:23:23 +00:00
tomch
7dbfe967af Fix reading DIP SW1 for "external" CLK (115.2K mode)
Fix two typos with baud rate (112.5K instead of 115.2K)
2009-11-30 21:33:48 +00:00
tomch
5ed7a58e0b 1.17.1: Updated History.txt & index.php 2009-11-27 21:32:11 +00:00
tomch
c307a639a6 Tweak to History.txt 2009-11-13 22:33:21 +00:00
tomch
b55b43610e Bumped to 1.17.1
Updated History.txt
Added David Schmidt to acknowledgements.html
2009-11-13 22:22:21 +00:00
tomch
ec0afb8359 Update to History.txt 2009-10-07 20:53:54 +00:00
tomch
227f614571 Minor tweaks to webpage & History.txt 2009-06-21 13:47:33 +00:00
tomch
367d398ac6 Added Debugger_Changelog.txt to VS2005 vcproj
Added SetThreadPriority(THREAD_PRIORITY_TIME_CRITICAL) after creating serial comm thread
Minor update to History.txt
2009-06-20 14:00:14 +00:00
tomch
51cb37a850 Updated History.txt for v1.16.1 2009-05-27 21:49:52 +00:00
tomch
06f819b239 Updated html docs for AGS support via TCP port 1977
Changed cmd-line switch from -printer-real to -use-real-printer
2009-02-01 20:32:05 +00:00
tomch
06d9ea6327 Added new cmd-line switch: -printer-real
. Enables control in Advanced config to allow dumping to a real printer
Resource file:
. Bumped copyright year to 2009
. Set version to 1.16.0
Updated html help (toc, acknowledgements, cfg-advanced)
Updated History.txt (changes/fixes for 1.16.0)
2009-01-17 15:10:00 +00:00
mpohoreski
4fdccf4481 fixed 580 -> 560 typo ... 2008-08-31 09:50:02 +00:00