Making an ISO file

From NeoGeo Development Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

To make your own ISO file:

See Game CD structure.

Use mkisofs (Windows, Linux).

mkisofs -iso-level 1 -o output.iso -pad -N -V "NGCDTEST" P1.PRG M1.Z80 SPR.SPR S1.FIX V1.PCM ABS.TXT BIB.TXT CPY.TXT IPL.TXT
  • -iso-level-1: The NeoGeo CD is compatible with this level only.
  • -pad: Just in case.
  • -N: Remove file version info.
  • -V: Specify volume ID string.