Commit Graph

114 Commits

Author SHA1 Message Date
vonmillhausen
462672a757 Added support for the new "August 3rd" BIOS
There's a new BIOS revision floating around (MD5 hash first posted in Discord on August 3rd); no official announcement from Data Frog about it yet, but I've gone ahead and added support for it to the Boot Logo Changer and the Button Mapping Changer tools
2023-08-19 17:45:25 +01:00
vonmillhausen
fbd7946b29 Update README.md
Updated the custom firmware FAQ answer with the latest progress notes. Replaced the bootloader bug FAQ with a more generic FAQ covering the main situations under which the SF2000 fails to boot correctly. Added a brief note on the mysterious new `August 3rd` BIOS that has started appearing on some newer devices.
2023-08-19 17:44:04 +01:00
vonmillhausen
3fa782a667 Update README.md
Updated the custom firmware FAQ answer with the latest progress notes.
2023-08-04 12:04:38 +01:00
vonmillhausen
91450f8364 Update README.md
Added a link to "ZFBTool" by `dteyn` in the "Tools and Links" section. Updated the custom firmware FAQ answer with the latest progress notes.
2023-07-30 13:32:39 +01:00
vonmillhausen
adf653fb7d Update README.md
Fixed Discord links (thanks `xdpirate`!). Added mention of Tadpole to FAQ about changing menu links.
2023-07-24 11:10:21 +01:00
vonmillhausen
476417f9f1 Update README.md
Corrected that gpSP Retroarch core demo does indeed have sound (but it's stuttery/crackly). Added a new FAQ about where to ask questions. Updated the Audacity steps for custom sound creation with some additional detail.
2023-07-20 11:31:40 +01:00
vonmillhausen
f0c77df3ab Update README.md
Another custom firmware FAQ update (a second core, gpSP, has now been compiled and is at an early stage of running).
2023-07-20 00:37:39 +01:00
vonmillhausen
33ddbf1732 Update README.md
Moved most of the intro section under the "Is this thing any good?" FAQ, and slightly reworded parts of it. Fixed a few typos.
2023-07-19 11:31:20 +01:00
vonmillhausen
44efbf903f Update README.md
Updated FAQ about custom firmware with latest details (first running Retroarch core! 🎉)
2023-07-18 11:58:52 +01:00
vonmillhausen
6768f35426 Update README.md
Updated FAQ about custom firmware with latest details (Retroarch input driver in basic functional state)
2023-07-14 10:13:06 +01:00
vonmillhausen
e0117e1aca Update README.md
Updated FAQ about custom firmware with latest details (Retroarch video driver is now able to display the main menu!)
2023-07-13 00:07:42 +01:00
vonmillhausen
19c30ef2f3 Update README.md
Added link to `Zerter#4954`'s new main menu icon editor tool.
2023-07-10 14:20:37 +01:00
vonmillhausen
7ccda180d1 Update README.md
Updated FAQ about custom firmware with latest details (initial Retroarch build! 🎉)
2023-07-09 10:59:11 +01:00
vonmillhausen
9d7ed94b3b Update README.md
Just removing some formatting from headers; the HTML IDs being generated by the Github theme don't match the format being generated by my IDE for the TOC, breaking the links. This is why we can't have anything nice.
2023-07-05 23:54:43 +01:00
vonmillhausen
554b1b8161 Update README.md
Updated FAQ about custom firmware with latest details. Moved "what can I do" bullet point about custom themes to its own separate FAQ to make it easier to find, and added more details about how to actually _install_ a theme.
2023-07-05 11:56:54 +01:00
vonmillhausen
8e6013778b Update README.md
Added a FAQ about save games not working.
2023-06-30 22:52:44 +01:00
vonmillhausen
25ce2e3221 Transitioned to shared Javascript library
There was a lot of repeated JS across all my tools (e.g., image conversion, BIOS hash checking, etc.), and so I decided to move all shared code out to its own separate library. This will improve scalability and maintainability at the cost of portability - a fair trade in my opinion.

This work also involved large-scale refactoring of all of the tools. There's no actual functional difference (all the tools should behave exactly the same), bar some UI improvements for the oldest tools as a result of moving to the same codebase used by the more recent tools.
2023-06-26 14:11:01 +01:00
vonmillhausen
617b8e5365 Moved tool CSS to shared CSS file
Just for future flexibility, moved the CSS from each individual tool to a shared CSS library
2023-06-26 13:19:47 +01:00
vonmillhausen
97acb14959 Set HTML language for boot logo changer and CRC32 patcher 2023-06-26 13:17:35 +01:00
vonmillhausen
773c9c7f0b Update README.md 2023-06-26 11:28:57 +01:00
vonmillhausen
02da7243c2 Update README.md
Added a FAQ about slow SNES games. Updated details of CFW development with the latest status. Added a link to the discovered SDK. Added a link to `Zerter#4954`'s new theme collection site. Added a link to the Tadpole tool by `.ericgoldstein`.
2023-06-26 10:25:00 +01:00
vonmillhausen
f9176f1e6f Added FAQ about volume over A/V
Added a FAQ about low audio volume over A/V on newer firmwares, and a potential workaround identified by `Zerter#4954`
2023-06-25 20:16:44 +01:00
vonmillhausen
a1ebc9cdab Update README.md 2023-06-22 11:13:40 +01:00
vonmillhausen
3deb1cb199 Updated Creative Commons links to HTTPS 2023-06-22 11:04:54 +01:00
vonmillhausen
005ed65e6c Update README.md
Just changed references to "May 22nd firmware" to `05.22` instead for consistency
2023-06-22 11:04:03 +01:00
vonmillhausen
f1450f7cf8 Update README.md
Added a note about the `gba_bios.bin` loading bug, and how to work around it (thanks `bnister`!)
2023-06-22 11:03:28 +01:00
vonmillhausen
75e47e0653 Update saveStateTool.htm
Added some functionality to search for and strip Retroarch save state headers if they're found in the input data when converting to SF2000 format. See Javascript comments on function `stripRetroarchHeaders` for more details
2023-06-21 22:36:58 +01:00
vonmillhausen
41ccbaec04 Update README.md
Just a quick CFW update (still "no", but audio playback has been demonstrated)
2023-06-21 19:59:07 +01:00
vonmillhausen
465775427b Fixed rmapi.tax image preview link
Was incorrectly pointing to an old `rmapi.png` file which is no longer accurate for current firmware versions, now pointing to `rmapi.tax.png` - thanks `davyper`!
2023-06-19 22:29:34 +01:00
vonmillhausen
e163a0a841 Update README.md
Fixed a typo in the FAQ re: the battery type you can upgrade to (thanks `tris9060`!)
2023-06-19 10:08:37 +01:00
vonmillhausen
749e1f9f00 Update README.md
Added a question to the FAQ regarding how to change the main menu shortcuts.
2023-06-18 01:27:24 +01:00
vonmillhausen
bb099a44b3 Added FAQ and bootloader bugfix sections 2023-06-17 10:52:47 +01:00
vonmillhausen
6b91ee4a89 Another default ROMs update
Decided to do a bit of digging into the ROMs with corrupt thumbnails, to see if I could determine it programmatically; turns out yup, they all have thumbnail data that's longer than the 59,904 bytes the format allows for. Updated my WQW-scanning code to find the first offset, and now I flag any ROMs whose thumbnail data is too long.

This change also let me fix up and match a few more ROMs where the WQW zip file is actually fine, but is just at the wrong place in the file.
2023-06-10 14:58:30 +01:00
vonmillhausen
1d38e04550 Oops, broke all other systems when fixing NES hashes
If a job's worth doing right, it's worth doing wrong at least twice first 😅
2023-06-09 22:43:58 +01:00
vonmillhausen
6f1607056b Updated NES default ROM details
Turns out the SF2000's NES ROMs contain an "iNES" header, which No-Intro doesn't like; stripped the header now, and compared against the "headerless" DAT - thanks to `osaka#9664` for the tip!
2023-06-09 22:36:12 +01:00
vonmillhausen
1b8e83f806 Added info about the default included ROMs
Including HTML/CSV files matching the ROMs against the current No-Intro database
2023-06-09 21:49:18 +01:00
vonmillhausen
a661739a81 Update README.md
Added a "Favourites and History" section detailing the format of the `Favorites.bin` and `History.bin` files.
2023-06-05 23:05:27 +01:00
vonmillhausen
9aa32906ba Update README.md 2023-06-05 14:39:50 +01:00
vonmillhausen
3421f0df35 New Tool: Save State Tool
Added a new tool for extracting and creating SF2000 save state files. Also added details to the main page about the save state file format, and about the mysterious arcade `.skp` files
2023-06-05 14:38:48 +01:00
vonmillhausen
11474f6df6 Added some workaround suggestions for the system logo/"Games Exist" UI issue 2023-05-30 23:52:08 +01:00
vonmillhausen
e975a303af Added notes for theme creators, link to community compatibility spreadsheet 2023-05-30 23:01:35 +01:00
vonmillhausen
1bad251366 Update README.md 2023-05-29 11:20:37 +01:00
vonmillhausen
da406c350d Added CRC32 patcher tool, updated Audacity instructions
Audacity instructions were for Audacity 2.x, have now been updated for 3.x
2023-05-26 13:01:55 +01:00
vonmillhausen
51bbbbf0a9 Added Audacity mini-tutorial 2023-05-25 23:08:40 +01:00
vonmillhausen
c7c0065144 Update README.md 2023-05-25 12:05:48 +01:00
vonmillhausen
b43b173797 Added emulator version information 2023-05-25 12:00:50 +01:00
vonmillhausen
f51ba1c1a5 Added Foldername.ini documentation 2023-05-25 11:39:39 +01:00
vonmillhausen
379d9c74cd Renamed the new arcade files
Bah, github.io strikes again
2023-05-24 14:24:11 +01:00
vonmillhausen
663baa97b3 Bigger update...
Added a new tool, the Generic Image Tool - allows you to convert SF2000 images to PNG, and PNG/JPEG images to SF2000 formats with several options.

Also added a large amount of arcade-specific information thanks to some heroic work by `adcockm#8175`, fixed some typos thanks to `Luke#4448`, and tracked down where an "unused" image was actually being used thanks to `kid_sinn#9691`
2023-05-24 14:07:54 +01:00
vonmillhausen
07f171ecab Update README.md
Mental note: don't use ampersands in headings again 🤦
2023-05-22 20:16:14 +01:00