Source code for ROMS.LST maker

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
I.M. Weasel
Iron Muskateer Weasel
Posts: 2780
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Fri Jan 04, 2002 4:45 am
Location: The city of the future, Los Braingeles
Has thanked: 1 time
Been thanked: 3 times
Contact:

Source code for ROMS.LST maker

Post by I.M. Weasel »

I have been trying to find source for a few of ROMS.LIST maker for DreamSNES but i can't. I found some info on the byte positions of the names on a hi & low roms, but I kinda need some example code to make it happen. If source isn't available, could someone point me to some sample code that in essence reads and writes to certain bytes within a said file?

I'm looking for stuff in C. :bow:
:arrow: http://tofuheavyindustries.com
Mac Dream Tool / Mac Dream Tool Services (released Sept. 2019)
Creator of Various awesome Video Games

"You don't have to be forgiven. Clint Eastwood taught us that."
Phantom
DC Developer
DC Developer
Posts: 1753
Joined: Thu Jan 16, 2003 4:01 am
Location: The Netherlands
Has thanked: 0
Been thanked: 0
Contact:

Post by Phantom »

Did you try to contact one of the authors? e.g. Marcus Comstedt?
"Nothing works" - Catweazle
User avatar
I.M. Weasel
Iron Muskateer Weasel
Posts: 2780
Joined: Fri Jan 04, 2002 4:45 am
Location: The city of the future, Los Braingeles
Has thanked: 1 time
Been thanked: 3 times
Contact:

Post by I.M. Weasel »

Yes it did but his email is no more.
:arrow: http://tofuheavyindustries.com
Mac Dream Tool / Mac Dream Tool Services (released Sept. 2019)
Creator of Various awesome Video Games

"You don't have to be forgiven. Clint Eastwood taught us that."
lo
DCEmu Cool Newbie
DCEmu Cool Newbie
Posts: 16
Joined: Tue Jun 08, 2004 1:43 am
Has thanked: 0
Been thanked: 0

Re: Source code for ROMS.LST maker

Post by lo »

I.M. Weasel wrote:I have been trying to find source for a few of ROMS.LIST maker for DreamSNES but i can't. I found some info on the byte positions of the names on a hi & low roms, but I kinda need some example code to make it happen. If source isn't available, could someone point me to some sample code that in essence reads and writes to certain bytes within a said file?

I'm looking for stuff in C. :bow:


hi i send mail to marcus comstedt,
he replied:



The ROMS.LST maker was written by Krypt, not me. But the
"dreamsnesinstaller" Pike script has builtin ROMS.LST generation code,
so you can just check that one (get it from the DreamSNES homepage).
It's written in Pike, not C, but if it's just the name extraction
algorithm you need, you should be able to work it out anyway. Pike
has a syntax which is very similar to C. It's the "analyze_rom()"
function you want. Also note that the check for the optional 512 byte
header takes place before analyze_rom() is called.


// Marcus

hope it's helpfull
kind regards oli_lo
User avatar
I.M. Weasel
Iron Muskateer Weasel
Posts: 2780
Joined: Fri Jan 04, 2002 4:45 am
Location: The city of the future, Los Braingeles
Has thanked: 1 time
Been thanked: 3 times
Contact:

Post by I.M. Weasel »

Oh wow,thanks for inquirin for me. actually in the time I posted this thread,i got lots and lots of help from the NSRT guys. They are the greatest! Much thanks out to them for there help. And much thanks out to you ,lo. :cheers:
:arrow: http://tofuheavyindustries.com
Mac Dream Tool / Mac Dream Tool Services (released Sept. 2019)
Creator of Various awesome Video Games

"You don't have to be forgiven. Clint Eastwood taught us that."
Post Reply