STOS.MBS: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 18: Line 18:
 
total_size bytes Memory banks
 
total_size bytes Memory banks
 
</pre>
 
</pre>
  +
--[[User:Nyh|Nyh]] 16:20, 10 July 2007 (EDT)

Revision as of 21:20, 10 July 2007

STOS .MBS file structure

All 15 memorybanks in one file

MBS_HEADER
{
  10 bytes  Magic "Lionpoubnk": STOS memorybanks
   1 long   0
   1 long   total size excluding the MBS_HEADER
15 x
{
  1 byte   bank type
  3 byte   bank length
}
___+
 78 byte   header size
}
total_size bytes   Memory banks

--Nyh 16:20, 10 July 2007 (EDT)