mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-26 11:30:11 +00:00
Debugger: support prefixed addresses for mini memory dump windows (PR #1427)
* Mem dump cmds without any args will now display the prefix address * Support data sub-window (that reflects m1 dump) * Breakpoint display: Right align R and W at end of line * Help doc: Update Memory page to include prefix address examples * Help doc: Update Breakpoint & Memory pages: add images showing address prefixes as shown in the UI --------- Co-authored-by: michaelangel007 <michaelangel007@sharedcraft.com>
This commit is contained in:
@@ -112,6 +112,7 @@
|
||||
, FG_INFO_BP_MEM_READ // Green
|
||||
, FG_INFO_BP_MEM_WRITE // Orange
|
||||
|
||||
, FG_INFO_MEM_SLOT // Yellow
|
||||
, BG_INFO_MEM_BANK // mid Cyan
|
||||
, FG_INFO_MEM_BANK // White
|
||||
, FG_INFO_MEM_LC //~mid Cyan
|
||||
|
||||
Reference in New Issue
Block a user