Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/nes-containers.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'NesFile.cs')
-rw-r--r--NesFile.cs22
1 files changed, 0 insertions, 22 deletions
diff --git a/NesFile.cs b/NesFile.cs
index 042b7ec..a012afe 100644
--- a/NesFile.cs
+++ b/NesFile.cs
@@ -160,28 +160,6 @@ namespace com.clusterrr.Famicom.Containers
/// </summary>
NES20 = 2
}
- /// <summary>
- /// Timing type, depends on region
- /// </summary>
- public enum Timing
- {
- /// <summary>
- /// NTSC, RP2C02, North America, Japan, South Korea, Taiwan
- /// </summary>
- Ntsc = 0,
- /// <summary>
- /// PAL, RP2C07, Western Europe, Australia
- /// </summary>
- Pal = 1,
- /// <summary>
- /// Used either if a game was released with identical ROM content in both NTSC and PAL countries, such as Nintendo's early games, or if the game detects the console's timing and adjusts itself
- /// </summary>
- Multiple = 2,
- /// <summary>
- /// Dendy, UMC 6527P and clones, Eastern Europe, Russia, Mainland China, India, Africa
- /// </summary>
- Dendy = 3
- };
/// <summary>
/// Console type