Commit Graph

76 Commits

Author SHA1 Message Date
tomch
aedbf93463 Bumped version to 1.23.1
Updated History.txt
2013-08-08 21:31:50 +00:00
tomch
7a00f8656d Bumped version to 1.23.0.1
Added About dialog asking for confirmation about GPL.
. About dialog shown whenever the version changes (stored in Registry).
. Currently no other way to display About dialog (todo: add way to trigger About from within app).
Fixed buffer overrun spotted by Nick in buttonbitmap[] and removed unused BTN_P8CAPS constant.
2013-08-08 21:13:31 +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
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
b11e9e388b 1.22.1.4 2013-03-28 22:33:20 +00:00
tomch
a99df90c25 1.22.1.3: New cmd line switch: -no-di
. Disable DirectInput, ie. for DIMouse
2013-03-23 14:14:48 +00:00
tomch
639f1e88e1 1.22.1.2: extended logging for:
. WM_CREATE, WM_CLOSE + others
. DIMouse::DirectInputInit()
. MB_Initialize()
2013-03-23 13:34:01 +00:00
tomch
0004e290c4 1.22.1.1: extended logging on init & shutdown 2013-03-18 23:17:18 +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
4079a4467b v1.21.1.0 2012-08-12 12:48:16 +00:00
tomch
30bc6f26b4 Fixed switching Mockingboard/Phasor/None to restart emulator (consistent with other changes to Apple II HW).
Switched all Property Sheet YESNO message boxes to OKCANCEL (so that ESC key works).
2012-01-23 22:40: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
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
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
36f9cf9702 1.19.3.1(beta)
. Fixed Mockingboard detection for UltimaIII(ProDOS) version.
2011-01-08 15:01:54 +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
7a1110a6f7 Bumped version to 1.19.2
+ a few cosmetic code tweaks.
2010-12-20 23:46:11 +00:00
mpohoreski
720d8a1ac9 Hard Drive LED ! 2010-12-18 20:57:39 +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
095adb14b5 Bump version to 1.18.2.0 2010-08-17 07:56:34 +00:00
tomch
b1c4842828 Bump version to 1.18.1.0 2010-02-14 21:14:59 +00:00
tomch
7f94f56557 Bump version to 1.18.0.0
Updated History.txt
2010-01-17 20:04:51 +00:00
tomch
744a9cd840 Disk/HardDisk image r/w support for .gz/.zip (and .2mg) files.
. Multi-zip archives are read-only.
Added disk/harddisk eject sub-menu to Disk Config tab.
Removed .bin registration.
Added zlib & zip libs to project (VS 2008 Express).
2010-01-03 18:43:08 +00:00
tomch
303f38f0bd 1.17.2 2009-12-13 11:23:23 +00:00
tomch
1581b6a4ff Applied Joshua Bell's patch:
* Clean up signed/unsigned comparison warnings
* Clean up deprecated function warnings
* Enable XP visual themes in the properties dialog (the AdditionalManifestDependencies entry in ApplewinExpress9.00.vcproj)
* Clean up of settings property sheet:
** Correct tab order
** Add/correct keyboard shortcuts
** Adjust layout (slightly; most dramatic on first tab)
** Retitle a few controls for improved readability
** Tweaked the spin controls to be right aligned
2009-11-30 14:00:22 +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
mpohoreski
f83d1fcabb 1.16.2.0 2009-10-26 01:21:52 +00:00
mpohoreski
295dcbee34 1.16.2.0 2009-10-26 01:03:57 +00:00
tomch
a769bdf256 Merge from AppleWin-Tom @ 565-614 (Excluded HEAD=615, due to Tree Conflict errors)
Fix for SSC (big transfers): use queue instead of single byte buffer
New switches: -log, -no-mb, -spkr-max, -spkr-inc
Fix for Speaker underflow problem (max=200, inc=20)
SSC: Support 112.5K Baud
Dynamic 'Serial Port' drop-down menu
Save "Serial Port Name" to Registry (instead of drop-down menu index as "Serial Port")
2009-10-07 21:38:42 +00:00
tomch
4219944b9f Bumped ver to 1.16.1 2009-04-26 20:56:56 +00:00
mpohoreski
ed83e55a68 16.0.0.3
Pressing Shift, Ctrl, or Alt when viewing the current Apple output from the debugger no longer returns back to the debugger.
2009-02-19 22:48:06 +00:00
mpohoreski
7bca65cb39 16.0.0.2 2009-02-19 00:04:20 +00:00
mpohoreski
c241230867 v16.0.0.1 2009-02-18 16:48:29 +00:00
mpohoreski
0eb46caff4 Added 50% Half Scan Lines 2009-02-14 03:30:37 +00:00
nick_westgate
8db9ad6e9d - Added TCP serial option on port 1977 (hard-coded - see TODOs) implemented as asynchronous Winsock 1.1 (Win95 ok?) sockets via WndProc() messages
- Fixed Winres.h dependency
2009-01-26 15:24:40 +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
tomch
7c006f2c03 Manual merge from cm630 to trunk (ie. I didn't use svn to merge) 2009-01-09 21:59:22 +00:00
tomch
3004a339f0 Rollback to r413, as the merge from cm630 included many files that hadn't changed.
From TortoiseSVN:
. Revision range to merge: 416-HEAD
. [x] Reverse merge

Does a reverse merge on r417-r416
2009-01-06 22:02:31 +00:00
tomch
67a8b86392 Merge from cm630: r326 through r416 2009-01-05 22:59:26 +00:00
tomch
75261ffd21 Bumped version to 1.5.0.4
Added VC++ 2008 Express .vcproj v9.00 (and .sln)
2008-10-03 20:47:20 +00:00
mpohoreski
322865932d Added ThunderClock+ Firmware IDs 2008-09-04 16:28:03 +00:00
mpohoreski
17d59aeed0 1.15.0.3 2008-08-31 04:22:53 +00:00
mpohoreski
a557d64c22 1.15.0.2 Monochrome - Authentic 2008-08-27 09:04:42 +00:00
mpohoreski
d1df1a2cc6 1.15.0.1 2008-08-25 01:23:48 +00:00
tomch
d6eb91be7e Bumped version to 1.15.0 for CP/M beta support
Made PrintScrn support conditional on _DEBUG
2008-08-24 21:50:35 +00:00
tomch
6a2c6b6363 Merged from Ken's branch (for CP/M card support) 2008-08-19 21:36:31 +00:00
tomch
11ef504fac Version 1.14.2 2008-06-22 00:22:46 +00:00