diff options
author | neonloop | 2021-03-31 16:26:36 +0000 |
---|---|---|
committer | neonloop | 2021-03-31 16:26:36 +0000 |
commit | 295b35c2f32887a1b73b1509668bf278c52929e1 (patch) | |
tree | fb6e5905f2daa864cc6cd1c61b7b32610ed94eae /bios_data.S | |
parent | 3ef78ae250b5460bf1b69c4d1f05e27985fa9d1b (diff) | |
parent | fd2079354572372f4516fcc13c51992ef4b4c715 (diff) | |
download | picogpsp-295b35c2f32887a1b73b1509668bf278c52929e1.tar.gz picogpsp-295b35c2f32887a1b73b1509668bf278c52929e1.tar.bz2 picogpsp-295b35c2f32887a1b73b1509668bf278c52929e1.zip |
Merge remote-tracking branch 'libretro/master' into pico-fe
Diffstat (limited to 'bios_data.S')
-rw-r--r-- | bios_data.S | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bios_data.S b/bios_data.S new file mode 100644 index 0000000..ff3f2c8 --- /dev/null +++ b/bios_data.S @@ -0,0 +1,9 @@ + +.globl _open_gba_bios_rom +.globl open_gba_bios_rom + +.data +_open_gba_bios_rom: +open_gba_bios_rom: + .incbin "bios/open_gba_bios.bin" + |