Remove unused enum

This commit is contained in:
Matt Nadareski
2026-03-06 16:26:19 -05:00
parent 6e93aa65b6
commit 2f3ecb88f0

View File

@@ -567,16 +567,6 @@ namespace SabreTools.Data.Models.NES
Horizontal = 0x01,
}
/// <summary>
/// PRG RAM ($6000-$7FFF)
/// </summary>
/// <remarks>Actually only 1 bit (bit 4 of flag 10)</remarks>
public enum PRGRAMPresent : byte
{
Present = 0x00,
NotPresent = 0x01,
}
/// <summary>
/// TV system (rarely used extension)
/// </summary>