From cb6e8a392f3dd2416e658eea813d90a73ae7e629 Mon Sep 17 00:00:00 2001 From: vonmillhausen Date: Tue, 16 May 2023 18:13:48 +0100 Subject: [PATCH] Update buttonMappingChanger.htm Updated to support the new May 15th firmware. Also took the opportunity to make a few tweaks, including presenting the button tables in a more standard "ABXYLR" order, regardless of the byte-order in the actual SF2000 data files --- tools/buttonMappingChanger.htm | 107 +++++++++++++++++++++++---------- 1 file changed, 74 insertions(+), 33 deletions(-) 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 @@

Data Frog SF2000 Button Mapping Tool

-

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.


-

Step 1: Select bisrv.asd or a game ROM

-

Select 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.

+

Step 1: Select bisrv.asd, KeyMapInfo.kmp, or a game ROM

+

Select 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.

- +
@@ -119,7 +121,7 @@
-

CC0: public domain. Version 1.0, 20230510.1

+

CC0: public domain. Version 1.1, 20230516.1

\ No newline at end of file