mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-15 16:06:39 +00:00
30 lines
998 B
Plaintext
30 lines
998 B
Plaintext
# Apple ][ with language card and DOS 3.3 (original version)
|
|
#
|
|
# After power-on, type C600G to boot the DOS 3.3 System Master disk.
|
|
# Notice it shows "APPLE II STANDARD" for this machine, and then it
|
|
# loads APPLESOFT into the language card.
|
|
#
|
|
# You can use FP to switch to Applesoft, and INT to switch
|
|
# back to Integer BASIC. As you do this, notice the "R" reading
|
|
# indicator on the language card line turning on or off.
|
|
|
|
|
|
# Integer BASIC and old Monitor ROMs
|
|
import motherboard rom 1000 $(PREFIX)lib/apple2/system/a2/intbasic.a65
|
|
import motherboard rom 2425 $(PREFIX)lib/apple2/system/a2/other.a65
|
|
import motherboard rom 2800 $(PREFIX)lib/apple2/system/a2/monitor.a65
|
|
|
|
|
|
|
|
# Language card in slot 0
|
|
slot 0 language
|
|
|
|
|
|
|
|
# Disk ][ controller card in slot 6, with 16-sector ROMs
|
|
slot 6 disk
|
|
import slot 6 rom 0 $(PREFIX)lib/apple2/dos/16sector/disk2.a65
|
|
|
|
# Insert DOS 3.3 System Master disk (original version) in drive 1
|
|
load slot 6 drive 1 $(PREFIX)lib/apple2/dos/16sector/dos330/clean330sysmas.nib
|