ISO generation

From NeoGeo Development Wiki
Revision as of 05:32, 4 July 2011 by Furrtek (talk | contribs) (Created page with "http://www.student.tugraz.at/thomas.plank/index_en.html Mkisofs can be used to automate the making of ISO images from various files. ===Command line example=== <pre> mkisof...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

[Mkisofs] can be used to automate the making of ISO images from various files.

Command line example

mkisofs -iso-level 1 -o neogeocd.iso -pad -N -V "NGCDTEST" P1.PRG M1.Z80 SPR.SPR S1.FIX V1.PCM IPL.TXT ABS.TXT BIB.TXT CPY.TXT

With the IPL file containing:

P1.PRG,0,0
M1.Z80,0,0
SPR.SPR,0,0
S1.FIX,0,0
V1.PCM,0,0