# Apple 1 Cassette Library — load info
# Format: filename = load address or command
# Shown on the cassette label so the user knows what to type.
#
# ACI load:   type the range in Woz Monitor, then C100R
# BASIC load: start Integer BASIC (E000R), then type LOAD

# Integer BASIC ROM
BASIC.ogg = E000.EFFF

# Demos
APPLE50TH.ogg = 0280.0FFF
