// // Machines.h // Clock Signal // // Created by Thomas Harte on 24/01/2018. // Copyright 2018 Thomas Harte. All rights reserved. // #ifndef Machines_h #define Machines_h namespace Analyser { enum class Machine { AmstradCPC, AppleII, AppleIIgs, Atari2600, AtariST, Amiga, ColecoVision, Electron, Enterprise, Macintosh, MasterSystem, MSX, Oric, PCCompatible, Vic20, ZX8081, ZXSpectrum, }; } #endif /* Machines_h */