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.
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-04-22 02:10:39 +00:00
|
|
|
import motherboard rom 1000 $(PREFIX)lib/apple2/system/a2/intbasic.a65
|
|
|
|
import motherboard rom 2425 $(PREFIX)lib/apple2/system/a2/other.a65
|
|
|
|
import motherboard rom 2800 $(PREFIX)lib/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
|