mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-15 16:06:39 +00:00
25 lines
901 B
Plaintext
25 lines
901 B
Plaintext
# Apple ][ with (13-sector) DOS 3.1 (the original version of DOS 3.3).
|
|
#
|
|
# After power-up, type C600G to boot the DOS 3.1 System Master disk.
|
|
#
|
|
# Since this System Master disk has "APPLESOFT" on it, you can type
|
|
# FP at the Integer BASIC prompt to run Applesoft BASIC. When you do
|
|
# it this way, you get an interesting title page for Applesoft, showing
|
|
# copyright notices for Apple and Microsoft.
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
# Disk ][ card with 13-sector ROMs
|
|
slot 6 disk
|
|
import slot 6 rom 0 $(PREFIX)lib/apple2/dos/13sector/disk2.a65
|
|
|
|
# Insert DOS 3.1 System Master disk into drive 1
|
|
load slot 6 drive 1 $(PREFIX)lib/apple2/dos/13sector/dos310/clean31sysmas_stock_rawdos.nib
|