mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-01 04:29:18 +00:00
17 lines
381 B
Plaintext
17 lines
381 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 $(PREFIX)lib/apple2/system/a2p/applesoft.a65
|
|
import motherboard rom 2800 $(PREFIX)lib/apple2/system/a2p/monitor.a65
|
|
|
|
|
|
|
|
# 4K RAM
|
|
motherboard ram C 4K 4K 4K 4K 4K 4K 4K 4K
|
|
motherboard strap C 4K 0000
|