mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-10 04:02:26 +03:00
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}
|
|
|