More actions
m (Text replacement - "↵Category:Support the author" to "") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox GBA Homebrews | {{Infobox GBA Homebrews | ||
|title=Multiboot menu | |title=Multiboot menu | ||
Line 14: | Line 8: | ||
|version=2020 | |version=2020 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/gbahomebrews/mbmenu. | |download=https://dlhb.gamebrew.org/gbahomebrews/mbmenu.zip | ||
|website=https://pineight.com/gba/#mbmenu | |website=https://pineight.com/gba/#mbmenu | ||
|source=https://pineight.com/gba/#mbmenu | |source=https://pineight.com/gba/#mbmenu | ||
|donation=https://www.patreon.com/pineight | |donation=https://www.patreon.com/pineight | ||
}} | }} | ||
{{#seo: | |||
|title= (Title Launchers) - GameBrew | |||
|title_mode=append | |||
|image=mbmenu2.png | |||
|image_alt=Multiboot menu | |||
}} | |||
This program lets you put several GBA multiboot (.mb) programs into one ROM for use on a flash cartridge, etc. Because it uses the [https://pineight.com/gba/#gbfs GBFS] library to locate the programs, the programs can be any size, up to 256 KB (the maximum size of a .mb program). | This program lets you put several GBA multiboot (.mb) programs into one ROM for use on a flash cartridge, etc. Because it uses the [https://pineight.com/gba/#gbfs GBFS] library to locate the programs, the programs can be any size, up to 256 KB (the maximum size of a .mb program). | ||
Latest revision as of 10:49, 23 Haziran 2024
Multiboot menu | |
---|---|
General | |
Author | Damian Yerrick |
Type | File Operation |
Version | 2020 |
License | GPL-2.0 |
Last Updated | 2020/03/19 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This program lets you put several GBA multiboot (.mb) programs into one ROM for use on a flash cartridge, etc. Because it uses the GBFS library to locate the programs, the programs can be any size, up to 256 KB (the maximum size of a .mb program).
User guide
There is an empty file called delete.me in the roms/ folder. It was added because some unzip programs will not create a folder unless it contains at least one file. Please delete it before using Multiboot Menu. Otherwise, running it from the menu will freeze the GBA.
How to use:
- Place the .mb files in the roms/ folder.
- Run mkcollection.sh.
Compilation (if you have changed the menu):
- Install devkitARM.
- Make sure the DEVKITPRO and DEVKITARM variables are populated.
- Place the .mb files in the roms/ folder.
- From Bash run build.sh.
text.chr is an 8x8-pixel monospace font designed to look slightly "cutesy" like hand printing. It's based loosely on fonts such as Ziggy Zoe, Kristen, and the font used on the boxes of Precious Moments(R) merchandise.
Changelog
2020/03/19
- Minimal port to devkitARM.
2002/10/19
- initial release.
External links
- Author's website - https://pineight.com/