mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 22:15:01 +03:00
078a9f5897
* all sorts of imports and such * oops * names and such
9 lines
226 B
YAML
9 lines
226 B
YAML
- name: makerom
|
|
type: code
|
|
start: 0x0
|
|
subsegments:
|
|
- {start: 0x0, type: header, name: header}
|
|
- {start: 0x40, type: bin, name: ipl3}
|
|
- {start: 0x1000, type: asm, vram: 0x80000400, name: entry}
|
|
|