custom rom build.

This commit is contained in:
Samuel Walker 2025-01-30 18:03:37 -07:00
parent ba56bd2491
commit 6a82e9fa03
Signed by: piwalker
GPG Key ID: 616B1928705EA4C9
2 changed files with 11 additions and 0 deletions

11
roms/test.asm Normal file
View File

@ -0,0 +1,11 @@
SECTION "Header", ROM0[$100]
nop ; offset jump
jp EntryPoint ; entry point
ds $30, 0 ; nintendo logo
db "My Test ROM ", 0 ; title
ds $150 - @, 0
EntryPoint:
xor a
halt

BIN
roms/test.gb Normal file

Binary file not shown.