Delete MachineType.cs
This commit is contained in:
parent
6962b6e4e1
commit
1e33c5fbc6
|
@ -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
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue