This is the pre-release version of MakeRom Don't ask me about this program, I wrote it in 10 minutes for my own testing purposes. I'm releasing it in case you want to use it for what I do. Here's what it does: * Strips the 6 byte .com header from a cc65 produced file (with link65). * Adds a 16 byte .nes header (mapper, banks, mirroring, etc) * Sets to 1 prg bank, 0 chr bank, mapper 0, no flags set * Copies the actual code from the .com file and fills and null pads to 16k * It's supposed to set the reset vector to $C000, but it doesn't work right Just type: makerom It will produce a .nes file of the same name. So typing: makerom mygame.com produces mygame.nes. I will add to this program to do things like chr banks, mappers, flags, etc. For now, I doubt you'll need to be able to make games with more than one prg bank anyways. I'll add chr bank functionality soon (when I need it). Thanks, Nick (nickman@diac.com)