mirror of
https://github.com/AppleWin/AppleWin.git
synced 2024-12-24 23:31:07 +00:00
updated debugger 2.6.0.6 changes
This commit is contained in:
parent
62a0aa9ebf
commit
c8cb47e1f4
@ -17,7 +17,7 @@ Restrictions/bugs:
|
|||||||
- SSI263 emulation is very basic: there is no attempt to emulate rate, inflection or filters.
|
- SSI263 emulation is very basic: there is no attempt to emulate rate, inflection or filters.
|
||||||
- During Mockingboard playback, Speaker emulation isn't precise
|
- During Mockingboard playback, Speaker emulation isn't precise
|
||||||
|
|
||||||
1.15.0.3 - 30 Aug 2008
|
1.15.0.3 - 31 Aug 2008
|
||||||
----------------------
|
----------------------
|
||||||
Changes:
|
Changes:
|
||||||
. Remembers the last disk images used for Drive 1 & 2
|
. Remembers the last disk images used for Drive 1 & 2
|
||||||
@ -38,7 +38,11 @@ Changes:
|
|||||||
. Added new video mode: "Monochrome - Authentic"
|
. Added new video mode: "Monochrome - Authentic"
|
||||||
- Every odd scanline is black to replicate that authentic look of the Apple Green monitors
|
- Every odd scanline is black to replicate that authentic look of the Apple Green monitors
|
||||||
- Similar to ApplePC's "Green monochrome" mode
|
- Similar to ApplePC's "Green monochrome" mode
|
||||||
. Debugger 2.6.0.2
|
. Debugger 2.6.0.6
|
||||||
|
- Added new command '@' to re-display results of search
|
||||||
|
Example:
|
||||||
|
S F000:FFFF C050
|
||||||
|
@ // re-display search results
|
||||||
- Renamed GO to G to not conflict with new commands GR, GR1, GR2
|
- Renamed GO to G to not conflict with new commands GR, GR1, GR2
|
||||||
- Added 18 new view output commands from inside the debugger!
|
- Added 18 new view output commands from inside the debugger!
|
||||||
TEXT, TEXT1, TEXT2
|
TEXT, TEXT1, TEXT2
|
||||||
@ -53,7 +57,8 @@ Changes:
|
|||||||
HGR // view current Hi-Res Screen. press a key to return to the normal debugger view
|
HGR // view current Hi-Res Screen. press a key to return to the normal debugger view
|
||||||
- Added aliases:
|
- Added aliases:
|
||||||
TEXT40, TEXT41, TEXT42
|
TEXT40, TEXT41, TEXT42
|
||||||
- Fixed 'G' to not send the Return of the command into the Apple Keyboard
|
- Fixed command 'G' to not send the Return of the command into the Apple Keyboard
|
||||||
|
- Fixed command '?' to list commands sorted and colorized
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
. '~' displayed instead of '^'
|
. '~' displayed instead of '^'
|
||||||
|
Loading…
Reference in New Issue
Block a user