ISO generation: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
(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...")
 
mNo edit summary
 
Line 17: Line 17:
</pre>
</pre>


[[Category:Tools]]
[[Category:Code]]

Latest revision as of 20:05, 3 July 2012

[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