Commit Graph

466 Commits

Author SHA1 Message Date
tomch
997c68dd10 1.17.2 2009-12-13 11:23:23 +00:00
tomch
d725771186 Fix ASSERT when SSC is accessed, but Serial Port 'None' is selected 2009-12-12 12:50:53 +00:00
tomch
2b31065e93 Debugger: Support old AppleWin GO cmd 2009-12-12 12:33:45 +00:00
tomch
fa6ceead06 Fix docs on breakpoints (BC,BD,BE,BL -> BPC,BPD,BPE,BPL) 2009-12-12 11:40:11 +00:00
tomch
d0e0e6aa43 Fix Wizardry crash when open Config dialog on Wizardry's Start Page:
- Needed to init the Serial Port menu choices
- Added extra NULL check too
Cleaned-up PropertySheetPage.cpp code.
2009-12-12 11:04:22 +00:00
tomch
608ca87ac0 Removed InitCommonControls(), as it's redundant - as is InitCommonControlsEx()! 2009-11-30 22:14:15 +00:00
tomch
50467add5c 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
be98c40339 Applewin.vcproj:
* Enable XP visual themes in the properties dialog (the AdditionalManifestDependencies entry)
2009-11-30 14:11:06 +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
5ef02e50f2 1.17.1: Updated History.txt & index.php 2009-11-27 21:32:11 +00:00
tomch
b29434d5f5 Tweak to History.txt 2009-11-13 22:33:21 +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
tomch
ab3c65c4e2 Updated Applewin.vcproj with new debugger src/hdr files 2009-11-01 15:00:16 +00:00
mpohoreski
a787f2fcd5 updated DB mini-summary 2009-10-26 02:20:37 +00:00
mpohoreski
d7fa2d0f93 2009-10-26 01:58:00 +00:00
mpohoreski
1b5ec34f06 Using pre-compiled headers 2009-10-26 01:52:36 +00:00
mpohoreski
58cc16f314 2009-10-26 01:45:26 +00:00
mpohoreski
cc1cf83059 Visual Studio Express 2008 2009-10-26 01:39:48 +00:00
mpohoreski
a910a301a0 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:29:08 +00:00
mpohoreski
46854c95e7 cleanup: moved assembler to seperate file 2009-10-26 01:25:18 +00:00
mpohoreski
ca2bb670f5 Cleanup: Added 2 files:
Debugger_DisassemblerData.h
Debugger_Range.h
2009-10-26 01:23:48 +00:00
mpohoreski
e270da6796 2.6.2.2 cleaned up assembler pseudo opcodes 2009-10-26 01:22:51 +00:00
mpohoreski
7bd023e1d1 1.16.2.0 2009-10-26 01:21:52 +00:00
mpohoreski
831a418a20 added Flush() 2009-10-26 01:19:24 +00:00
mpohoreski
2006407253 added Flush() 2009-10-26 01:18:47 +00:00
mpohoreski
9a0d8145d3 2009-10-26 01:17:53 +00:00
mpohoreski
b591f1b29d cleanup 2009-10-26 01:17:25 +00:00
mpohoreski
5ac78855d1 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:16:46 +00:00
mpohoreski
2be58dd3cb Added acknowledgement for Bob 2009-10-26 01:09:06 +00:00
mpohoreski
7d92dba44e 1.16.2.0 2009-10-26 01:03:57 +00:00
mpohoreski
13d1ff845d 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:01:09 +00:00
tomch
402fe3df45 SerialComms: Changed queue to deque so we can clear() the container. 2009-10-19 21:33:12 +00:00
nick_westgate
b92851f3ab Implemented the shift key mod for II/II+. This fixes a problem with Homeword. 2009-10-18 05:37:01 +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
66cf516ca8 Update to History.txt 2009-10-07 20:53:54 +00:00
tomch
349642cbe5 Fix Bug #14879 : Double-Lo-Res Graphics colours not correct 2009-07-23 21:43:08 +00:00
mpohoreski
c82f15895f 2.6.1.35 Page Up/Down of console history while editing 2009-07-14 17:50:00 +00:00
mpohoreski
dac24a4ae8 fixed bad declaration 2009-07-14 17:47:09 +00:00
mpohoreski
4f7f6588de 2.6.1.35 Page Up/Down of console history while editing 2009-07-14 17:46:28 +00:00
mpohoreski
81776bb9aa Added Return on blank line to toggle full screen console. 2009-07-14 07:57:45 +00:00
mpohoreski
e9378c3406 2009-07-14 07:56:17 +00:00
mpohoreski
009a95f07f Version 2 - Sync'd symbols with Basic & Rom 2009-07-14 00:58:40 +00:00
mpohoreski
91920153ae Version 2 - Sync'd symbols with Basic & Rom 2009-07-14 00:56:56 +00:00
mpohoreski
00934676ac 2009-07-13 22:39:00 +00:00
tomch
39cc61d70e Updated VS2005 vcproj 2009-07-13 21:04:26 +00:00
mpohoreski
adbad615a7 2.6.1.31 2009-07-13 19:01:15 +00:00
mpohoreski
321bbd777e 2009-07-13 19:00:12 +00:00
mpohoreski
a801223362 2.6.1.31 Updated debugger feature status 2009-07-13 18:57:56 +00:00
mpohoreski
08b4dc098a 2.6.1.30 2009-07-13 18:45:27 +00:00
mpohoreski
c36d7eb12f Added Bob - Applesoft Symbols 2009-07-13 18:39:15 +00:00