diff --git a/tools/buttonMappingChanger.htm b/tools/buttonMappingChanger.htm index 66c97b5..31999e0 100644 --- a/tools/buttonMappingChanger.htm +++ b/tools/buttonMappingChanger.htm @@ -65,6 +65,7 @@ background-color: var(--mappingBox); padding: 1em; border-radius: 1em; + max-width: 14em; max-width: 18em; margin: 0.5em; } @@ -93,14 +94,15 @@
This tool lets you alter the button mappings for the SF2000 hand-held console; it can generate per-game mappings, as well as alter the global mappings defined in the device's bisrv.asd
BIOS file. As the SF2000 supports multiplayer gaming via an optional wireless controller (sold separately), mappings for both Player 1 and Player 2 are possible. Please note this tool is provided as-is, and no support will be given if this corrupts your device's BIOS; make sure you have backups of anything you care about before messing with your device's critical files! 🙂
This tool lets you alter the button mappings for the SF2000 hand-held console; it can generate per-game mappings, as well as alter the global mappings defined in the device's bisrv.asd
BIOS file or in the KeyMapInfo.kmp
file used by newer BIOS versions. As the SF2000 supports multiplayer gaming via an optional wireless controller (sold separately), mappings for both Player 1 and Player 2 are possible.
Please note this tool is provided as-is, and no support will be given if this corrupts your device's BIOS or keymap file; make sure you have backups of anything you care about before messing with your device's critical files! 🙂 Also note that per-ROM mappings are only possible on firmwares prior to the May 15th firmware.
This tool was originally written by nikita.burnashev (email) gmail.com; it was re-written (mostly just re-styled) by myself upon their request.
bisrv.asd
or a game ROMSelect the bisrv.asd
(for global device mappings) or game ROM file (for per-game mappings) whose button mappings you want to modify. If you're choosing your bisrv.asd
file, you should probably make a backup of it first, just in case! You can find the bisrv.asd
file in the bios
folder on your device's microSD card.
bisrv.asd
, KeyMapInfo.kmp
, or a game ROMSelect the bisrv.asd
or KeyMapInfo.kmp
(for global device mappings) or game ROM file (for per-game mappings) whose button mappings you want to modify. If you're choosing your bisrv.asd
or KeyMapInfo.kmp
file, you should probably make a backup of it first, just in case! You can find the bisrv.asd
file in the bios
folder on your device's microSD card; you can find the KeyMapInfo.kmp
file in the Resources
folder instead.
CC0: public domain. Version 1.0, 20230510.1
+CC0: public domain. Version 1.1, 20230516.1