makerom and main

This commit is contained in:
Alejandro Javier Asenjo Nitti
2023-10-06 07:03:29 -03:00
parent 040ec0e954
commit 6d55487ac3
2 changed files with 9 additions and 13 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
- name: main
type: code
dir: main
start: 0x1050
vram: 0x80000450
follows_vram: entry
bss_size: 0x9B1F0
subsegments:
- [0x1050, bin]
+8 -12
View File
@@ -1,14 +1,10 @@
- name: header
type: header
start: 0x0
- name: boot
type: bin
start: 0x40
- name: entry
- name: makerom
type: code
start: 0x1000
vram: 0x80000400
start: 0x0
subsegments:
- [0x1000, asm]
- [0x000000, header, makerom/header]
- [0x000040, bin, makerom/ipl3]
- start: 0x001000
type: hasm
name: makerom/entry
vram: 0x80000400