bancuri, glume, imagini, video, fun, bancuri online, bancuri tari, imagini haioase, videoclipuri haioase, distractie online Pe HaiSaRadem.ro vei gasi bancuri, glume, imagini, video, fun, bancuri online, bancuri tari, imagini haioase, videoclipuri haioase, distractie online. Nu ne crede pe cuvant, intra pe HaiSaRadem.ro ca sa te convingi.

BACK

Example how to hack the music from .nes ROM images

In this example I will demonstrate how to rip the sound file from "Super Mario Bros. 3" NES edition:

- for this you need the oryginal 393232 bytes ROM image, and after you rip manualy the sound tracks file you can skip editing and insering the internal configuration part if you apply the demo smb3ory.ips pach :) but you still have to edit the soundfile header!

- what you need to do is to split the ROM image file in 5 parts:

smb3001.bin [229392 bytes] (code+data),

smb3002.bin [ 16384 bytes] (music),

smb3003.bin [ 08192 bytes] (data),

smb3004.bin [ 08192 bytes] (music),

smb3005.bin [131072 bytes] (graphics).

- if you do not know how or you think is dificult or to easy to do this plese contact me, thanks!

- note that the order is the same as the binary table is located in the ROM file!

- to make the sound file you will need the nsf heder, the smb3002.bin, the smb3004.bin files and the missing part from smb3002.bin file :)

- now I will include some file I use to copy in 1 file all this:

makenes.bat (I have used to copy in binary mode all the parts):

copy /b smb3001.bin+smb3002.bin+smb3003.bin+smb3004.bin+smb3005.bin smb3new.nes

smb3024.nsh ( this is the binary sound file header I have used):

makensf.bat (used to make the .nsf music traks file)

copy /b smb3024.nsh+smb3002.bin smb3_1-3.nsb

copy /b smb3_1-3.nsb+smb3004.bin smb3024.nsf 15KB, zip

BACK