mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-16 23:18:12 +00:00
17 lines
375 B
Plaintext
17 lines
375 B
Plaintext
# Apple ][ plus, bare
|
|
#
|
|
# This set up is a standard Apple ][ plus, and
|
|
# nothing in any slots. It has Applesoft BASIC
|
|
# and the Autostart Monitor ROMs.
|
|
|
|
|
|
|
|
import motherboard rom 0000 ${LIBDIR}/apple2/system/a2p/applesoft.a65
|
|
import motherboard rom 2800 ${LIBDIR}/apple2/system/a2p/monitor.a65
|
|
|
|
|
|
|
|
# 4K RAM
|
|
motherboard ram C 4K 4K 4K 4K 4K 4K 4K 4K
|
|
motherboard strap C 4K 0000
|