Use ClrMamePro serializer in current writer

This commit is contained in:
Matt Nadareski
2023-07-28 10:21:07 -04:00
parent bb04badf9d
commit 16c356d989
6 changed files with 927 additions and 240 deletions

View File

@@ -7,16 +7,16 @@ namespace SabreTools.Models.ClrMamePro
public string Status { get; set; }
/// <remarks>color, (good|imperfect|preliminary)</remarks>
public string Color { get; set; }
public string? Color { get; set; }
/// <remarks>sound, (good|imperfect|preliminary)</remarks>
public string Sound { get; set; }
public string? Sound { get; set; }
/// <remarks>palettesize, Numeric?</remarks>
public string PaletteSize { get; set; }
public string? PaletteSize { get; set; }
/// <remarks>blit, (plain|dirty)</remarks>
public string Blit { get; set; }
public string? Blit { get; set; }
#region DO NOT USE IN PRODUCTION