From 4765b3a72d92203f52d749a043d7b3fef2023c52 Mon Sep 17 00:00:00 2001 From: Alexey 'Cluster' Avdyukhin Date: Sat, 26 Sep 2020 20:38:17 +0300 Subject: Ignore invalid system type for iNES 1.0 --- NesFile.cs | 172 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 86 insertions(+), 86 deletions(-) diff --git a/NesFile.cs b/NesFile.cs index 77caa76..b4fed4f 100644 --- a/NesFile.cs +++ b/NesFile.cs @@ -377,183 +377,183 @@ namespace com.clusterrr.Famicom.Containers /// /// Famicom Four Players Adapter with two additional standard controllers /// - FamicomFourPlayersAdapter = 0x03, + FamicomFourPlayersAdapter = 0x03, /// /// Vs. System - /// - VsSystem = 0x04, + /// + VsSystem = 0x04, /// /// Vs. System with reversed inputs - /// - VsSystemWithReversedInputs = 0x05, + /// + VsSystemWithReversedInputs = 0x05, /// /// Vs. Pinball (Japan) - /// - VsPinball = 0x06, + /// + VsPinball = 0x06, /// /// Vs. Zapper - /// - VsZapper = 0x07, + /// + VsZapper = 0x07, /// /// Zapper ($4017) - /// - Zapper = 0x08, + /// + Zapper = 0x08, /// /// Two Zappers - /// - TwoZappers = 0x09, + /// + TwoZappers = 0x09, /// /// Bandai Hyper Shot Lightgun - /// - BandaiHyperShotLightgun = 0x0A, + /// + BandaiHyperShotLightgun = 0x0A, /// /// Power Pad Side A - /// - PowerPadSideA = 0x0B, + /// + PowerPadSideA = 0x0B, /// /// Power Pad Side B - /// + /// PowerPadSideB = 0x0C, /// /// Family Trainer Side A - /// - FamilyTrainerSideA = 0x0D, + /// + FamilyTrainerSideA = 0x0D, /// /// Family Trainer Side B - /// - FamilyTrainerSideB = 0x0E, + /// + FamilyTrainerSideB = 0x0E, /// /// Arkanoid Vaus Controller (NES) - /// - ArkanoidVausControllerNES = 0x0F, + /// + ArkanoidVausControllerNES = 0x0F, /// /// Arkanoid Vaus Controller (Famicom) - /// - ArkanoidVausControllerFamicom = 0x10, + /// + ArkanoidVausControllerFamicom = 0x10, /// /// Two Vaus Controllers plus Famicom Data Recorder - /// - TwoVausControllersPlusFamicomDataRecorder = 0x11, + /// + TwoVausControllersPlusFamicomDataRecorder = 0x11, /// /// Konami Hyper Shot Controller - /// - KonamiHyperShotController = 0x12, + /// + KonamiHyperShotController = 0x12, /// /// Coconuts Pachinko Controller - /// - CoconutsPachinkoController = 0x13, + /// + CoconutsPachinkoController = 0x13, /// /// Exciting Boxing Punching Bag (Blowup Doll) - /// - ExcitingBoxingPunchingBag = 0x14, + /// + ExcitingBoxingPunchingBag = 0x14, /// /// Jissen Mahjong Controller - /// - JissenMahjongController = 0x15, + /// + JissenMahjongController = 0x15, /// /// Party Tap - /// - PartyTap = 0x16, + /// + PartyTap = 0x16, /// /// Oeka Kids Tablet - /// - OekaKidsTablet = 0x17, + /// + OekaKidsTablet = 0x17, /// /// Sunsoft Barcode Battler - /// - SunsoftBarcodeBattler = 0x18, + /// + SunsoftBarcodeBattler = 0x18, /// /// Miracle Piano Keyboard - /// - MiraclePianoKeyboard = 0x19, + /// + MiraclePianoKeyboard = 0x19, /// /// Pokkun Moguraa (Whack-a-Mole Mat and Mallet) - /// - PokkunMoguraa = 0x1A, + /// + PokkunMoguraa = 0x1A, /// /// Top Rider(Inflatable Bicycle) - /// - TopRider = 0x1B, + /// + TopRider = 0x1B, /// /// Double-Fisted (Requires or allows use of two controllers by one player) - /// - DoubleFisted = 0x1C, + /// + DoubleFisted = 0x1C, /// /// Famicom 3D System - /// - Famicom3DSystem = 0x1D, + /// + Famicom3DSystem = 0x1D, /// /// Doremikko Keyboard - /// - DoremikkoKeyboard = 0x1E, + /// + DoremikkoKeyboard = 0x1E, /// /// R.O.B. Gyro Set - /// - RobGyroSet = 0x1F, + /// + RobGyroSet = 0x1F, /// /// Famicom Data Recorder (don't emulate keyboard) - /// + /// FamicomDataRecorder = 0x20, /// /// ASCII Turbo File - /// + /// ASCIITurboFile = 0x21, /// /// IGS Storage Battle Box - /// - IGSStorageBattleBox = 0x22, + /// + IGSStorageBattleBox = 0x22, /// /// Family BASIC Keyboard plus Famicom Data Recorder - /// - FamilyBasicKeyboardPlusFamicomDataRecorder = 0x23, + /// + FamilyBasicKeyboardPlusFamicomDataRecorder = 0x23, /// /// Dongda PEC-586 Keyboard - /// - DongdaPEC586Keyboard = 0x24, + /// + DongdaPEC586Keyboard = 0x24, /// /// Bit Corp. Bit-79 Keyboard - /// - BitCorpBit79Keyboard = 0x25, + /// + BitCorpBit79Keyboard = 0x25, /// /// Subor Keyboard - /// - SuborKeyboard = 0x26, + /// + SuborKeyboard = 0x26, /// /// Subor Keyboard plus mouse (3x8-bit protocol) - /// - SuborKeyboardPlusMouse3x8 = 0x27, + /// + SuborKeyboardPlusMouse3x8 = 0x27, /// /// Subor Keyboard plus mouse (24-bit protocol) - /// - SuborKeyboardPlusMouse24 = 0x28, + /// + SuborKeyboardPlusMouse24 = 0x28, /// /// SNES Mouse ($4017.d0) - /// - SnesMouse4017 = 0x29, + /// + SnesMouse4017 = 0x29, /// /// Multicart - /// - Multicart = 0x2A, + /// + Multicart = 0x2A, /// /// Two SNES controllers replacing the two standard NES controllers - /// - TwoSnesControllers = 0x2B, + /// + TwoSnesControllers = 0x2B, /// /// RacerMate Bicycle - /// - RacerMateBicycle = 0x2C, + /// + RacerMateBicycle = 0x2C, /// /// U-Force - /// - UForce = 0x2D, + /// + UForce = 0x2D, /// /// R.O.B. Stack-Up - /// - RobStackUp = 0x2E, + /// + RobStackUp = 0x2E, /// /// City Patrolman Lightgun - /// - CityPatrolmanLightgun = 0x2F + /// + CityPatrolmanLightgun = 0x2F } /// -- cgit v1.2.3