STOS.MBS: Difference between revisions
Jump to navigation
Jump to search
>Tompee No edit summary |
>Wongck No edit summary |
||
| Line 22: | Line 22: | ||
[[Category:STOS BASIC]] | [[Category:STOS BASIC]] | ||
[[Category:Data Formats]] | |||
Latest revision as of 08:02, 11 October 2011
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)