Commit Graph

55 Commits

Author SHA1 Message Date
mpohoreski
26d9b115d7 export debugger colors 2009-02-16 19:17:45 +00:00
mpohoreski
2d245f71bb misc clean up 2009-02-14 03:32:53 +00:00
mpohoreski
a83cffb893 2.6.0.8 Updated: symsrc load "filename" [, offset] 2009-02-13 10:31:14 +00:00
mpohoreski
57e80ecf2b 2.6.0.7 2009-02-13 07:26:14 +00:00
tomch
f0b6b43465 Fixed compile error (for VS8) 2008-08-31 13:38:22 +00:00
mpohoreski
eece84b5ac Added new command: '@' 2008-08-31 08:49:11 +00:00
mpohoreski
cc50688bf9 bugfixes:
.2 Fixed 'G' to not send the Return of the command into the Apple Keyboard
.1 Renamed GO to G to not conflict with GR, GR1, GR2
2008-08-31 01:06:43 +00:00
mpohoreski
ab276e2719 Added: HELP VIEW and commands 2008-08-25 05:25:27 +00:00
tomch
a1debc40e4 Merge from Tom branch to trunk
. SSC now working: PR#2 & IN#2
. etc.
2007-05-28 11:16:42 +00:00
nick_westgate
3b043604b0 Updated AppleWin (not TFE etc) copyright dates from "2006" to "2006-2007". 2007-04-01 15:24:52 +00:00
tomch
556d9008fc Minor fixes:
. Debugger's '\' now fixed (view Apple's screen)
. Debugger's Ctrl-~ now fixed for UK keyboard (use Ctrl-¬). So for both US & UK it's Ctrl & key to left of numerical 1
2007-03-31 14:45:44 +00:00
nick_westgate
6ac69570da Added extra space character in the trace file header. 2007-03-24 05:10:51 +00:00
tomch
26a45bc17e Merged from sicklittlemonkey branch to trunk
(rev 111-HEAD)
2007-03-23 22:26:35 +00:00
tomch
efef257a74 Clean-up to CPU module
. Removed all obsolete DLL code
. Simplified CpuCalcCycles()
. Split 6502/65C02 emu into 2 funcs
. Removed redundant vars: pages, cpuemutype
Bug fix #8300 : 80-col text in Silvern Castle got corrupted
2006-11-01 21:45:56 +00:00
tearex
f3e37c21e7 Added missing "int" in two cases, wanted by VC++ 2005. 2006-09-14 20:11:38 +00:00
mpohoreski
38bc5180ba Disassembly formating
TraceFile fixes
2006-08-16 18:58:56 +00:00
mpohoreski
756dd20e5d Fixed debugger mouse click not checking if in debug mode 2006-07-09 15:43:17 +00:00
mpohoreski
40b8ff01a4 Help is colorized
Rewrote color console for 2nd and last time.
2006-07-09 04:53:08 +00:00
mpohoreski
20a1cb2449 Fixed drawing debugger text of (escape) color chars 2006-07-07 19:30:39 +00:00
mpohoreski
2b1a2d505e New debugger font on by default now
Color console support
(still have a bug with MA1 xxxx, if xxxx has 0x60)
Main Message loop is more 'game' like for debugger cursor timing
2006-07-05 21:23:13 +00:00
mpohoreski
fdbb9ac653 Console now has color support! 2006-07-03 15:27:49 +00:00
mpohoreski
5241ab31ec fixed few font formatting bugs 2006-07-03 01:43:19 +00:00
mpohoreski
9ac9d024eb 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
fcedf8785e Added new Apple Debugger Font 2006-07-02 09:57:26 +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
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
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
d36b7c6aa2 .15 Fixed Help Category comma syntax parsing
.14 Fixed BP comma syntax parsing
2006-06-27 05:37:11 +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
8298d32a69 Mouse wheel support
many scrolling fixes
general cleanup of globals
2006-06-26 16:59:48 +00:00
mpohoreski
f2e47d45df Updated help, BPA, BLOAD/BSAVE 2006-06-25 03:43:49 +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
a1aad9460f new DISASM command to change disassembly view options 2006-06-11 23:24:39 +00:00
mpohoreski
692eef236e .2 fixed HELP <category> not working
.1 undocumented mnemonics in lowercase
2006-06-11 20:11:32 +00:00
mpohoreski
f166d265c9 Version bumped up for BRK, BRKOP, Ctrl-V 2006-05-14 05:14:09 +00:00
mpohoreski
28ef0e45d7 Standard "Paste" (Ctrl-V) now supported. 2006-05-14 05:02:08 +00:00
mpohoreski
d26aa82dd1 Breakpoints on full-speed.
BRK # [ON|OFF]
BRKOP ##
2006-05-14 00:43:19 +00:00
mpohoreski
ad1ed2e77e new op @
text searching
single quote support
disasm targets displayed
2006-05-10 22:00:27 +00:00
mpohoreski
8cd641f0b5 Added Apple Monitor style command to enter bytes 2006-03-09 21:46:47 +00:00
mpohoreski
954de50e9c DiskProtect() -> DiskSetProtect() 2006-03-07 18:15:45 +00:00
mpohoreski
beaf1b3ae3 Moved Text Hex Testing/Conversion code to Debugger_Parser 2006-02-28 16:37:25 +00:00
mpohoreski
15c81a457f .15 Fixed Release version drawing of mini-memory over-extended onto buttons in DrawMemory() 2006-02-28 00:17:16 +00:00
mpohoreski
7fe3d2fa24 .14 Fixed Parses not to cook the args, until right before eating them
.13 Fixed script to not append filename extension
.12 Fixed command // to be comment
2006-02-27 23:12:16 +00:00
mpohoreski
9b55a65662 .11 Console sometimes wouldn't draw due to g_bDebuggerViewingAppleOutput being still incorrectly set to true 2006-02-27 15:58:01 +00:00
mpohoreski
117a314315 .9 Added: Legacy Apple "Monitor" Commands in ExecuteCommand() 2006-02-27 03:36:36 +00:00
mpohoreski
e0b3725625 .8 Fixed console input length not updated from script line length in CmdConfigRun() 2006-02-27 02:10:21 +00:00