While "bin" files are generic containers, in retro-computing circles, this specific filename is often associated with: ROM Images
Are you having trouble getting a specific Naomi game to launch, or sp5001.bin
// Read fixed part of each record for (uint32_t i = 0; i < hdr.recCount; ++i) if (fread(&rec[i], sizeof(Sp500Record), 1, fp) != 1) fprintf(stderr, "Read error at record %u\n", i); free(rec); return 1;Where it belongs: In MAME/RetroArch, these files are usually packed into jvs13551.zip. The emulator looks for this file in the system folder or directly inside the ROM zip file depending on the set type (merged vs. non-merged). Troubleshooting & Technical Details While "bin" files are generic containers, in retro-computing