From ae55365bd787f28e7a95229926f8ea0825aaa854 Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 27 Jun 2006 22:00:24 +0000 Subject: [PATCH] Fixed incorrect 2.5.6.1 comment. (Was tentatively a TODO, but no longer needed.) Changed to: .1 Added: Increased breakpoints to 15, Watches to 6, Zeropage pointers to 6. Fixed: Display only active breakpoints. --- AppleWin/docs/Debugger_Changelog.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/AppleWin/docs/Debugger_Changelog.txt b/AppleWin/docs/Debugger_Changelog.txt index 2d8fcd6e..9791fe69 100644 --- a/AppleWin/docs/Debugger_Changelog.txt +++ b/AppleWin/docs/Debugger_Changelog.txt @@ -18,9 +18,8 @@ .2 Added: new command: DISASM POINTER [0 | 1] Toggles the display of the instruction's target pointer values on / off in the info panel. The default is now off, since the main disasm window shows target values for indirect addressing modes. -.1 Added: new command: CONFIG STACK # - To set the number of lines displayed on the stack. - Max value is 8. +.1 Added: Increased breakpoints to 15, Watches to 6, Zeropage pointers to 6. + Fixed: Display only active breakpoints. .0 Rearranged/Reorganized info panel to allow full width console - Regs are now listed at the top of the window - Breakpoint title has been removed