Make sure mgba recognises this as a GBA rom

This commit is contained in:
Gwilym Inzani 2023-10-17 23:44:48 +01:00
parent c9c8d9e879
commit 41bda0036f

View file

@ -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: