14 lines
133 B
TOML
14 lines
133 B
TOML
symbol_tables = []
|
|
|
|
[[cards]]
|
|
type = "rom"
|
|
image = "../rom/rom.bin"
|
|
|
|
[[cards]]
|
|
type = "ram"
|
|
size = 4096
|
|
|
|
[[cards]]
|
|
type = "storage"
|
|
|