mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-01 12:31:59 +00:00
Tweaked history additions on Disk ][ and Printer additions, and removed non ASCII characters.
This commit is contained in:
parent
78b4dcb7f8
commit
1ff5e89993
@ -25,7 +25,7 @@ Restrictions/bugs:
|
|||||||
* Apple ][ (non-autostart monitor)
|
* Apple ][ (non-autostart monitor)
|
||||||
* 6502 NMOS illegal opcode support (for ][ & ][+)
|
* 6502 NMOS illegal opcode support (for ][ & ][+)
|
||||||
* 65C02 CMOS undefined opcode support (for //e)
|
* 65C02 CMOS undefined opcode support (for //e)
|
||||||
* Can configure entry to debugger via specific opcode or illegal(6502)/undefined(65C02) opcode – use BRKOP cmd
|
* Can configure entry to debugger via specific opcode or illegal(6502)/undefined(65C02) opcode - use BRKOP cmd
|
||||||
- So you can run Apple at full-speed until it hits your breakpoint (eg. BRK)
|
- So you can run Apple at full-speed until it hits your breakpoint (eg. BRK)
|
||||||
* Fix: [Bug #7238] FLASH support in 80-column mode
|
* Fix: [Bug #7238] FLASH support in 80-column mode
|
||||||
* Fix: [Bug #8300] 80-col text in Silvern Castle got corrupted
|
* Fix: [Bug #8300] 80-col text in Silvern Castle got corrupted
|
||||||
@ -38,11 +38,11 @@ Restrictions/bugs:
|
|||||||
+ Search command: S/SH
|
+ Search command: S/SH
|
||||||
+ New DISASM command
|
+ New DISASM command
|
||||||
+ BRKOP, BRK # to enter debugger
|
+ BRKOP, BRK # to enter debugger
|
||||||
* Disk ][ stepping fixed (Mabel's Mansion now works)
|
* Disk ][ track stepping fixed (Mabel's Mansion now works)
|
||||||
* Simple parallel printer support in slot-1
|
* Simple parallel printer support in slot-1
|
||||||
. Creates a file called “Printer.txt” in AppleWin.exe’s folder
|
. Creates (or overwrites) a file called "Printer.txt" in AppleWin.exe's folder
|
||||||
. Eg. PR#1, then LIST
|
. Eg. PR#1, then LIST, then PR#0
|
||||||
. The file will auto-close after 10 secs
|
. The file will auto-close 10 seconds after the last printed output
|
||||||
|
|
||||||
|
|
||||||
1.13.1 - 07 May 2006
|
1.13.1 - 07 May 2006
|
||||||
|
Loading…
Reference in New Issue
Block a user