tomch
3bfac2b933
Added preprocessor define _VC71 to VC7.1 project & exclude LOG'ing for VC7.1 builds (only affects debug builds)
2007-04-04 21:28:10 +00:00
mpohoreski
9794ccbdbe
Changed __VA_ARGS__ to work on compilers that don't support it
2007-04-02 14:32:50 +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
tomch
094d872723
A more elegant exit from the 'restart' loop (when SysClk fails to init)
2007-03-27 20:46:14 +00:00
tomch
e295bbb0b3
Exit if fail to get instance of DirectX's SystemClock
2007-03-26 21:27:29 +00:00
nick_westgate
6ac69570da
Added extra space character in the trace file header.
2007-03-24 05:10:51 +00:00
nick_westgate
232c78240f
Added Log.h to the project.
...
Fixed warning in Debugger_Display.cpp.
Changed printing timeout to 10 seconds. (No rush to type PR#0!)
Added SVN ignores for Release, Debug, *.user, *.ncb, *.suo.
2007-03-24 04:24:17 +00:00
tomch
26a45bc17e
Merged from sicklittlemonkey branch to trunk
...
(rev 111-HEAD)
2007-03-23 22:26:35 +00:00
tomch
e1d717fe06
Speech fixes:
...
. Fix for MB/Phasor for short phonemes - bug in DirectSound in WinXP (see KB327698)
. Removed NMI generation for soundcards (they only generate IRQ)
2006-12-27 19:11:19 +00:00
tomch
d5fee7cc43
Minor: Corrected indentation
2006-11-28 16:34:21 +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
tomch
ddfad8ce23
Should've submitted this with rev.195:
...
. Removed ref to regs.bRESET
2006-07-04 20:56:48 +00:00
mpohoreski
7a00471c6d
Fixed: New debugger font WIP - off by default until done
2006-07-03 15:29:56 +00:00
mpohoreski
fdbb9ac653
Console now has color support!
2006-07-03 15:27:49 +00:00
mpohoreski
b2a7c3663b
Updated Apple Font comments to be more descriptive
2006-07-03 15:27:19 +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
1ea4f41867
Added public func to draw just the logo bitmap
2006-07-02 22:58:12 +00:00
tomch
25dbca891b
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
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
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
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
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
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
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
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
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