Added Golden Axe Warrior. Added Debugger.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
public interface IIoBus
|
||||
{
|
||||
byte Read(ushort port);
|
||||
void Write(ushort port, byte value);
|
||||
byte ReadPort(ushort port);
|
||||
void WritePort(ushort port, byte value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user