digs.invaders
Class InvaderPorts

java.lang.Object
  extended by digs.invaders.InvaderPorts
All Implemented Interfaces:
AddressAccess

public class InvaderPorts
extends java.lang.Object
implements AddressAccess


Constructor Summary
InvaderPorts()
           
 
Method Summary
 boolean isHandled(int address)
           
 int readByte(int address)
           
 void writeByte(int address, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvaderPorts

public InvaderPorts()
Method Detail

isHandled

public boolean isHandled(int address)
Specified by:
isHandled in interface AddressAccess

readByte

public int readByte(int address)
Specified by:
readByte in interface AddressAccess

writeByte

public void writeByte(int address,
                      int value)
Specified by:
writeByte in interface AddressAccess