You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,18 +58,20 @@ If you have one of these carts, you will need to grab an empty SD card, insert i
56
58
3. Extract and copy the *contents* of the zip file to your flashcart's SD card root.
57
59
4. A lot of the emulators included in this package require a BIOS file, or can use one to improve compatibility. You can obtain the BIOS files for each emulator and place them in the appropriate locations, like so (expected file name is in parentheses):
58
60
61
+
- BIOS **Required for Use**
62
+
- GBARunner3 - (`bios.bin`) - `/_gba`
63
+
- ColecoDS (`coleco.rom`) - `/roms/bios`
64
+
59
65
- BIOS **Optional**, but Highly Recommended:
60
66
- A8DS (`atarixl.rom`, `atariosb.rom`, or `ataribas.rom`) - `/roms/bios`
61
67
- A5200DS (`5200.rom`) - `/roms/bios`
62
68
- A7800DS (`highscore.rom` - for 7800 High Score saving) - `/roms/bios`
63
-
- GBARunner2 (`bios.bin`) - `/gba` or `/_gba`
69
+
- GBARunner2 (`bios.bin`) - `/_gba`
64
70
- GameYob (`gbc_bios.bin` - provides color in GBC titles) - `/roms/gb/`
65
71
- S8DS - See [GitHub ReadMe](https://github.com/FluBBaOfWard/S8DS), multiple BIOSes supported.
66
-
67
-
- BIOS **Required**
68
-
- ColecoDS (`coleco.rom`) - `/roms/bios`
69
72
70
73
### Notes on Emulators in This Package
74
+
- While GBARunner2 will work without a BIOS, GBARunner3 **will not** until one is placed in `_gba`. Be sure to add a GameBoy Advance BIOS before using it.
71
75
- JenesisDS requires ROMs to be in `.gen`, `.bin`, or `.smd` format to be recognized in the file browser. If you have `.md` ROMs, rename them to `.gen` or `.bin` before placing them in `/ROMs/gen` on your SD card.
72
76
- NeoDS requires ROMs to be converted to `.neo` format before they can be used. [See this README before using.](https://github.com/flashcarts/AOS/blob/master/extras/NeoDS-ReadMe.md)
0 commit comments