From f6f3a910397afb769f84d1332014c4eda1fedebe Mon Sep 17 00:00:00 2001 From: David Guillen Fandos Date: Mon, 22 Mar 2021 21:45:52 +0100 Subject: Adding Normmatt's BIOS as a built-in BIOS Add options to select whether to boot from BIOS (default is no, as it is now) and whether to use the original bios or the builtin one (default is auto, which tries to use the official but falls back to the builtin if not found). --- bios_data.S | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bios_data.S (limited to 'bios_data.S') diff --git a/bios_data.S b/bios_data.S new file mode 100644 index 0000000..9de9d8a --- /dev/null +++ b/bios_data.S @@ -0,0 +1,7 @@ + +.globl open_gba_bios_rom + +.data +open_gba_bios_rom: + .incbin "bios/open_gba_bios.bin" + -- cgit v1.2.3