emu/config.toml

14 lines
133 B
TOML
Raw Normal View History

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