michaelangel007
|
d5cf2d1de2
|
Debugger 2.8.0.0 AppleWin 1.25
|
2014-08-28 16:55:16 -07:00 |
|
michaelangel007
|
e449da5b47
|
Debugger: Fix ASC overflowing _sOpCodes in FormatOpcodeBytes()
|
2014-08-28 16:52:41 -07:00 |
|
tomcw
|
a05979a6d1
|
Bump version to 1.25 & added comment to History.txt stating dropping Win98/ME support
|
2014-08-28 22:34:25 +01:00 |
|
michaelangel007
|
fc5818ee34
|
Debugger 2.7.0.29 -- Renamed DS to ASC, fixed disassembly for ASC
|
2014-08-28 11:13:02 -07:00 |
|
tomcw
|
313e7bdcc8
|
TSAVE: Remap control chars to printable ones
|
2014-08-27 22:13:14 +01:00 |
|
michaelangel007
|
77aef24880
|
Cleanup code conventions
|
2014-08-25 17:12:16 -07:00 |
|
michaelangel007
|
1bcf5b29ee
|
Fix TSAVE and Ctrl-PrintScreen -- convert inverse control characters to space
|
2014-08-25 15:35:09 -07:00 |
|
michaelangel007
|
936553ab7e
|
Cleanup misc. whitespace
|
2014-08-25 15:33:53 -07:00 |
|
michaelangel007
|
24e581ba2c
|
Added: Ctrl-PrintScreen will copy the text screen (auto detect 40/80 columns) to the clipboard.
|
2014-08-25 08:35:43 -07:00 |
|
michaelangel007
|
9d36d6d007
|
Added new Debugger command: TSAVE to save the text screen to a file
|
2014-08-23 23:08:22 -07:00 |
|
michaelangel007
|
eea9110649
|
Update History.txt with Debugger 2.7.0.23
|
2014-08-23 17:09:48 -07:00 |
|
michaelangel007
|
8119e22f08
|
BUGFIX: MemoryFill and MemoryMove: Fix infinite hang if target memory address ends with FFFF due to 16-bit address wrapping around to zero instead of using length.
i.e. F D000:FFFF 0
|
2014-08-23 12:52:14 -07:00 |
|
tomcw
|
cbdad2a02f
|
Qualified all STL refs with std:: to get rid of the 'using namespace std' mismatch between the main code & debugger code
|
2014-08-14 20:29:01 +01:00 |
|
tomcw
|
c1bfb8075c
|
Created new DebugDefs.h for memory defs
|
2014-08-14 18:14:39 +01:00 |
|
tomcw
|
4d40590fbf
|
Renamed DiskConsts.h to DiskDefs.h + other header refactoring
|
2014-08-14 17:48:38 +01:00 |
|
tomcw
|
d21bb2cc3b
|
Move Util_* files into Debugger subfolder & update all vcproj files
|
2014-08-13 22:25:22 +01:00 |
|
tomcw
|
6ce0f6c77f
|
Split some of Debugger_parser.h into Util_Text.h (now Util_MemoryTextFile.cpp isn't dependent on any Debugger headers
|
2014-08-13 22:03:33 +01:00 |
|
tomcw
|
6a26a95487
|
PCH refactor: remove non-system headers from stdafx.h
|
2014-08-13 21:30:35 +01:00 |
|
michaelangel007
|
9ded7f0926
|
Cleanup: Removed unused variable: g_bResetTiming
|
2014-07-17 19:52:56 -07:00 |
|
tomcw
|
d591dd006b
|
Remove the top-level AppleWin folder
|
2014-05-23 22:59:02 +01:00 |
|