Added Master System Memory Bus
This commit is contained in:
8
Core/Interfaces/IIoBus.cs
Normal file
8
Core/Interfaces/IIoBus.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Core.Interfaces
|
||||
{
|
||||
public interface IIoBus
|
||||
{
|
||||
byte Read(ushort port);
|
||||
void Write(ushort port, byte value);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user