Update config to TOML
This commit is contained in:
parent
57b18a0ba4
commit
68d9e64f93
14
config.toml
Normal file
14
config.toml
Normal 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"
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
cards:
|
||||
- type: rom
|
||||
image: rom.bin
|
||||
- type: ram
|
||||
size: 65536
|
||||
- type: storage
|
||||
disk: os.dsk
|
Loading…
Reference in New Issue
Block a user