Commit Graph

63 Commits

Author SHA1 Message Date
tomch
173fc96c0a Bump version to 1.18.1.0 2010-02-14 21:14:59 +00:00
tomch
79f7b61542 Bump version to 1.18.0.0
Updated History.txt
2010-01-17 20:04:51 +00:00
tomch
88bdf4601c 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
997c68dd10 1.17.2 2009-12-13 11:23:23 +00:00
tomch
df7ca413de 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
9292507e02 Bumped to 1.17.1
Updated History.txt
Added David Schmidt to acknowledgements.html
2009-11-13 22:22:21 +00:00
mpohoreski
7bd023e1d1 1.16.2.0 2009-10-26 01:21:52 +00:00
mpohoreski
7d92dba44e 1.16.2.0 2009-10-26 01:03:57 +00:00
tomch
aa53953a2f 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
da27b679dd Created winres.h in resource folder for compatibility between VS and VS Express. 2009-05-02 14:13:57 +00:00
tomch
06f84d5214 Bumped ver to 1.16.1 2009-04-26 20:56:56 +00:00
tomch
797a66c622 Fixed FLASHing 'S' in AppleII+ mode!
Renamed: TRACKS -> TRACKS_MAX
Added new var g_uNumTracksInImage - derived from disk image size
Enabled Edit&Continue debugging in VS2005 vcproj
2009-02-24 22:13:46 +00:00
mpohoreski
e9f8f5484b 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
a49cdf4d96 16.0.0.2 2009-02-19 00:04:20 +00:00
mpohoreski
c2d365cb1a v16.0.0.1 2009-02-18 16:48:29 +00:00
mpohoreski
8244d1ade9 Added 50% Half Scan Lines 2009-02-14 03:30:37 +00:00
nick_westgate
add77b83dc - 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
cf705a85a8 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
5e33fa0f2c Manual merge from cm630 to trunk (ie. I didn't use svn to merge) 2009-01-09 21:59:22 +00:00
tomch
176eb76e55 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
07bd49468d Merge from cm630: r326 through r416 2009-01-05 22:59:26 +00:00
tomch
697bf15252 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
5888ca774d Added ThunderClock+ Firmware IDs 2008-09-04 16:28:03 +00:00
mpohoreski
9ecb3afcf5 One rom version of the Thunderware Thunder Clock+ 2008-09-02 15:00:09 +00:00
mpohoreski
37a09b2a66 1.15.0.3 2008-08-31 04:22:53 +00:00
mpohoreski
449852533c 1.15.0.2 Monochrome - Authentic 2008-08-27 09:04:42 +00:00
mpohoreski
dce8f19fff 1.15.0.1 2008-08-25 01:23:48 +00:00
tomch
4e7303dd0d 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
49cbcf92c0 Merged from Ken's branch (for CP/M card support) 2008-08-19 21:36:31 +00:00
tomch
5db555f889 Version 1.14.2 2008-06-22 00:22:46 +00:00
tomch
08c46a4464 Merged from cm630 branch
Fix for browsing for CiderPress changed curr dir
Fix for pressing "OK" on Advanced sheet resulted in resetting savestate file to default
2008-06-21 11:48:15 +00:00
tomch
1251cff260 Merged from cm630 branch for "Pravets" clone support 2008-06-20 23:47:25 +00:00
tomch
01b6452d1e Added config mode to restrict mouse to Apple's window 2008-05-18 18:23:25 +00:00
tomch
514727d36e Bumped version to 1.14.1.3 2008-05-17 23:33:00 +00:00
tomch
84ef622351 Merge from AppleWin-Tom branch:
Consolidated Save-State & Advanced prop sheets (now all on Advanced)
Disable joystick emulation via mouse when mouse interface is enabled
Support shift-f9 to cycle backwards through video modes
Use DirectInput to get mouse delta (instead of absolute WM_MOUSEMOVE msg)
Support Ctrl-Left Mouse Button to show the Windows cursor (otherwise GEOS never allows mouse to leave window)
Fix for Blazing Paddles (mouse support)
2008-05-17 23:20:33 +00:00
tomch
88f052da50 Added Advanced config tab for:
. Freeze Rom
. Clone selection
2008-04-11 21:54:06 +00:00
tomch
7ef3804972 Forgot to add the ROM for r284 2008-03-29 13:34:17 +00:00
tomch
d511effa5a . Change: Moved 'Mouse interface in slot 4' from Configuration to Input config page
. Added support for The Freeze's F8 cracking ROM
. Added -f8rom <custom.rom> cmd line switch to allow loading a custom 2K Rom at $F800
2008-02-22 21:28:35 +00:00
tomch
88bdde86eb Fix: HDD's f/w's ProDOS entrypoint moved to $c70a
- Now DOSMaster .hdv/.po images work
2007-12-26 13:54:50 +00:00
tomch
0435e98e24 Version 1.14.1.2
. Change: Removed crosshairs in mouse-mode
. Change: Hide Windows' mouse cursor when over Apple's screen (in mouse-mode)
. Fix: Use mouse position delta (fixes GEOS)
2007-12-02 14:55:32 +00:00
tomch
1a3cc466f5 Version 1.14.1.1 (beta)
. 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)
2007-12-01 21:21:40 +00:00
tomch
80fbca24cf Fix: Mouse support in Contiki v1.3 2007-08-08 21:24:28 +00:00
tomch
1279e9987f Version 1.14.0 (beta)
Updated History.txt
2007-08-07 20:54:33 +00:00
tomch
643ec333e5 Merged in the mouse rom 2007-08-06 21:41:34 +00:00
tomch
1c5ee1302b Merge from Tom branch to trunk
. Mouse interface now implemented & selectable from UI
. Scroll Lock toggle also configurable from UI
2007-08-06 21:38:35 +00:00
tomch
a1debc40e4 Merge from Tom branch to trunk
. SSC now working: PR#2 & IN#2
. etc.
2007-05-28 11:16:42 +00:00
tomch
df474b8b84 History.txt: now updated for 1.13.2
Bumped .exe's (c) to include 2007
2007-03-26 21:09:43 +00:00
tomch
26a45bc17e Merged from sicklittlemonkey branch to trunk
(rev 111-HEAD)
2007-03-23 22:26:35 +00:00
mpohoreski
bc1a10e102 Fixed debugger font to map to normla ASCII chars with mouse text first 32 chars 2006-07-07 19:31:33 +00:00
mpohoreski
fa642482ed Added new Apple Debugger Font 2006-07-02 09:55:35 +00:00