2012-04-21 00:04:34 +00:00
|
|
|
# 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
2019-02-02 21:08:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# 4K RAM
|
|
|
|
motherboard ram C 4K 4K 4K 4K 4K 4K 4K 4K
|
|
|
|
motherboard strap C 4K 0000
|