From 7ccda180d1e59dbb5ccd26eb1a1105f1b3e7040e Mon Sep 17 00:00:00 2001 From: vonmillhausen Date: Sun, 9 Jul 2023 10:59:11 +0100 Subject: [PATCH] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated FAQ about custom firmware with latest details (initial Retroarch build! 🎉) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a5db33..5fec280 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,9 @@ So is the "Data Frog" any good? Only you can answer that question for yourself. [Read my introductory section above :)](#sf2000) ### Is there any custom firmware? -As of July 5th 2023, **no**, not yet. However efforts are underway; an SDK for the CPU has been identified, and custom firmware is now in the very early stages of development (currently, custom code execution, access to the microSD card and display, audio/video playback, and registering button inputs have been demonstrated). [A GitLab repo](https://git.maschath.de/ignatz/hcrtos) has been set up by `ignatzdraconis` for the work, and you can [follow along with discussion in the `Retro Handhelds` Discord](https://discord.com/channels/741895796315914271/1092831839955193987). +As of July 9th 2023, **no**, not yet. However efforts are underway; an SDK for the CPU has been identified, and custom firmware is now in the very early stages of development. Most recently, an "empty shell" build of Retroarch has been demonstrated to run (no emulation cores, no video driver, no audio driver, etc. - just a bare-minimum build of the Retroarch project framework). Previously, custom code execution, access to the microSD card and display, audio/video playback, and registering button inputs have been demonstrated. + +[A GitLab repo](https://git.maschath.de/ignatz/hcrtos) has been set up by `ignatzdraconis` for the work, and you can [follow along with discussion in the `Retro Handhelds` Discord](https://discord.com/channels/741895796315914271/1092831839955193987). ### I just got my SF2000; what modding can I do with it? In no particular order, some of the current customisation options available are: @@ -591,6 +593,8 @@ All of these are linked above already in their relevant sections, but just in ca --- ## Version History +- `20230709 - 1.24`: Updated FAQ about custom firmware with latest details (initial Retroarch build! 🎉) + - `20230705 - 1.23`: 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. - `20230630 - 1.22`: Added a FAQ about save games not working.