Added version to debugger features implemented

This commit is contained in:
mpohoreski 2009-07-11 21:31:34 +00:00
parent fc9b09abcd
commit 294b646b68

View File

@ -1,8 +1,15 @@
Requests (Wishlist):
====================
. Debugger: FIX: help f
. Debugger: FIX: help m
. Debugger: FIX: E8:## ##
. Debugger: ADD: AppleSoft symbols to Symbol Table 2
. Video: Full Screen Debugger Colors
Amber, F7, F7 - wrong palette?
. Video: Proper mixed-mode displays
. Video: PrintScreen (save to disk with auto file numbering.)
. Periphals: Printer support
. Periphals: Proper mouse support
. Periphals: Ability to swap ROM cards
@ -22,24 +29,29 @@ Requests (Wishlist):
. Debugger: COLOR SAVE ["filename"]
. Debugger: COLOR LOAD ["filename"]
. DONE: Debugger: TEXT 1 Show 40 Column Text Page 1
. DONE: Debugger: TEXT 2 Show 40 Column Text Page 2
. DONE: Debugger: TEXT80 1 Show 40 Column Text Page 1
. DONE: Debugger: TEXT80 2 Show 40 Column Text Page 1
. DONE: Debugger: HGR 1 show Hi-Res Page 1
. DONE: Debugger: HGR 2 show Hi-Res Page 2
. DONE: Debugger: DHGR 1 show Double Hi-Res Page 1
. DONE: Debugger: DHGR 2 show Double Hi-Res Page 2
. DONE: v16.0.0.0: Video: PrintScreen (save to disk with auto file numbering.)
. DONE: v16.0.0.0: Debugger: TEXT show current 40-col text page
. DONE: v16.0.0.0: Debugger: TEXT80 show current 80-col text page
. DONE: v16.0.0.0: Debugger: GR show current lo-res graphics page
. DONE: v16.0.0.0: Debugger: HGR show current hi-res graphis page
. DONE: v16.0.0.0: Debugger: DGR show current double hi-res graphics page
. DONE: v16.0.0.0: Debugger: TEXT1 Show 40 Column Text Page 1
. DONE: v16.0.0.0: Debugger: TEXT2 Show 40 Column Text Page 2
. DONE: v16.0.0.0: Debugger: TEXT81 1 Show 40 Column Text Page 1
. DONE: v16.0.0.0: Debugger: TEXT82 2 Show 40 Column Text Page 1
. DONE: v16.0.0.0: Debugger: HGR1 show Hi-Res Page 1
. DONE: v16.0.0.0: Debugger: HGR2 show Hi-Res Page 2
. DONE: v16.0.0.0: Debugger: DHGR1 show Double Hi-Res Page 1
. DONE: v16.0.0.0: Debugger: DHGR2 show Double Hi-Res Page 2
. DONE: Debugger: shift+ins to paste from clipboard (use Ctrl-V to paste.)
Priority:
. Shift keys map to button#2
. DONE: Right-click on drive icon to eject disk
Shift-Right-Click to turn Write Protection ON
Ctrl-Right-Click to turn Write Protection OFF
. DONE? (use '\') SCR shows what the Apple monitor should look like at the current point
Still forthcoming: TEXT1, TEXT2, GR, DGR, HGR, HGR2, DHGR, DHGR2
. DONE: Use MT# MA# to dump memory as text.
. Shift keys map to button#2
. DONE: Ramworks support (see AppleWin 2.0 project src)
. DONE: Shift+Ins to paste from clipboard
. DONE: Cmd-line switches for: d1, d2, full-screen
@ -62,7 +74,7 @@ Post 1.12.7.0:
Post 1.12.6.0:
- Map keys to PC gamepad buttons, eg. I,J,K,M -> Up,Left,Right,Down
- Echo II support
- Monitor /// output (with a gap between each scanline)
. DONE: v16.0.0.0: VIDEO: Monitor /// output (with a gap between each scanline)
Post 1.12.5.0:
- Option to associate (or not) file types with AW.
@ -76,7 +88,7 @@ Post 1.12.5.0:
- Change 'Save State' dialog to say 'Save' instead of 'Open'.
- Associate .aws with AppleWin.
- Screen snapshot
- DONE: v16.0.0.0: UI: Screen snapshot
- Arrow-key joystick emu: can't go diagonally
- Map right-ctrl to button-0
@ -86,7 +98,7 @@ Post 1.12.4.2:
Post 1.12.4.1:
- Option to make any pc joystick button working as the 'Turbo' (i.e. Scroll Lock).
- Ability to search and modify for a value in memory in order to cheat in some games.
. DONE: v16.0.0.0: DEBUGGER: Ability to search and modify for a value in memory in order to cheat in some games.
- FastMath card support.
- Ability to view page1/2 & switch mode (Text/GR/HGR/DHGR)
- Add an 80 X 80 or 40X40 text mode
@ -100,14 +112,14 @@ Post 1.12.4.1:
- AppleCrate emulation between several open AppleWin emulators.
- Access PC files from PRODOS or DOS instead of DSK images?
- Support .2mg images
- Hex search in debugger
. DONE: v16.0.0.0: DEBUGGER: Hex search in debugger
Post 1.12.4.0:
- Ability to send files to the PC from a disk image in AppleWin
- Ability to load files from the PC to a disk image in AppleWin
- Z80 support - so we can run CPM stuff
- When you are using the mouse as a cursor / joystick, as well as the markers on the screen border, enable the user to also add a dot (or cross hair) to the screen wherever the mouse pointer is.
- RESET button to break into the Monitor (preserving memory).
. DONE: v16.0.0.0 DEBUGGER: (use F7): RESET button to break into the Monitor (preserving memory).
- Ability to send Apple's stdout to clipboard or file (and vice versa).
Initial: