Basic Description
The SYS format is basically a subset of the BMP File Format , where only certain combinations are allowed. There are a few weird aspects to this format.Important note:
This is the format of the LOGO.SYS, LOGOW.SYS and LOGOS.SYS files of Windows 95.
It does not apply to any other file!
Other files may be binary code (KEYB.SYS) or ASCII (CONFIG.SYS) or actually anything else.
Basic File Format
Infoheader.Width = 320
Infoheader.Height = 400 (watch the AspectRatio!!!)
Infoheader.BitCount = 8
Infoheader.Compression=0
Infoheader.ColorsImportant thru 255 are cycled.
Portability
Portability, what portability? This is a special case of BMP for Windows95. There's nothing more to say.Trademarks, Patents and Royalties
To my knowledge: none.(please read the disclaimer)
Cross-Checking Software
This section is for programmers, who wish to cross-check their implementation with others. This is an incomplete list of programs, which are available as freeware / shareware / try-before-buy etc.The following software is able to decode SYSs:
- use Windows 95. (unfortunately not freeware)