Delete IDevice.cs

This commit is contained in:
alyosha-tas 2017-08-29 09:34:32 -04:00 committed by GitHub
parent 8e4bf6a2be
commit 431f8cece8
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
/*
* IDevice.cs
*
* Defines interface for devices accessable via the AddressSpace class.
*
* Copyright © 2003, 2011 Mike Murphy
*
*/
namespace EMU7800.Core
{
public interface IDevice
{
void Reset();
byte this[ushort addr] { get; set; }
}
}