Delete MachineType.cs

This commit is contained in:
alyosha-tas 2017-08-29 09:36:46 -04:00 committed by GitHub
parent 6962b6e4e1
commit 1e33c5fbc6
1 changed files with 0 additions and 19 deletions

View File

@ -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
};
}