# Specify rom to load from $0000 in z80 memory space
BOOTROM roms/rom.bin
#
# This line must be present as it specifies the bootloader in prom
EEPROM F000 roms/bootcode.epr
#
# The next lines are optional if a boot-from-prom is required
EEPROM 800 roms/FLOSv608.OSF
#
# The next lines specify an sd card image to mount
SDCARD 0 roms/sample.img
#
# Uncomment the WRITEENABLE line to make sd cards writable
# Uncomment the NOWRITEPROMPT line to bypass write confirmation
WRITEENABLE
#NOWRITEPROMPT