Commit Graph

2510 Commits

Author SHA1 Message Date
tomch
3714f6b392 Should've submitted this with rev.195:
. Removed ref to regs.bRESET
2006-07-04 20:56:48 +00:00
mpohoreski
4a75d56c78 Fixed: New debugger font WIP - off by default until done 2006-07-03 15:29:56 +00:00
mpohoreski
1a132ef3b5 Console now has color support! 2006-07-03 15:27:49 +00:00
mpohoreski
84a22f823d Updated Apple Font comments to be more descriptive 2006-07-03 15:27:19 +00:00
mpohoreski
e32643dbd4 fixed few font formatting bugs 2006-07-03 01:43:19 +00:00
mpohoreski
7bbb1df756 Preview WIP of Debugger using Apple Font
(In Debugger_Display.h set USE_APPLE_FONT 1)
2006-07-02 22:59:08 +00:00
mpohoreski
7c54a50e95 Added public func to draw just the logo bitmap 2006-07-02 22:58:12 +00:00
tomch
2985943f5d Fix for step in debugger from reset (1st step would just do the CPU reset):
. Removed CPU reset processing from InternalCpuExecute(). This is now done in CpuReset(). Removed the now redundant regs.bRESET member.
. CpuReset() now also clears regs.bJammed.
2006-07-02 17:52:23 +00:00
mpohoreski
b0ac17c8b9 Added new Apple Debugger Font 2006-07-02 09:59:17 +00:00
mpohoreski
6b66130891 Added new Apple Debugger Font 2006-07-02 09:57:26 +00:00
mpohoreski
f38d1abf8c instance -> g_hInstance 2006-07-02 09:56:50 +00:00
mpohoreski
490afef5ea Added new Apple Debugger Font 2006-07-02 09:55:35 +00:00
mpohoreski
72283e0f27 2006-07-02 09:50:01 +00:00
mpohoreski
eb168d6169 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
dc0c89502e minor indentation cleanup 2006-07-01 06:44:09 +00:00
mpohoreski
d9f65ad85b 2.5.6.41 2006-07-01 06:43:16 +00:00
mpohoreski
a6b93a7ffb 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
d3aff57116 Single quote wasn't updating quote state when backspaced 2006-06-29 05:39:42 +00:00
mpohoreski
28f4e5b37c Added help for searching:
HELP S
 HELP SH
 HELP SA
 HELP ST
2006-06-29 05:38:43 +00:00
mpohoreski
d42d724709 2006-06-29 05:37:44 +00:00
mpohoreski
7b4255d119 2006-06-29 05:36:46 +00:00
mpohoreski
57c47f47bb 2006-06-29 03:30:50 +00:00
mpohoreski
b2ca4b546f FLASH support in 80-Column mode
cleanup of globals to match coding convention
2006-06-29 03:28:25 +00:00
mpohoreski
618edf99dd Fixed: BLOAD now prints path & file, if can't load. 2006-06-28 13:39:44 +00:00
mpohoreski
b4d5b8ebd7 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
b6f7f0b4b8 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
ae55365bd7 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
9af9df2ec2 Reorganized info panel
Memory dump display fixes
Fixed _6502_GetTargets() Indirect (Zeropage) Indexed, Y
2006-06-27 21:39:47 +00:00
mpohoreski
597bbfbfd5 .15 Fixed Help Category comma syntax parsing
.14 Fixed BP comma syntax parsing
2006-06-27 05:37:38 +00:00
mpohoreski
0136b8575e .15 Fixed Help Category comma syntax parsing
.14 Fixed BP comma syntax parsing
2006-06-27 05:37:11 +00:00
mpohoreski
9135e6e908 added global: g_pAppTitle
removed: define TITLE
indentation cleanup
2006-06-27 02:34:46 +00:00
mpohoreski
dbbb5df19d .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
78baf063e0 .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
71c5f5616f .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
6b99d451ed Debugger fixes/new features
Mouse wheel support
many scrolling fixes
general cleanup of globals
bookmarks
2006-06-26 17:01:17 +00:00
mpohoreski
6cdd30700f Mouse wheel support
many scrolling fixes
general cleanup of globals
2006-06-26 16:59:48 +00:00
mpohoreski
2fc141b1b6 Renamed globals to match coding convention:
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:46:33 +00:00
mpohoreski
011b59ad4d 2006-06-25 03:44:14 +00:00
mpohoreski
1b748bd169 Updated help, BPA, BLOAD/BSAVE 2006-06-25 03:43:49 +00:00
mpohoreski
18b78ae9d5 Renamed globals to match coding convention:
g_bApple2e
g_bApple2plus
g_sProgramDir
2006-06-25 03:41:52 +00:00
mpohoreski
566a935013 added a few categories to some of the current wishlist features. 2006-06-14 00:42:23 +00:00
mpohoreski
174636bfb4 2006-06-13 01:23:06 +00:00
mpohoreski
e9c5b31f24 added DISASM to print current status
added DISASM TARGET [#]
2006-06-13 01:21:45 +00:00
mpohoreski
eaf35c2cfe 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
deee6c18a9 added BLOAD
added BSAVE
2006-06-12 03:08:35 +00:00
mpohoreski
99b1cf3ace Updated version # to 1.13.2.0 2006-06-12 03:01:59 +00:00
mpohoreski
f2a9980e5d added BLOAD
added BSAVE
2006-06-12 03:01:08 +00:00
mpohoreski
f98c6a4f31 new DISASM command to change disassembly view options 2006-06-11 23:24:39 +00:00
mpohoreski
f12de3d6de new DISASM command to change disassembly view options 2006-06-11 23:23:54 +00:00
mpohoreski
496d582f84 .2 fixed HELP <category> not working
.1 undocumented mnemonics in lowercase
2006-06-11 20:11:32 +00:00