Epple-II/conf/epple2.conf.in

142 lines
3.6 KiB
Plaintext
Raw Normal View History

2012-04-21 00:04:34 +00:00
# epple2.conf
2015-07-29 01:14:58 +00:00
# Copyright 2009, by Christopher A. Mosher <cmosher01@gmail.com>
2012-04-21 00:04:34 +00:00
# GPLv3
#
# Configuration file for the Epple 2 emulator.
#
# This sample file is the default setup for the emulator.
# It does not load any proprietary ROMs, only GPLv3 ROMs
# written by the author of the emulator.
#
2022-11-03 22:26:07 +00:00
cpu epple2
2019-04-05 19:47:25 +00:00
# standard 48K RAM with mixed chip brands
motherboard ram E MM5290 MM5290 MM5290 MK4116 MM5290 MM5290 MM5290 MK4116
motherboard strap E 16K 8000
2019-04-05 19:47:25 +00:00
motherboard ram D MM5290 MM5290 MK4116 MK4116 MM5290 MK4116 MM5290 MCM4116
motherboard strap D 16K 4000
2019-04-05 19:47:25 +00:00
motherboard ram C MK4116 MK4116 MM5290 MM5290 MM5290 MM5290 MM5290 MM5290
motherboard strap C 16K 0000
2012-04-21 00:04:34 +00:00
# Demo system ROM for the emulator. This is only to allow the
# emulator to do something useful when there are no real Apple ROM
# images provided.
#
2022-11-01 14:52:19 +00:00
import motherboard rom 2C00 ${LIBDIR}/epple2/system/epple2sys.a65
2012-04-21 00:04:34 +00:00
# These are how to load the real (proprietary) Apple ROMs.
# There ROMs are not distributed with the Epple 2 emulator.
# These two lines are for an Apple ][ plus:
2022-11-01 14:52:19 +00:00
#import motherboard rom 0000 ${LIBDIR}/apple2/system/a2p/applesoft.a65
#import motherboard rom 2800 ${LIBDIR}/apple2/system/a2p/monitor.a65
2012-04-21 00:04:34 +00:00
# or instead, use these three lines are for an Apple ][:
2022-11-01 14:52:19 +00:00
#import motherboard rom 1000 ${LIBDIR}/apple2/system/a2/intbasic.a65
#import motherboard rom 2425 ${LIBDIR}/apple2/system/a2/other.a65
#import motherboard rom 2800 ${LIBDIR}/apple2/system/a2/monitor.a65
2012-04-21 00:04:34 +00:00
slot 0 language
slot 1 stdout
2022-11-01 14:52:19 +00:00
import slot 1 rom 0 ${LIBDIR}/epple2/cards/stdout.a65
2012-04-21 00:04:34 +00:00
slot 2 stdin
2022-11-01 14:52:19 +00:00
import slot 2 rom 0 ${LIBDIR}/epple2/cards/stdin.a65
2012-04-21 00:04:34 +00:00
slot 4 clock
2022-11-01 14:52:19 +00:00
import slot 4 rom 0 ${LIBDIR}/epple2/cards/clock.a65
2012-04-21 00:04:34 +00:00
#slot 5 disk13
2022-11-01 14:52:19 +00:00
#import slot 5 rom 0 ${LIBDIR}/apple2/dos/13sector/disk2.a65
#load slot 5 drive 1 ${LIBDIR}/apple2/dos/13sector/dos310/clean31sysmas_stock_rawdos.dsk.woz
2012-04-21 00:04:34 +00:00
#slot 6 disk
2022-11-01 14:52:19 +00:00
#import slot 6 rom 0 ${LIBDIR}/apple2/dos/16sector/disk2.a65
#load slot 6 drive 1 ${LIBDIR}/apple2/dos/16sector/dos330/clean330sysmas.dsk.woz
2012-04-21 00:04:34 +00:00
#slot 7 firmware
2022-11-01 14:52:19 +00:00
#import slot 7 rombank 1000 ${LIBDIR}/apple2/system/a2/intbasic.a65
#import slot 7 rombank 2425 ${LIBDIR}/apple2/system/a2/other.a65
#import slot 7 rombank 2800 ${LIBDIR}/apple2/system/a2/monitor.a65
2012-04-21 00:04:34 +00:00
#revision 0
revision 1
2019-04-05 19:47:25 +00:00
# Alternate motherboard RAM configurations.
# See Apple II Reference Manual, "RAM Configuration Blocks," pp. 70-71.
# 4K
#motherboard ram c 4096
#motherboard strap c 4K 0000
# 8K
#motherboard ram d 4096
#motherboard strap d 4K 1000
#motherboard ram c 4096
#motherboard strap e 4K 2000
# 12K
#motherboard ram e 4096
#motherboard strap e 4K 2000
#motherboard ram d 4096
#motherboard strap d 4K 1000
#motherboard ram c 4096
#motherboard strap c 4K 0000
# 16K
#motherboard ram c 16K
#motherboard strap c 16K 0000
# 20K
#motherboard ram d 4096
#motherboard strap d 4K 4000
#motherboard ram c 4116
#motherboard strap c 16K 0000
# 24K
#motherboard ram e 4096
#motherboard strap e 4K 5000
#motherboard ram d 4096
#motherboard strap d 4K 4000
#motherboard ram c 4116
#motherboard strap c 16K 0000
# 32K
#motherboard ram d 4116
#motherboard strap d 16K 4000
#motherboard ram c 4116
#motherboard strap c 16K 0000
# 36K
#motherboard ram e 4096
#motherboard strap e 4K 8000
#motherboard ram d 4116
#motherboard strap d 16K 4000
#motherboard ram c 4116
#motherboard strap c 16K 0000
# 48K
#motherboard ram e 4116
#motherboard strap e 16K 8000
#motherboard ram d 4116
#motherboard strap d 16K 4000
#motherboard ram c 4116
#motherboard strap c 16K 0000
# 12K (with hi-res graphics)
#motherboard ram e 4096
#motherboard strap e 4K 3000
#motherboard ram d 4096
#motherboard strap d 4K 2000
#motherboard ram c 4096
#motherboard strap c 4K 0000