Starship/yamls/us/makerom.yaml

15 lines
212 B
YAML
Raw Normal View History

2023-10-06 14:16:58 +03:00
- name: header
type: header
2023-10-06 13:03:29 +03:00
start: 0x0
2023-10-06 14:16:58 +03:00
- name: ipl3
type: bin
start: 0x40
- name: entry
type: code
start: 0x1000
vram: 0x80000400
2023-10-06 12:11:46 +03:00
subsegments:
2023-10-06 14:16:58 +03:00
- [0x1000, asm, entry]