mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-17 00:30:04 +00:00
Debugger: Cleanup old cruft
This commit is contained in:
parent
18b4581099
commit
61d6ef58ee
@ -1369,9 +1369,7 @@ WORD DrawDisassemblyLine ( int iLine, const WORD nBaseAddress )
|
|||||||
// int X_BRANCH = 46 * nDefaultFontWidth;
|
// int X_BRANCH = 46 * nDefaultFontWidth;
|
||||||
|
|
||||||
float aTabs[ _NUM_TAB_STOPS ] =
|
float aTabs[ _NUM_TAB_STOPS ] =
|
||||||
// { 6, 16, 26, 41, 46, 49 }; // 6, 17, 26, 40, 46
|
|
||||||
#if USE_APPLE_FONT
|
#if USE_APPLE_FONT
|
||||||
// { 5, 14, 20, 40, 46, 49 };
|
|
||||||
// xxxx:xx xx xx LABELxxxxxx MNEMONIC 'E' =
|
// xxxx:xx xx xx LABELxxxxxx MNEMONIC 'E' =
|
||||||
// 0 45 14 26
|
// 0 45 14 26
|
||||||
{ 5, 14, 26, 41, 48, 49 };
|
{ 5, 14, 26, 41, 48, 49 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user