Debugger: Cleanup: Add note about magic number 200

This commit is contained in:
michaelangel007 2022-01-06 10:11:33 -08:00
parent 8667c0eb32
commit ae214a1b19
1 changed files with 1 additions and 1 deletions

View File

@ -3361,7 +3361,7 @@ Update_t CmdDisk ( int nArgs)
if (nArgs > 2)
return HelpLastCommand();
char buffer[200] = "";
char buffer[200] = ""; // HACK: Magic number TODO: Should be MAX_CONSOLE_WIDTH*2
ConsoleBufferPushFormat(buffer, "FW%2d: D%d at T$%s, phase $%s, offset $%X, mask $%02X, extraCycles %.2f, %s",
diskCard.GetCurrentFirmware(),
diskCard.GetCurrentDrive() + 1,