# Apple 1 Cassette Library — Program mode infos
# 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
# XACI load:  extended format carries its own addresses — C500R, then RX RX
#             (needs Uncle Bernie's Extended ACI plugged; Hardware menu)

# Integer BASIC ROM
BASIC.aci = E000.EFFF
BASIC.ogg = E000.EFFF

# Demos
APPLE50TH.ogg = 0280.0FFF

# Uncle Bernie's extended format (8-byte from/to headers + autostart).
# No load range to type — the tape carries its own.
codebrk.aiff = C500R then RX RX
