diff options
author | David Guillen Fandos | 2021-03-22 21:45:52 +0100 |
---|---|---|
committer | David Guillen Fandos | 2021-03-22 21:45:52 +0100 |
commit | f6f3a910397afb769f84d1332014c4eda1fedebe (patch) | |
tree | b8885300d4e020da90d4308df2e9dba03d46fde5 /bios | |
parent | eab44b9e0b9dcb5cf7fa7b6851fa5454041da930 (diff) | |
download | picogpsp-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 'bios')
-rw-r--r-- | bios/README.md | 7 | ||||
-rw-r--r-- | bios/open_gba_bios.bin | bin | 0 -> 16384 bytes |
2 files changed, 7 insertions, 0 deletions
diff --git a/bios/README.md b/bios/README.md new file mode 100644 index 0000000..64d6679 --- /dev/null +++ b/bios/README.md @@ -0,0 +1,7 @@ + +This BIOS is an open source replacement for Nintendo's official BIOS. +It was written originally by Normmatt and the VBA/VBA-M team, and its source +code can be found at https://github.com/Nebuleon/ReGBA/tree/master/bios + +It is distributed under the GPL2 license (see repo) + diff --git a/bios/open_gba_bios.bin b/bios/open_gba_bios.bin Binary files differnew file mode 100644 index 0000000..802982e --- /dev/null +++ b/bios/open_gba_bios.bin |