SmokeMonsterPacks / Nt-Mini-Noir-Jailbreak

Custom "Jailbreak" firmware for the Analogue Nt Mini V2 "Noir"
142 stars 14 forks source link

BIOS Required readme file incomplete #2

Closed BooBerry closed 3 years ago

BooBerry commented 3 years ago

There's more BIOS files required to get things like Intellivision working. Having a full list of all those BIOS files + having the hashes for each file (to verify each file) would be great to have.

The README.md does touch upon the two BIOS files needed to get Intellivision working, however it doesn't tell the user what they're supposed to be named. Adding the BIOS information to that file too would be great.

tjanas commented 3 years ago

@BooBerry you can get some information for most of these BIOS files from this zip file: http://blog.kevtris.org/blogfiles/ntm_firmware_verJB2.0.zip

This pull request added checksum info for almost all of them (except Intellivision and SMS). There are so many SMS BIOS variants, you can read about them at nointro

BooBerry commented 3 years ago

@tjanas Thanks for this! I also was able to figure out the Intellivision stuff and got it working too.

The Intellivision GROM needs to be named grom.bin and its CRC32 for the working one I have is 683A4158.

The Intellivision Executive ROM needs to be named intvexec1.bin and its CRC32 for the working one I have is A85FC6DD

These need to be added to the readme under the Intellivision section, because it's vague; it doesn't mention what the Executive BIOS needs to be named and its CRC32, same with the GROM binary. The info here should be able to fix that. 👍

frederic-mahe commented 3 years ago

done in commit d8ae0667f4bbdd4ecfcb9d5fe1a5e0738ce856b6 Thanks @BooBerry and @tjanas