mirror of
https://github.com/cmosher01/Epple-II.git
synced 2024-11-15 16:06:39 +00:00
18 lines
465 B
Plaintext
18 lines
465 B
Plaintext
# Apple ][ (with revision 1 or later motherboard), bare
|
|
#
|
|
# This set up is a standard Apple ][ (with a newer motherboard,
|
|
# that is, not an original revision zero motherboard), and
|
|
# nothing in any slots. It has Integer BASIC and the old Monitor ROMs.
|
|
|
|
|
|
|
|
import motherboard rom 1000 a2-intbasic.a65
|
|
import motherboard rom 2425 a2-other.a65
|
|
import motherboard rom 2800 a2-monitor.a65
|
|
|
|
|
|
|
|
# 4K RAM
|
|
motherboard ram C 4K 4K 4K 4K 4K 4K 4K 4K
|
|
motherboard strap C 4K 0000
|