home *** CD-ROM | disk | FTP | other *** search
/ CD-X 1 / cdx_01.iso / demodisc / basq / source / poweru / dformat.txt < prev    next >
Encoding:
Text File  |  1993-05-24  |  579 b   |  17 lines

  1. Overlay module v1.0 format by Psycho (C) '93
  2.  
  3. The overlay module begining at end of base file.
  4. On this position are the overlay header.
  5. At to this position a dword type pointer refer that on is the file-end.
  6.  
  7. Now coming the header:
  8.  
  9. offset 0:    (word)    predefined ID
  10. offset 2:    (word)    user defined ID
  11. offset 4:    (dword)    pointer to the overlay item in the file.
  12. offset 8:    (dword) overlay item length in bytes
  13.  
  14. And this repeating.
  15. If no more overlay item when the all member in present header equal 0.
  16. On the file-end is a five bytes control string that equal : 'PSO10'
  17.