SmokeMonsterPacks / Nt-Mini-Noir-Jailbreak

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

vs. games #33

Closed acidrain97 closed 3 years ago

acidrain97 commented 3 years ago

Ran the python script on VS. SMB and upgraded the headers to 2.0 (I guess). I'm not seeing the dip switch screen in the core options. Also how do I get the correct colors to be displayed?

tjanas commented 3 years ago

Can you share your full NES2.0 header (first 16 bytes of the file)? Can you make sure your python script is using the following:

NES_20 = 1
TRIAL_RUN = 0
VERBOSITY = 4
acidrain97 commented 3 years ago

fixed... I'm used to a everdrive/patches doing everything... First time I have ever messed with python... I'm learning. Thank you.