Commit Graph

136 Commits

Author SHA1 Message Date
mpohoreski
6735d1c245 2.7.0.8
Added: New command PWD to display the current debugger directory.
2011-02-15 17:21:27 +00:00
mpohoreski
ef024b8154 2.7.0.7 Cleaned up display of soft-switches to show address. 2011-01-30 21:41:03 +00:00
mpohoreski
badf346089 .6 Removed: Removed unused aliases.
Reason: When a symbol table is specified with no args, the total # of symbols will be shown.
    SYMBOLS1, SYMBOLS2, SYM0, SYM1, SYM2, SYM3, SYM4, SYM5, SYM6 
 .5 Fixed: Increased console output height so that you can view all the SYMBASIC * output.
 .4 Added: Two alises for Dos 3.3 and Prodos symbol tables
    SYMDOS
    SYMPRO
 .3 Added: Two new symbol tables added Dos 3.3 and Prodos.
    SYMDOS33 
    SYMPRODOS
2011-01-30 17:39:19 +00:00
mpohoreski
f0746bba17 Debugger: Symbol Tables for DOS3.3 and ProDOS (so user can enable/disable whichever is applicable) 2011-01-06 18:06:52 +00:00
mpohoreski
4924314ab6 Debugger - soft switches 2011-01-06 18:05:54 +00:00
mpohoreski
d013301463 2.7.0.2 Display soft-switches 2011-01-04 17:32:49 +00:00
tomch
5c5a43c318 Updates to History & Wishlist. 2010-12-30 22:45:45 +00:00
tomch
21b4b2175f 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
437aa78bc7 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
mpohoreski
03ddf61a96 Fixed minor typos. 2010-12-19 22:11:05 +00:00
mpohoreski
96df7a4b01 2.6.2.30 Added: DA now works! It is similar to DW except it does symbol lookups!
(DW = Define Word.  DA = Define Address)
    Example:
       U D000
       DA BASIC.FPTR D000:D080
2010-12-19 20:37:03 +00:00
mpohoreski
b9a49d539e 2.6.2.x
.29 Fixed: Pretty print DB2 DB4 DB8 without commas
.28 Fixed: DB2 DB4 DB8 DW DW2 DW4 now work/display properly.
    DB (Define Byte) shows bytes in big endian order.
    DW (Define Word) shows addresses (2 bytes) in little endian order.
    Example:
       U D000
       DB2 REV.FPTR D000:D080
       X
       DW BASIC.FPT D000:D080
       X
    Or for those minimal types who hate wasting screen real estate
        DW4 COMPACT D000:D080
        X
        DB8 RA8 D000:D080
        X
.27 Fixed: Don't do symbol look for data bytes that don't request it. (Groundwork for Define Address)
.26 Changed: Code portability. Slowly remove the LPCTSTR taint of Windowisms.
.25 Fixed: DB DW custom data byte sizes weren't scrolling properly in the disasm view.
    Changed _6502_GetOpmodeOpbyte() to be aware of data bytes.
2010-12-19 17:53:32 +00:00
mpohoreski
cca4aba747 2.6.2.26 2010-12-19 16:59:33 +00:00
mpohoreski
91500b0091 2.6.2.12 Fixed: Following symbol tables were all hard-coded to SYMMAIN
SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
2010-12-18 04:18:00 +00:00
mpohoreski
37869c2b75 2.6.2.11 Added: Command line now accepts Indirect mode via ( )
Example:  U (BRKV)
2010-12-17 06:00:21 +00:00
mpohoreski
6e9e1674f3 2.6.2.10 Added: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:33:20 +00:00
mpohoreski
d4fda90d81 Fixed typo: "customer" -> "custom" 2010-12-16 06:53:45 +00:00
mpohoreski
20158a0871 2.7.0.0 Released with Applewin 1.19.1.x
.9 Fixed: Renamed ambiguous command 'DL' to 'B' to list all bytes being treated as data
          Renamed command: 'B' to 'Z' as an alias to treat byte(s) as data
.8 Fixed: Define Code 'X' wasn't removing entries
.7 Fixed: DATA1 was using call win setup for code, not data.
.6 Cleanup of command table to have the proper internal command enum.
		D      // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M1     // CMD_MEM_MINI_DUMP_HEX_1 moved to alias section
		M2     // CMD_MEM_MINI_DUMP_HEX_2 moved to alias section
		TEXT81 // CMD_VIEW_TEXT81         <- CMD_VIEW_TEXT8X
		TEXT82 // CMD_VIEW_TEXT82         <- CMD_VIEW_TEXT8X
		W      // CMD_WATCH               <- CMD_WATCH_ADD
.5 Added: Internal consistency checking for commands and their internal command enum.
.4 Fixed: Added customer assembler type and debugger disassembly display uses variable
          instead of always being hard-coded to Merlin directives.
.5 Fixed: Data disassembler help -- was using wrong command help offset due to wrong order of commands.
.3 Fixed: Assembler now accepts lower-case mnemonics
2010-12-16 06:44:51 +00:00
mpohoreski
fe9e86d9b5 2.6.3.0 Fixed: Assembler now accepts lower-case mnemonics 2010-12-15 16:03:55 +00:00
tomch
f1943633fb 1.19.1: Updated VS2005 sln/vcproj 2010-12-10 22:56:04 +00:00
tomch
6fedeb6de2 Add DDial (DiversiDial) disasm 2010-11-07 21:23:38 +00:00
tomch
c325525b3e Undo test 2010-09-12 19:40:55 +00:00
tomch
99681b931a Test 2010-09-12 19:40:28 +00:00
tomch
5b5ee858bc Added Nick's update to support NSC (GEOS driver).
Updated NSC docs with Nick's latest versions.
2010-09-06 20:15:05 +00:00
tomch
b8f54408c9 Moved NoSlotClock related docs to a sub-folder 2010-09-05 19:17:07 +00:00
tomch
a48c883f32 Added Nick's disasm of GEOS NSC driver 2010-09-05 19:12:55 +00:00
tomch
a7ba47cd7e 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
692467a8df Added FAQ.txt 2010-08-25 10:57:06 +00:00
tomch
c1451b3476 Updated History.txt 2010-08-17 08:07:41 +00:00
tomch
f24971f582 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
72f20a2433 Minor tweaks to notes 2010-01-17 22:45:07 +00:00
tomch
79f7b61542 Bump version to 1.18.0.0
Updated History.txt
2010-01-17 20:04:51 +00:00
tomch
7123b79f25 Updated History.txt 2009-12-24 11:50:52 +00:00
tomch
c4fddaed2c Updated History.txt 2009-12-24 11:20:03 +00:00
tomch
3238d50c53 1.17.2 (index.php) 2009-12-13 11:33:46 +00:00
tomch
997c68dd10 1.17.2 2009-12-13 11:23:23 +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
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
mpohoreski
58cc16f314 2009-10-26 01:45:26 +00:00
mpohoreski
13d1ff845d 2.6.2.2 data disassembly prep and implementation 2009-10-26 01:01:09 +00:00
tomch
66cf516ca8 Update to History.txt 2009-10-07 20:53:54 +00:00
mpohoreski
e9378c3406 2009-07-14 07:56:17 +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
7e47c9d18d Updated 2.6.1.19 2009-07-12 21:48:21 +00:00
mpohoreski
6bf01e55ad Added debugger 2.6.1.x notes 2009-07-12 21:45:05 +00:00
mpohoreski
25e87ec394 2009-07-12 21:44:21 +00:00
mpohoreski
b615b5d5a6 Added version to debugger features implemented 2009-07-11 21:31:34 +00:00