Batch Removal of SNES ROM Headers?

InVerse

New member
Does anyone know a simple way to go about removing the headers of a large group of SNES ROMs all at once? I'm trying to audit my SNES ROMs and the No-Intro DATs require ROMs to be headerless. It's going to be a pain in the ass to remove the headers of hundreds of ROMs individually, so I was hoping there was another option but, thus far, Google has yet to reveal the secret unto me.

EDIT: And the answer was... NSRT.
 
Last edited:
if(filesize(filename)%0x8000>0)fltruncate(filename, (filesize(filename)/0x8000)*0x8000);
 
Back
Top Bottom