mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-21 21:59:47 +00:00
Remove unused enum
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user