Add and use MZ constants

This commit is contained in:
Matt Nadareski
2022-12-28 14:50:48 -08:00
parent ea9902c946
commit f22f7273a9
7 changed files with 24 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ namespace BurnOutSharp.Models.MSDOS
/// 0x5A4D (ASCII for 'M' and 'Z')
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 2)]
public byte[] Magic;
public string Magic;
/// <summary>
/// Number of bytes in the last page.