mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-24 11:16:58 +00:00
Debugger DISK INFO QoL (#1212)
* Bump debugger version 2.9.1.19 * Cleanup * Debugger: Update DISK INFO to display disk info across 2 lines of text * Debugger: Fix ConsolePrint() to wrap long lines of text * Debugger: Update DISK INFO to show last nibble for non WOZ floppy image * Replace optional pointer with reference in GetCurrentState() * Add Log.h to Disk.h * Cleanup GetCurrentState() * Cleanup whitespace * Add single line output for DISK INFO foundation. Still need CONFIG DISK # * 2.9.1.21 Added: DISK INFO [#]
This commit is contained in:
committed by
GitHub
parent
f8da683d45
commit
e1b0b20aad
@@ -64,7 +64,7 @@
|
||||
// Console Help Color
|
||||
#define CHC_DEFAULT "`0"
|
||||
#define CHC_USAGE "`3"
|
||||
#define CHC_CATEGORY "`6"
|
||||
#define CHC_CATEGORY "`6" // Cyan
|
||||
#define CHC_COMMAND "`2" // Green
|
||||
#define CHC_KEY "`1" // Red
|
||||
#define CHC_ARG_MAND "`7" // < >
|
||||
|
||||
Reference in New Issue
Block a user