Commit Graph

763 Commits

Author SHA1 Message Date
mpohoreski
6985e24ef2 2.6.2.24 2010-12-18 16:04:05 +00:00
mpohoreski
ba14047e72 2.6.2.24 Changed: Tone-downed the alt. background cyan for the DATA window. C2, C3 -> C1,C2 2010-12-18 16:03:35 +00:00
mpohoreski
247fbd9cdd Updated to 2.6.2.23 2010-12-18 15:31:11 +00:00
mpohoreski
df64f2d1b1 2.7.x.x Started work on cleanup of proper sub-panel display
2.6.2.22 Changed: Re-enabled magenta/purple for warnings (i.e. symbol table disabled)
2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year.
2010-12-18 15:29:26 +00:00
mpohoreski
832c0b1088 2.7.x.x Started work on cleanup of proper sub-panel display 2010-12-18 15:13:28 +00:00
mpohoreski
8c2ef9c7c6 Cleanup 2010-12-18 15:12:49 +00:00
mpohoreski
f064946b58 .23 Changed: Increased number of lines for console output buffer (from 384 to 512) 2010-12-18 15:07:41 +00:00
mpohoreski
3009ba211b .18 Fixed: Search Results: Total summary line unified colors.
.17 Fixed: Search Results: The n'th result now using correct color (was command, now number decimal)
.16 Fixed: Search Results: The hex literal prefix '$' for target address results now colorized properly.
.15 Fixed: Search Results: Added space between results for better readability.
2010-12-18 15:06:44 +00:00
mpohoreski
5b45c68e11 .21 Fixed: Missing GPL / copyright on some debugger files, updated year.
.20 Changed: Output of found symbol more table friendly.  Symbol table name displayed first.
    Example: SYM HOME     // <SymbolTable>:  $<Address> <Symbol>
.19 Changed: Unified format & colors for summary of symbol tables and symbol table names.
    A symbol table that has been disabled will display in purple / magenta.
    Example: SYM HOME     // 'Main' shown in yellow
    Example: SYMBASIC OFF
    Example: SYM
.13 Fixed: Can now enable/disable selected symbol table(s) !
    Example: SYMMAIN OFF
    Example: SYMBASIC OFF
    Note: If you need to search for symbols ON, OFF, CLEAR, use SYM. i.e. SYM ON.
.12 Fixed: Following symbol tables were all hard-coded to act on SYMMAIN
		SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
	Example: SYMBASIC CLEAR
2010-12-18 15:04:12 +00:00
mpohoreski
8f107546d3 2.6.2.22 Re-enabled magenta/purple for warnings (symbol table disabled) 2010-12-18 15:02:19 +00:00
mpohoreski
1dd5225604 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year.
.14 Fixed: Help description for Save/Load parameter help was swapped.
2010-12-18 15:00:04 +00:00
mpohoreski
96b6773490 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:58:43 +00:00
mpohoreski
7629d5d088 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:55:21 +00:00
mpohoreski
9888020ba1 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:48 +00:00
mpohoreski
e0fa87aca4 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:29 +00:00
mpohoreski
f9c9f02b82 2.6.2.21 Fixed: Missing GPL / copyright on some debugger files, updated year. 2010-12-18 14:54:04 +00:00
mpohoreski
8cb0267e52 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
5a61bf4976 .12 Fixed: Following symbol tables were all hard-coded to SYMMAIN
SYMBASIC
		SYMASM
		SYMUSER
		SYMUSER2
		SYMSRC
		SYMSRC2
2010-12-18 04:17:32 +00:00
mpohoreski
99009b56ae 2.6.2.11 Added: Command line now accepts Indirect mode via ( )
Example:  U (BRKV)
2010-12-17 06:00:21 +00:00
mpohoreski
fb200e5c93 2.6.2.11 Added: Command line now accepts Indirect mode via ( )
Example:  U (BRKV)
2010-12-17 05:59:43 +00:00
mpohoreski
f30262f4f3 Added all debugger files 2010-12-16 17:02:51 +00:00
mpohoreski
f6b6815992 Added all debugger files 2010-12-16 17:01:39 +00:00
mpohoreski
2e5167fe9c Added all debugger files 2010-12-16 17:00:32 +00:00
mpohoreski
4c2c09178d 2.6.2.10 Fixed: Off-by-one when pretty printing 'B' of all bytes treated as data. 2010-12-16 07:43:12 +00:00
mpohoreski
476dbbfaa0 2.6.2.10 Tweaked: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:39:07 +00:00
mpohoreski
fd60d9ac9d 2.6.2.10 Added: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:33:20 +00:00
mpohoreski
d49b4cbfea 2.6.2.10 Added: Pretty printing 'B' of all bytes treated as data. 2010-12-16 07:32:59 +00:00
mpohoreski
3b28e5552f Fixed typo: "customer" -> "custom" 2010-12-16 06:53:45 +00:00
mpohoreski
f33fab635a 2.7.0.0 Split Debugger_Color..h/cpp from Debug.h/.cpp 2010-12-16 06:51:17 +00:00
mpohoreski
035b388325 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
95e42b736e 2.7.0.0 Released with Applewin 1.19.1.x
.9 Fixed: Renamed ambigious 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:43:05 +00:00
mpohoreski
a9509d54dc 2.7.0.0 Split from Debug.h 2010-12-16 06:41:41 +00:00
mpohoreski
03de51db05 2.6.3.0 Fixed: Assembler now accepts lower-case mnemonics 2010-12-15 16:03:55 +00:00
mpohoreski
241e9e14df 2.6.3.0 Fixed: Assembler now accepts lower-case mnemonics 2010-12-15 16:03:22 +00:00
mpohoreski
cf73f7b095 - Groundwork for Apple )(d Virtual Debug 2010-12-14 18:00:10 +00:00
tomch
6b4eccc954 Update VS2005 vcproj:
- Generate PDB for release config
- XP Visual Themes
2010-12-11 22:35:14 +00:00
tomch
03bb4874a3 Rename ApplewinExpress.sln|vcproj > ApplewinExpress2005.sln|vcproj 2010-12-10 23:07:50 +00:00
tomch
0d7cdc825b 1.19.1: Updated VS2005 sln/vcproj 2010-12-10 22:56:04 +00:00
tomch
2143d063c9 Wrap all instances of Speech API in USE_SPEECH_API 2010-11-24 22:39:20 +00:00
tomch
a10750b7bd Added (Debug|Release)-Win98 builds configs 2010-11-07 21:44:29 +00:00
tomch
ad4fb0ccc0 Add DDial (DiversiDial) disasm 2010-11-07 21:23:38 +00:00
tomch
6e7b85f011 Undo test 2010-09-12 19:40:55 +00:00
tomch
e533a89244 Test 2010-09-12 19:40:28 +00:00
tomch
2fccb0a83f Removed Michael's hack for $C07D
- hooking an unused soft-switch to write the date/time into ProDOS's 4-byte date/time locations.
2010-09-07 20:13:15 +00:00
tomch
d6eac54ab2 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
9ccec9dc7e Moved NoSlotClock related docs to a sub-folder 2010-09-05 19:17:07 +00:00
tomch
00afca839b Added Nick's disasm of GEOS NSC driver 2010-09-05 19:12:55 +00:00
tomch
807ee999e2 Fix: Previous commit broke growing of HDD images (normal file). 2010-09-05 12:11:33 +00:00
tomch
b3a6b49c50 Fix: Unplugged HDD persisted correctly to Registry.
Fix: Allow growing of HDD image within zip/gzip archives.
2010-09-04 21:17:29 +00:00
nick_westgate
80b502dc2b More efficient No-Slot-Clock implementation with UINT64.
Cleaned up naming and method semantics.
Made some members public for save/restore state (not yet done).
2010-08-29 10:06:36 +00:00