diff --git a/EMU7800/Core/MachineType.cs b/EMU7800/Core/MachineType.cs deleted file mode 100644 index 0fcfdd2d52..0000000000 --- a/EMU7800/Core/MachineType.cs +++ /dev/null @@ -1,19 +0,0 @@ -/* - * MachineType.cs - * - * The set of known machines. - * - * Copyright © 2010 Mike Murphy - * - */ -namespace EMU7800.Core -{ - public enum MachineType - { - None, - A2600NTSC, - A2600PAL, - A7800NTSC, - A7800PAL - }; -}