Yes it is VERY MUCH possible to rip ROMs LEGALLY from games you yourself purchaces. Used copier can be bought here:
*deleted web address because I don't want a run on the stores when gamers realize you can actually get these still, as I don't want them sold out before I buy mine*
and here:
*deleted web address because I don't want a run on the stores when gamers realize you can actually get these still, as I don't want them sold out before I buy mine*
Or you can make them yourself (homebrew) LEGALLY or download LEGALLY homebrew games that have been released to the public domain by their creators.
I'm trying to make my own game and I want to include my own game name. I know there's data in standard for SNES games' internal headers (not counting additional headers appended by copier devices if used). In the middle of this jungle of data that is the game's header, specifying everything from video standard used NTSC/PAL to licensee (nintendo, capcom, bandai, etc), there are 22 bytes dedicated to specifying the title of the software (such as "Super Mario World ") and yes spaces are added for padding if the name is to short. Now I've read this is true, but I don't know how to go about editing to assign my own name. I've been fortunate enough to find some PD source code from a tutorial, but everything EXCEPT and SNES game header is in the assembly code (presumably it's added by the assembler itself to make the game runnable and it ALWAYS leaves the game_title field blank). Since there I found no way to edit the title BEFORE assembly, I'm going to need to edit it AFTER assembly with some kind of editing software. Now I've been looking for
"snes header editor"
"snes info editor"
"snes rom info editor"
"snes game name editor"
etc
etc
etc
in google search, and find ABSOLUTELY FREAKING NOTHING that will do what I need. Please direct me to such a program that I might have overlooked, or write such a program for me, or give me the specifications I'll need for this one task so I can make my own editor in VB6 (don't direct me to online articles/wikis that provid the entire SNES game header specification, as I just need to know how to edit the game_title or game_name field or whatever it's called).