mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
Make sure mgba recognises this as a GBA rom
This commit is contained in:
parent
c9c8d9e879
commit
41bda0036f
|
@ -31,8 +31,9 @@ __start:
|
|||
.arm
|
||||
.section .entrypoint.multiboot, "ax", %progbits
|
||||
.align
|
||||
b __mb_entry
|
||||
@ Filled in by gbafix
|
||||
.space 192
|
||||
.space 188
|
||||
@ multiboot launch point
|
||||
.global __mb_entry
|
||||
__mb_entry:
|
||||
|
|
Loading…
Reference in a new issue