Michaelangel007
|
ac8aecfb1b
|
Sync up debug 6502 to 65C02
|
2015-05-09 15:45:55 -07:00 |
|
Michaelangel007
|
f7b3203756
|
Remove extraneous // on 0x7C
|
2015-05-09 15:45:12 -07:00 |
|
tomcw
|
a52942f1cd
|
Make AppleWin project dependent on TestCPU6502 & and run the test as a pre-build event before AppleWin gets built.
|
2015-05-09 21:22:01 +01:00 |
|
tomcw
|
df5635dc11
|
Align opcodes in 6502 and 65C02 switch statements
|
2015-05-09 20:57:25 +01:00 |
|
tomcw
|
cbb837bf6b
|
Add timing tests for all opcodes: 6502, 65C02, page-cross and non-page-cross (#278). Also fix opcode timing for 0xCE: DEC abs (#288).
|
2015-05-09 19:20:31 +01:00 |
|
tomcw
|
38c98f0c31
|
Fix cpu65d02 for DEC/INC ABS,X timings
|
2015-05-04 12:04:37 +01:00 |
|
tomcw
|
9c7b8f50c6
|
Extend unit tests for #264 and #271. Refactor: renamed some macros.
|
2015-05-04 11:57:24 +01:00 |
|
tomcw
|
54f2425168
|
Add unit test for #282
|
2015-05-03 21:44:24 +01:00 |
|
tomcw
|
48be79551b
|
Fixed other undocumented SAY,TAS,XAS (ie. like AXA) when page-crossing (#282)
|
2015-05-03 19:04:30 +01:00 |
|
tomcw
|
2597dd9045
|
Fixed undocumented AXA opcodes when page-crossing (#282)
|
2015-05-02 21:44:03 +01:00 |
|
tomcw
|
151a7f3b33
|
Fixes for CPU emulation relating to page-crossing: bugs #264, #278; and opcode (abx,x): bug #271
|
2015-04-25 21:15:17 +01:00 |
|
TomCh
|
60db3d6622
|
Merge pull request #279 from AppleWin/1.25.0.4
Fix for Applewin exiting when using -d1 arg (#276) and set version to 1.25.0.4
|
2015-04-23 21:48:35 +01:00 |
|
tomcw
|
9191efe5f9
|
Fix for Applewin exiting when using -d1 arg (#276)
|
2015-04-23 21:45:41 +01:00 |
|
tomcw
|
565fd7967b
|
Merge branch 'rmacri-master'
|
2015-04-09 22:55:01 +01:00 |
|
tomcw
|
c052d10d2f
|
SAM: Clean up before merge
|
2015-04-09 22:54:26 +01:00 |
|
unknown
|
feccde41bf
|
rename SAM to DAC functions
|
2015-03-30 17:27:51 +09:00 |
|
unknown
|
fa43e909ed
|
renamed DAC to SAM
|
2015-03-30 17:25:30 +09:00 |
|
unknown
|
b386c444c3
|
Added GPL header, tweaked other comments
|
2015-03-24 12:04:32 +09:00 |
|
unknown
|
c2b62d26d3
|
Sound page has SAM card option
|
2015-03-11 12:43:24 +09:00 |
|
unknown
|
33d33b71ec
|
Updates to support DAC card, no UI yet - missed files
|
2015-03-10 21:33:14 +09:00 |
|
unknown
|
33372943e0
|
Aded support for an 8 bit DAC in slot 5 if no Z80 card there. Demo disk
included.
|
2015-03-10 21:12:43 +09:00 |
|
tomcw
|
0238645b3e
|
MouseCard: removed some overly aggressive asserts for iMinX and iMinY being zero
|
2015-02-22 15:32:31 +00:00 |
|
tomcw
|
04cd0b4018
|
Fix for sprintf buffer overflow - #268
|
2015-02-17 22:00:52 +00:00 |
|
tomcw
|
779b86b832
|
Fix #267: allow mousecard move & button in MODE_STEPPING
|
2015-02-13 22:00:56 +00:00 |
|
michaelangel007
|
d0b067f8d2
|
Fix BLOAD 'filename.hgr' so an address can be specified and used as an over-ride
|
2015-01-01 05:51:06 -08:00 |
|
michaelangel007
|
07be4dfa1d
|
Debugger 2.8.0.9: BLOAD now recognizes the extensions .hgr or .hgr2 to load to $2000, or $4000 respectfully
|
2014-12-31 19:24:04 -08:00 |
|
tomcw
|
0fc6d18139
|
Removed some unused video constants
|
2014-12-21 16:47:03 -05:00 |
|
tomcw
|
1966bcb9a1
|
Merge branch 'master' of https://github.com/AppleWin/AppleWin
|
2014-12-21 16:43:58 -05:00 |
|
tomcw
|
a85d33beb3
|
Switch VideoCheckVbl() to call VideoGetVbl() instead of VideoGetScannerAddress()
|
2014-12-21 16:43:49 -05:00 |
|
michaelangel007
|
7ba8128530
|
Remove unused: V_CreateLookup_HiresHalfShiftFull(), conditionaly compile V_CreateLookup_HiresHalfShiftDim();
|
2014-12-15 18:02:54 -08:00 |
|
michaelangel007
|
e64932f181
|
Fixed HGR colors to be more accurate; cleanup dead code; merged COLORS_TWEAKED since it is always active
|
2014-12-14 19:05:21 -08:00 |
|
michaelangel007
|
ee67feaffb
|
Removed old commented out color maps for Lores & DoubleHires
|
2014-12-14 18:05:56 -08:00 |
|
michaelangel007
|
ca26296970
|
Fix mis-labeled HGR_MAGENTA -> HGR_VIOLET
|
2014-12-14 18:03:45 -08:00 |
|
michaelangel007
|
b21da4dd95
|
DOC: Made note that IIGS color reference is NOT accurate
|
2014-12-14 14:59:01 -08:00 |
|
michaelangel007
|
3d80c45451
|
Fix mis-labled HGR_RED -> HGR_ORANGE
|
2014-12-14 14:55:19 -08:00 |
|
michaelangel007
|
a509cc511a
|
Add: proper OPCODE_NOP enum
|
2014-12-11 10:00:51 -08:00 |
|
michaelangel007
|
03b43bf388
|
Bug #227 2.8.0.8 Fixed: Showing/hiding the address and/or opcodes will show long symbolic targets without overflowing into the register info pane
File: Debugger_Display.cpp
Func: DrawDisassemblyLine()
|
2014-12-11 10:00:02 -08:00 |
|
michaelangel007
|
608ed9d6c5
|
Fixed spelling in debugger change log for #227
|
2014-12-11 09:47:35 -08:00 |
|
michaelangel007
|
d6002721e5
|
Fix Bug #251: ASC #:# with null byte doesn't mark up properly
|
2014-12-11 09:41:42 -08:00 |
|
michaelangel007
|
c2d6f5b026
|
Bug #239 : Debugger 2.8.0.6: Ctrl-Print Screen while the debugger is active will copy the debugger text to the clipboard
|
2014-12-01 22:01:08 -08:00 |
|
michaelangel007
|
4102fd91f9
|
DEBUG: 2.8.0.5: FIX: Bug #244 -- print warning about duplicate symbol's address(es) aliasing existing ones
|
2014-11-30 18:58:15 -08:00 |
|
michaelangel007
|
4e582b2431
|
Add: CHC_INFO, CHC_PATH
|
2014-11-30 18:39:04 -08:00 |
|
michaelangel007
|
ac56455f61
|
Cleanup: remove commented out broken long symbol table header description
FIX: Prevent buffer overflow in CmdSymbolsInfo()
|
2014-11-30 17:51:11 -08:00 |
|
michaelangel007
|
d5a58ef206
|
ADD: ConsoleColor_StringLength() to get the normal string length that doesn't count the escape/markup
|
2014-11-30 17:47:26 -08:00 |
|
michaelangel007
|
fe8ce31c19
|
DOC: #246 - Debugger Symbols: Updated example to use correct MEB MEW commands, not out-dated E command.
|
2014-11-29 17:45:35 -08:00 |
|
michaelangel007
|
7345b017aa
|
FIX: Bug #246 (Debugger) Memory (Changing Memory) command in CHM help files
- fixed EXITBENCH from being matched with 'E'
- fixed out of date documentation with MEB, MEW
|
2014-11-29 17:42:12 -08:00 |
|
michaelangel007
|
4e9fa8806b
|
DOC: Cleaned up symbols keyboard example and provided a walk through
|
2014-11-29 07:50:56 -08:00 |
|
michaelangel007
|
7ce956212c
|
DOC: CLEANUP: Debugger symbols concepts and usage Bug #242 #243
(cherry picked from commit 864e88e992b7868db06866d94ea2097c3f6e17b5)
|
2014-11-28 23:34:07 -08:00 |
|
michaelangel007
|
763b8172f0
|
DEBUGGER: Cleanup error message for invalid symbol table for: syminfo
(cherry picked from commit ca5002dfa3807f6b5fea33c14bd6ee5c9c879456)
|
2014-11-28 23:33:54 -08:00 |
|
michaelangel007
|
0910f05817
|
Cleanup - added note about CmdSymbolsLoad() zero args
(cherry picked from commit 9de7a1ca922046542cc998a04993012569e9fb54)
|
2014-11-28 23:33:36 -08:00 |
|