Delete IDevice.cs
This commit is contained in:
parent
8e4bf6a2be
commit
431f8cece8
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue