Update config to TOML

This commit is contained in:
pjht 2022-11-11 22:14:55 -06:00
parent 57b18a0ba4
commit 68d9e64f93
2 changed files with 14 additions and 8 deletions

14
config.toml Normal file
View File

@ -0,0 +1,14 @@
[[cards]]
type = "rom"
image = "rom.bin"
[[cards]]
type = "term"
[[cards]]
type = "ram"
size = 65536
[[cards]]
type = "storage"
image = "os.dsk"

View File

@ -1,8 +0,0 @@
---
cards:
- type: rom
image: rom.bin
- type: ram
size: 65536
- type: storage
disk: os.dsk