Commit Graph

1831 Commits

Author SHA1 Message Date
tomch
1832b7ccef 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
tomch
9d433c1395 Added cmd-line info to help 2006-10-22 15:44:38 +00:00
tearex
8c606ab4e8 Added missing "int" in two cases, wanted by VC++ 2005. 2006-09-14 20:11:38 +00:00
tomch
1f6a50146e Tidied & synced the 2 vcproj's 2006-09-12 07:54:07 +00:00
mpohoreski
c4d2d57a0f WIP 2006-08-16 19:01:29 +00:00
mpohoreski
a5547518e5 Disassembly formating
TraceFile fixes
2006-08-16 18:59:39 +00:00
mpohoreski
70813c8814 Disassembly formating
TraceFile fixes
2006-08-16 18:58:56 +00:00
tomch
eb6c0d557a Fixed typo 2006-07-30 20:43:38 +00:00
tomch
6c2d5c650e Added link to applewin.chm 2006-07-30 20:38:14 +00:00
tomch
a4c41fe8c7 Deleted help's old debugger html files 2006-07-30 20:25:00 +00:00
tomch
d483b34d84 Updated AW-help's debugger section with Michael's v3 tutorial 2006-07-30 20:24:09 +00:00
mpohoreski
af04ad4cf0 Fixed debugger mouse click not checking if in debug mode 2006-07-09 15:44:08 +00:00
mpohoreski
c5f66c59bb Fixed debugger mouse click not checking if in debug mode 2006-07-09 15:43:17 +00:00
mpohoreski
ecac78cccf Help is colorized
Rewrote color console for 2nd and last time.
2006-07-09 04:53:08 +00:00
mpohoreski
2253938a55 Help is colorized
Rewrote color console for 2nd and last time.
2006-07-09 04:52:30 +00:00
tomch
87327f9ffe Updated help:
. Added Uthernet doc as html
. Many mod's reflecting the changes over the last 6 months
. Need to get Michael to update the debugger section
2006-07-08 17:12:52 +00:00
tomch
7eeea8c57d Added current help source files 2006-07-08 15:41:03 +00:00
mpohoreski
906f223aad Fixed debugger font to map to normla ASCII chars with mouse text first 32 chars 2006-07-07 19:31:33 +00:00
mpohoreski
56de402581 Fixed drawing debugger text of (escape) color chars 2006-07-07 19:30:39 +00:00
mpohoreski
83dbe3f69c Color console support 2006-07-05 21:24:23 +00:00
mpohoreski
e362633013 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
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