Jump to content

download a rom for mac


M.Ulrich

Recommended Posts

Thanks for your reply. I did find one called "nestopia" It was at http://www.bannister.org/software/nestopia.htm. Is there one that you would recommend? I was also wondering if there was other programs at the links that you gave me. I tried downloading the TSBTool and is was not compatible with my mac. I really want to learn to edit the games as others have.

Any input would be great.

Mike

Link to comment
Share on other sites

If you're using a Mac, you may be out of luck (editing TSB ROMS).

TSBTool runs under the .NET framework, which is a Microsoft framework.

You may be able to get it to run on your mac using mono http://www.mono-project.com/Mono:OSX#Introduction_to_Mono_on_MacOS_X.

But the GUI may not work well.

I'm pretty sure you can use TSBTool from the command line under Mono (it's not as straight forward, but it's still much the same).

Sample command line:

# list contents of a rom, placing the data into a text file

$ mono TSBTool.exe TSPRBOWL.nes > data.txt

# apply the contents of data.txt to a new rom, using TSPRBOWL.nes as a base

$ mono TSBTool.exe TSPRBOWL.nes data.txt -out:newRom.nes

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...