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.
This commit is contained in:
mpohoreski 2006-06-27 22:00:24 +00:00
parent 0e28127f95
commit 45ef181d02

View File

@ -18,9 +18,8 @@
.2 Added: new command: DISASM POINTER [0 | 1] .2 Added: new command: DISASM POINTER [0 | 1]
Toggles the display of the instruction's target pointer values on / off in the info panel. 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. The default is now off, since the main disasm window shows target values for indirect addressing modes.
.1 Added: new command: CONFIG STACK # .1 Added: Increased breakpoints to 15, Watches to 6, Zeropage pointers to 6.
To set the number of lines displayed on the stack. Fixed: Display only active breakpoints.
Max value is 8.
.0 Rearranged/Reorganized info panel to allow full width console .0 Rearranged/Reorganized info panel to allow full width console
- Regs are now listed at the top of the window - Regs are now listed at the top of the window
- Breakpoint title has been removed - Breakpoint title has been removed