os-z80/config.toml
2023-09-03 10:03:51 -05:00

15 lines
161 B
TOML

[[cards]]
type = "rom"
image = "rom.bin"
[[cards]]
type = "term"
[[cards]]
type = "ram"
num_pages = 128 # 512 KiB
[[cards]]
type = "storage"
image = "os.dsk"