emu/config.toml

14 lines
143 B
TOML
Raw Normal View History

2022-11-11 22:11:06 -06:00
symbol_tables = ["rom/rom.elf"]
[[cards]]
type = "rom"
image = "rom/rom.bin"
[[cards]]
type = "ram"
size = 4096
[[cards]]
type = "storage"