651
edits
mNo edit summary |
m (attempt to make SNEF and SNER correspond to actual implementation) |
||
Line 270: | Line 270: | ||
{ | { | ||
ZXSTBLOCK blk; | ZXSTBLOCK blk; | ||
BYTE chFlags; | |||
DWORD ??? | |||
DWORD dwCompressedSize; | |||
BYTE chData[1]; | BYTE chData[1]; | ||
} ZXSTSPECTRANETFLASHPAGEBLOCK, *LPZXSTSPECTRANETFLASHPAGEBLOCK; | } ZXSTSPECTRANETFLASHPAGEBLOCK, *LPZXSTSPECTRANETFLASHPAGEBLOCK; | ||
Line 286: | Line 288: | ||
|} | |} | ||
'''chData'''<br /> The compressed or uncompressed contents of the Spectranet's flash memory. When uncompressed, this member is exactly 128KB (131,072) bytes in size. | '''dwCompressedSize'''<br /> The size of the data at '''chData'''.<br /> | ||
'''chData'''<br /> The compressed or uncompressed contents of the Spectranet's flash memory. When uncompressed, this member is exactly 128KB (131,072) bytes in size. | |||
=== ZXSTSPECTRANETRAMPAGE === | === ZXSTSPECTRANETRAMPAGE === | ||
Line 301: | Line 303: | ||
{ | { | ||
ZXSTBLOCK blk; | ZXSTBLOCK blk; | ||
BYTE chFlags; | |||
DWORD ??? | |||
DWORD dwCompressedSize; | |||
BYTE chData[1]; | BYTE chData[1]; | ||
} ZXSTSPECTRANETRAMPAGEBLOCK, *LPZXSTSPECTRANETRAMPAGEBLOCK; | } ZXSTSPECTRANETRAMPAGEBLOCK, *LPZXSTSPECTRANETRAMPAGEBLOCK; | ||
Line 317: | Line 321: | ||
|} | |} | ||
'''chData'''<br /> The compressed or uncompressed contents of the Spectranet's RAM. When uncompressed, this member is exactly 128KB (131,072) bytes in size. | '''dwCompressedSize'''<br /> The size of the data at '''chData'''.<br /> | ||
'''chData'''<br /> The compressed or uncompressed contents of the Spectranet's RAM. When uncompressed, this member is exactly 128KB (131,072) bytes in size. | |||
=== ZXSTZXMMC === | === ZXSTZXMMC === |