Commit Graph

486 Commits

Author SHA1 Message Date
mpohoreski
ba55c09dfa 2010-06-10 14:00:01 +00:00
mpohoreski
757ec80cfd initial version- still needs to be cleaned up 2010-06-10 13:59:31 +00:00
mpohoreski
3f85d66786 Split from cpu.cpp 2010-06-10 13:57:05 +00:00
mpohoreski
bf3e0ba12d Split from cpu.cpp
Added #undef to all instructions to allow multiple #including
2010-05-19 14:49:26 +00:00
mpohoreski
4e979297f0 Cleanup 2010-05-19 14:47:06 +00:00
tomch
b1c4842828 Bump version to 1.18.1.0 2010-02-14 21:14:59 +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
82f0bbf8a6 Fix: 'Debugger RUN <script-file> still not 100%' (Bug #16688)
. Honour absolute path (ie. don't prefix with CWD)
2010-01-30 15:51:33 +00:00
tomch
d17c3d0490 Fix: 'Debugger: G xxxx not clearing BP' (Bug #16699) 2010-01-22 23:11:48 +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
8955b88865 Merge from Tom: 674-676
Fix cmd-line -d1/d2 switches with relative path (Bug #16632)
Fix speaker volume when booting with -d1 switch

Fix debugger bugs:
- Crash when doing: help *
- Crash when doing: run script.txt (Bug #16651)

Fix "Harddisk images aren't persisted when in different folders" (Bug #16652)
2010-01-17 18:43:06 +00:00
tomch
9bbf3392cf Merge from Tom:
. Don't create HDV file (when it doesn't exist).
. Bug fix when iterating through image types.
2010-01-05 22:25:33 +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
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
efb49063fb Tweak to index.php 2009-12-13 14:24:05 +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
563507f44b Fix ASSERT when SSC is accessed, but Serial Port 'None' is selected 2009-12-12 12:50:53 +00:00
tomch
2ec999056d Debugger: Support old AppleWin GO cmd 2009-12-12 12:33:45 +00:00
tomch
8f872876c6 Fix docs on breakpoints (BC,BD,BE,BL -> BPC,BPD,BPE,BPL) 2009-12-12 11:40:11 +00:00
tomch
0aec4c7f63 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
8238547a1c Removed InitCommonControls(), as it's redundant - as is InitCommonControlsEx()! 2009-11-30 22:14:15 +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
cd19e7e080 Applewin.vcproj:
* Enable XP visual themes in the properties dialog (the AdditionalManifestDependencies entry)
2009-11-30 14:11:06 +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
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
32dda2a2b3 Updated Applewin.vcproj with new debugger src/hdr files 2009-11-01 15:00:16 +00:00
mpohoreski
e7b2ceb50f updated DB mini-summary 2009-10-26 02:20:37 +00:00
mpohoreski
ec4aaa83d7 2009-10-26 01:58:00 +00:00
mpohoreski
926cef1a87 Using pre-compiled headers 2009-10-26 01:52:36 +00:00
mpohoreski
930b6097cf 2009-10-26 01:45:26 +00:00
mpohoreski
50583edd45 Visual Studio Express 2008 2009-10-26 01:39:48 +00:00
mpohoreski
35b413924d 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:29:08 +00:00
mpohoreski
b2bcf6eb07 cleanup: moved assembler to seperate file 2009-10-26 01:25:18 +00:00
mpohoreski
6f3e60d685 Cleanup: Added 2 files:
Debugger_DisassemblerData.h
Debugger_Range.h
2009-10-26 01:23:48 +00:00
mpohoreski
b05db20ba8 2.6.2.2 cleaned up assembler pseudo opcodes 2009-10-26 01:22:51 +00:00
mpohoreski
f83d1fcabb 1.16.2.0 2009-10-26 01:21:52 +00:00
mpohoreski
00fb67894f added Flush() 2009-10-26 01:19:24 +00:00
mpohoreski
5e3cc9dda3 added Flush() 2009-10-26 01:18:47 +00:00
mpohoreski
68e38f85a3 2009-10-26 01:17:53 +00:00
mpohoreski
6c86ea5dc4 cleanup 2009-10-26 01:17:25 +00:00
mpohoreski
f57cc0e27f 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:16:46 +00:00
mpohoreski
560db43196 Added acknowledgement for Bob 2009-10-26 01:09:06 +00:00
mpohoreski
295dcbee34 1.16.2.0 2009-10-26 01:03:57 +00:00
mpohoreski
36fb9f1765 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:01:09 +00:00
tomch
176e3c932c SerialComms: Changed queue to deque so we can clear() the container. 2009-10-19 21:33:12 +00:00