Game CD structure: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
m (Created page with "==Recognized files== From table in BIOS dumps: *IPL file (no type) *PRG files (type 0) *FIX files (type 1) *SPR files (type 2) *Z80 files (type 3...")
 
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
It seems that the NeoGeo CD wants at least a PRG, FIX, SPR, Z80 and PCM loaded in IPL.TXT, or else it will simply reset after loading.
There must be no more than 512 files on the whole CD.
==Recognized files==
==Recognized files==


From table in [[BIOSes|BIOS]] dumps:
From table in [[System ROM]] dumps:
*[[IPL file]] (no type)
*[[IPL file]] (no type)
*[[PRG file]]s (type 0)
*[[PRG file]]s (type 0)

Latest revision as of 23:21, 31 May 2017

It seems that the NeoGeo CD wants at least a PRG, FIX, SPR, Z80 and PCM loaded in IPL.TXT, or else it will simply reset after loading.

There must be no more than 512 files on the whole CD.

Recognized files

From table in System ROM dumps: