Commit Graph

150 Commits

Author SHA1 Message Date
mpohoreski
127c0c6079 Added new Apple Debugger Font 2006-07-02 09:59:17 +00:00
mpohoreski
fcedf8785e Added new Apple Debugger Font 2006-07-02 09:57:26 +00:00
mpohoreski
787aba9b4e instance -> g_hInstance 2006-07-02 09:56:50 +00:00
mpohoreski
fa642482ed Added new Apple Debugger Font 2006-07-02 09:55:35 +00:00
mpohoreski
aa71214cbd 2006-07-02 09:50:01 +00:00
mpohoreski
e8633f5a2c Too many fixes,changes,additions to mention...
Check debugger changelog details: 2.5.6.19 -> 2.5.6.41
2006-07-01 06:45:50 +00:00
mpohoreski
eee4282268 minor indentation cleanup 2006-07-01 06:44:09 +00:00
mpohoreski
d2f175f5e6 2.5.6.41 2006-07-01 06:43:16 +00:00
mpohoreski
8e2974bd40 Fixed Searching
"text" now always refers to ASCII text
'text' now always refers to Hi-Bit text
2006-06-29 05:41:04 +00:00
mpohoreski
6103c7f76d Single quote wasn't updating quote state when backspaced 2006-06-29 05:39:42 +00:00
mpohoreski
ba1f67620f Added help for searching:
HELP S
 HELP SH
 HELP SA
 HELP ST
2006-06-29 05:38:43 +00:00
mpohoreski
8fdac334e8 2006-06-29 05:37:44 +00:00
mpohoreski
97e90bd5a4 2006-06-29 05:36:46 +00:00
mpohoreski
58c0756b35 2006-06-29 03:30:50 +00:00
mpohoreski
4f812a1d36 FLASH support in 80-Column mode
cleanup of globals to match coding convention
2006-06-29 03:28:25 +00:00
mpohoreski
552412f33b Fixed: BLOAD now prints path & file, if can't load. 2006-06-28 13:39:44 +00:00
mpohoreski
e6d92d08b3 Fixed PRINTF help
Fixed console resize not set to full width
Fixed console not wrapping long lines
2006-06-28 01:42:51 +00:00
mpohoreski
5a18e03213 2.5.6.7
Reorganized info panel
Increased Breakpoints to 15
Increased Watches to 6
Increased Zeropage pointers to 6
Memory dump display SY6522 & AY8910 fixes: MA1 SY0
Fixed _6502_GetTargets() Indirect (Zeropage) Indexed, Y
DISASM POINTER [0|1]
2006-06-27 22:04:03 +00:00
mpohoreski
45ef181d02 Fixed incorrect 2.5.6.1 comment. (Was tentatively a TODO, but no longer needed.)
Changed to:
.1 Added: Increased breakpoints to 15, Watches to 6, Zeropage pointers to 6.
   Fixed: Display only active breakpoints.
2006-06-27 22:00:24 +00:00
mpohoreski
0e28127f95 Reorganized info panel
Memory dump display fixes
Fixed _6502_GetTargets() Indirect (Zeropage) Indexed, Y
2006-06-27 21:39:47 +00:00
mpohoreski
2bf7a9cd9b .15 Fixed Help Category comma syntax parsing
.14 Fixed BP comma syntax parsing
2006-06-27 05:37:38 +00:00
mpohoreski
d36b7c6aa2 .15 Fixed Help Category comma syntax parsing
.14 Fixed BP comma syntax parsing
2006-06-27 05:37:11 +00:00
mpohoreski
f1c1779069 added global: g_pAppTitle
removed: define TITLE
indentation cleanup
2006-06-27 02:34:46 +00:00
mpohoreski
65348a68e5 .13 Fixed BSAVE syntax parsing
BSAVE ["Filename"], addr, len 
.12 Fixed BLOAD syntax parsing
	BLOAD ["Filename"], addr[, len] 
.11 Fixed Go syntax parsing
	G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
	It is now left in the command arguments.
2006-06-27 02:33:40 +00:00
mpohoreski
c787df0348 .13 Fixed BSAVE syntax parsing
BSAVE ["Filename"], addr, len 
.12 Fixed BLOAD syntax parsing
	BLOAD ["Filename"], addr[, len] 
.11 Fixed Go syntax parsing
	G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
	It is now left in the command arguments.
2006-06-27 02:32:57 +00:00
mpohoreski
916376d069 .13 Fixed BSAVE syntax parsing
BSAVE ["Filename"], addr, len 
.12 Fixed BLOAD syntax parsing
	BLOAD ["Filename"], addr[, len] 
.11 Fixed Go syntax parsing
	G StopAddress [SkipAddress,Length]
.10 Changed internal parsing of comma operator.
	It is now left in the command arguments.
2006-06-27 02:32:20 +00:00
mpohoreski
8e73755ada Debugger fixes/new features
Mouse wheel support
many scrolling fixes
general cleanup of globals
bookmarks
2006-06-26 17:01:17 +00:00
mpohoreski
8298d32a69 Mouse wheel support
many scrolling fixes
general cleanup of globals
2006-06-26 16:59:48 +00:00
mpohoreski
9ae0ea29b0 Renamed globals to match coding convention:
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:46:33 +00:00
mpohoreski
a7945d6b4e 2006-06-25 03:44:14 +00:00
mpohoreski
f2e47d45df Updated help, BPA, BLOAD/BSAVE 2006-06-25 03:43:49 +00:00
mpohoreski
a92f5d4fbe Renamed globals to match coding convention:
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:41:52 +00:00
mpohoreski
381f359253 added a few categories to some of the current wishlist features. 2006-06-14 00:42:23 +00:00
mpohoreski
474ded6b0f 2006-06-13 01:23:06 +00:00
mpohoreski
fb3859f6da added DISASM to print current status
added DISASM TARGET [#]
2006-06-13 01:21:45 +00:00
mpohoreski
2b1e0c76a4 Fixed BRKOP, BRK # to enter debugger
Pressing F7 after triggered break stops on next break
Fixed global "mode" to comply with coding convention: g_nAppMode
2006-06-12 22:06:50 +00:00
mpohoreski
dcb358aaa3 added BLOAD
added BSAVE
2006-06-12 03:08:35 +00:00
mpohoreski
c17b6eb055 Updated version # to 1.13.2.0 2006-06-12 03:01:59 +00:00
mpohoreski
471f8ef235 added BLOAD
added BSAVE
2006-06-12 03:01:08 +00:00
mpohoreski
a1aad9460f new DISASM command to change disassembly view options 2006-06-11 23:24:39 +00:00
mpohoreski
85c235ba90 new DISASM command to change disassembly view options 2006-06-11 23:23:54 +00:00
mpohoreski
692eef236e .2 fixed HELP <category> not working
.1 undocumented mnemonics in lowercase
2006-06-11 20:11:32 +00:00
tearex
2223bc6cfb Illegal opcodes support
Separate NMOS 6502 and CMOS 65C02 support
CPU flag handling improvement
NMI support
Apple II (original model) support
Apple II/IIPlus mode font improvement
"M" glyph improvement
Small _M14 / CLK_6502 fix.
Reset behavior improvement
Small monochrome video improvement - mono text now honors color selection just like mono graphics.
2006-06-11 15:49:38 +00:00
tomch
784ce6a8d1 Reinstating TFE files I somehow deleted when I merged trunk->my branch 2006-05-14 21:43:39 +00:00
mpohoreski
f166d265c9 Version bumped up for BRK, BRKOP, Ctrl-V 2006-05-14 05:14:09 +00:00
mpohoreski
3c9621991a BRK, BRKOP, Ctrl-V support 2006-05-14 05:13:30 +00:00
mpohoreski
28ef0e45d7 Standard "Paste" (Ctrl-V) now supported. 2006-05-14 05:02:08 +00:00
mpohoreski
635d6e5811 framewindow -> g_hFrameWindow 2006-05-14 00:44:38 +00:00
mpohoreski
d26aa82dd1 Breakpoints on full-speed.
BRK # [ON|OFF]
BRKOP ##
2006-05-14 00:43:19 +00:00
tomch
38de33eb77 Merge with trunk 2006-05-13 19:23:11 +00:00