From ca1bea3b97bbdb18b61969f2af3626fe881fad6a Mon Sep 17 00:00:00 2001 From: michaelangel007 Date: Wed, 5 Jan 2022 15:41:47 -0800 Subject: [PATCH] Debugger: Add comment about DISK command --- source/Debugger/Debug.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/source/Debugger/Debug.cpp b/source/Debugger/Debug.cpp index f898751c..9359da68 100644 --- a/source/Debugger/Debug.cpp +++ b/source/Debugger/Debug.cpp @@ -3330,6 +3330,18 @@ Update_t CmdFlag (int nArgs) // Disk ___________________________________________________________________________________________ + +// Usage: +// DISK # EJECT // Unmount disk +// DISK INFO +// DISK # PROTECT # // Write-protect disk on/off +// DISK # "" // Mount filename as floppy disk +// TODO: +// DISK # READ // Read Track/Sector(s) +// DISK # READ Addr:Addr // Read Track/Sector(s) +// DISK # WRITE Addr:Addr // Write Track/Sector(s) +// Examples: +// DISK 2 INFO Update_t CmdDisk ( int nArgs) { if (! nArgs)