Just a thought on the nameing convention. But what about using a batch file to rename the files? Wel.. This is a little harder to explain then I had originally thought.
Have a text file with the rom names minus the ext. Have a list of image filenames that correspond to the rom. Like so:
rename 10_yard_fight_01.png 10yardfight(!)(U).png
rename 1942_01.png 1942(!)(U).png
reanme 1943_01.png 1943(U)(#).png
rename 720_01.png 720(J)(!).png
(Note the goodtools codes are all wrong and are Just for example)
etc..
The amount of typing could be shortened by using a dos window to copy and past the filenames. And you can use notepads Find and Replace feature to replace the .nes ext.
I'm sure I could just code something in Visual basic .Net/C# to do this also. But if I do it everyone who uses it will need to have the .NET framework installed.
