mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 08:11:33 +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
|
.arm
|
||||||
.section .entrypoint.multiboot, "ax", %progbits
|
.section .entrypoint.multiboot, "ax", %progbits
|
||||||
.align
|
.align
|
||||||
|
b __mb_entry
|
||||||
@ Filled in by gbafix
|
@ Filled in by gbafix
|
||||||
.space 192
|
.space 188
|
||||||
@ multiboot launch point
|
@ multiboot launch point
|
||||||
.global __mb_entry
|
.global __mb_entry
|
||||||
__mb_entry:
|
__mb_entry:
|
||||||
|
|
Loading…
Reference in a new issue