namespace BizHawk.Client.Common { /// /// Enumeration of each system emulated by BizHawk /// public enum CoreSystem { Null = 0, TI83, AppleII, Commodore64, Atari2600, Atari7800, Lynx, ColecoVision, Intellivision, GameBoy, DualGameBoy, GameBoyAdvance, Nintendo64, NES, SNES, PCEngine, Genesis, Saturn, MasterSystem, Playstation, WonderSwan, Libretro, VirtualBoy, Vectrex, NeoGeoPocket, ZXSpectrum, AmstradCPC, GGL, GB3x, GB4x, ChannelF, Odyssey2, MAME, MSX, SuperGameBoy, UzeBox, PcFx } }