TXT file: Difference between revisions

From NeoGeo Development Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Three text files (excluding the [[IPL file]]) are necessary for the CD to be recognized.
Three text files (excluding the [[IPL file]]) are necessary for a game CD to be recognized.


*CPY.TXT: "Copyright by SNK corporation", 0x1A
They must contain '''exactly''' the following text (without quotes):
*BIB.TXT: "Bibliographiced by SNK corporation", 0x1A
*ABS.TXT: "Abstracted by SNK corporation", 0x1A


Those exact strings can be found in the [[CD1 hardware|CD1]] [[BIOSes|BIOS]] dump (FRONT-SP1) @$F5A8.
* CPY.TXT: "Copyright by SNK corporation"
* BIB.TXT: "Bibliographiced by SNK corporation"
* ABS.TXT: "Abstracted by SNK corporation"
 
No null character or carriage return required.


[[Category:CD systems]]
[[Category:CD systems]]

Latest revision as of 01:48, 10 February 2017

Three text files (excluding the IPL file) are necessary for a game CD to be recognized.

They must contain exactly the following text (without quotes):

  • CPY.TXT: "Copyright by SNK corporation"
  • BIB.TXT: "Bibliographiced by SNK corporation"
  • ABS.TXT: "Abstracted by SNK corporation"

No null character or carriage return required.