summaryrefslogtreecommitdiff
path: root/gba_memory.h
diff options
context:
space:
mode:
authorDavid Guillen Fandos2021-03-22 21:45:52 +0100
committerDavid Guillen Fandos2021-03-22 21:45:52 +0100
commitf6f3a910397afb769f84d1332014c4eda1fedebe (patch)
treeb8885300d4e020da90d4308df2e9dba03d46fde5 /gba_memory.h
parenteab44b9e0b9dcb5cf7fa7b6851fa5454041da930 (diff)
downloadpicogpsp-f6f3a910397afb769f84d1332014c4eda1fedebe.tar.gz
picogpsp-f6f3a910397afb769f84d1332014c4eda1fedebe.tar.bz2
picogpsp-f6f3a910397afb769f84d1332014c4eda1fedebe.zip
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).
Diffstat (limited to 'gba_memory.h')
-rw-r--r--gba_memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gba_memory.h b/gba_memory.h
index 9352e88..eaa5bab 100644
--- a/gba_memory.h
+++ b/gba_memory.h
@@ -201,6 +201,7 @@ extern u32 gbc_sound_update;
extern u32 gbc_sound_wave_update;
extern dma_transfer_type dma[4];
+extern u8 open_gba_bios_rom[1024*16];
extern u32 bios_read_protect;
extern u16 palette_ram[512];
extern u16 oam_ram[512];