Add TOSEC dump flag support

This commit is contained in:
Michael Green
2023-02-17 23:43:23 +11:00
parent d76931c949
commit 1a79850d37
3 changed files with 57 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ namespace gaseous_identifier.objects
public string? Md5 { get; set; }
public string? Sha1 { get; set; }
public string? flags { get; set; }
public List<string> flags { get; set; } = new List<string>();
public RomTypes RomType { get; set; }
public string? RomTypeMedia { get; set; }