Epple-II/conf/epple2.a2loaded.conf.in
2012-04-20 20:04:34 -04:00

69 lines
2.2 KiB
Plaintext

# Apple ][, loaded
#
# This is an Apple ][ (Integer BASIC and old Monitor), with
# every card provided by the EPPLE ][ Emulator installed.
#
# Since this machine doesn't have the Autostart Monitor, after powering
# it on you'll need to type C600G to boot the DOS 3.3 System Master,
# or C500G to boot the DOS 3.1 System Master.
# Integer BASIC and old Monitor ROMs
import motherboard rom 1000 $(PREFIX)lib/apple2/system/intbasic/intbasic.ex65
import motherboard rom 2425 $(PREFIX)lib/apple2/system/other/other.ex65
import motherboard rom 2800 $(PREFIX)lib/apple2/system/monitor/apple2/monitor.ex65
# Language card in slot 0. When the DOS 3.3 System Master boots,
# it will load Applesoft into the language card.
slot 0 language
# Standard-output "card" in slot 1, so typing
# PR#1 will start sending characters to standard output of the emulator
slot 1 stdout
import slot 1 rom 0 $(PREFIX)lib/epple2/cards/stdout.ex65
# Standard-input "card" in slot 2, so typing
# IN#2 will start reading characters from standard input of the emulator
slot 2 stdin
import slot 2 rom 0 $(PREFIX)lib/epple2/cards/stdin.ex65
# Clock card in slot 4
slot 4 clock
import slot 4 rom 0 $(PREFIX)lib/epple2/cards/clock.ex65
# Disk ][ controller card in slot 5, with 13-sector ROMs.
# This will read (DOS 3.1, 3.2, and 3.2.1) disks, which
# have 13 sectors per track.
slot 5 disk
import slot 5 rom 0 $(PREFIX)lib/apple2/dos3x/13sector/controller/disk2.ex65
# Insert the DOS 3.1 System Master disk into drive 1 of slot 5
load slot 5 drive 1 $(PREFIX)lib/apple2/dos3x/13sector/disks/dos310/clean31sysmas_stock_rawdos.nib
# Disk ][ controller card in slot 6, with 16-sector ROMs.
# This will read (DOS 3.3) disks, which have 16 sectors per track.
slot 6 disk
import slot 6 rom 0 $(PREFIX)lib/apple2/dos3x/16sector/controller/disk2.ex65
# Insert the DOS 3.3 System Master disk (original version) into slot 6
load slot 6 drive 1 $(PREFIX)lib/apple2/dos3x/16sector/disks/dos330/clean330sysmas.nib
# Firmware card with Applesoft and Autostart Monitor.
# DOS will not use this firmware card, because it is not in slot 0.
slot 7 firmware
import slot 7 rombank 0000 $(PREFIX)lib/apple2/system/applesoft/applesoft.ex65
import slot 7 rombank 2800 $(PREFIX)lib/apple2/system/monitor/apple2plus/monitor.ex65