SmokeMonsterPacks / Nt-Mini-Noir-Jailbreak

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

7800 core #34

Closed acidrain97 closed 3 years ago

acidrain97 commented 3 years ago

I'm guess this has to do with the POKEY chip not hearing any music played in Commando. SFXs are there just no music.

tjanas commented 3 years ago

I'm guess this has to do with the POKEY chip not hearing any music played in Commando. SFXs are there just no music.

Did you verify that byte 0x36 is set to a value of 0x03 in your Commando rom?

acidrain97 commented 3 years ago

How is that done and how do I change it.

tjanas commented 3 years ago

How is that done and how do I change it.

I recommend HxD Hex Editor

acidrain97 commented 3 years ago

Looking at this page http://7800.8bitdev.org/index.php/A78_Header_Specification#Adding_Or_Modifying_an_A78_Header_on_an_Existing_ROM

I simply do not understand where to find byte 0x36 or how to change it. I have been googling but I guess this stuff is beyond my comprehension. I've looked into 7800 header editors can't figure that out either. So I give up.

Spazilton commented 3 years ago

Here is the byte that needs to be changed. You must open it in a hex-editor, I would suggest a program like HxD if you are running windows. 0x36 is highlighted on the picture below to illustrate.

https://imgur.com/a/bzYgM9G

acidrain97 commented 3 years ago

got it... thanx