|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jfrace.device.DummyDevice | +--jfrace.device.ELZET80Keyboard
Keyboard of my old ELZET 80 system.
Constructor Summary | |
ELZET80Keyboard()
|
Method Summary | |
byte |
getByte(int address)
Return the byte at the given address. |
int |
getNumberOfUnits()
Return 3 as the number of addressable units. |
void |
hardwareMoved(AddressSpaceEvent event)
Catch the CPMEmulator when it is added to the
address space. |
Methods inherited from class jfrace.device.DummyDevice |
getNumberOfBits, getValue, reset, setByte, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ELZET80Keyboard()
Method Detail |
public void hardwareMoved(AddressSpaceEvent event)
CPMEmulator
when it is added to the
address space.hardwareMoved
in interface AddressSpaceListener
jfrace.AddressSpaceListener
event
- Event holding the details.public int getNumberOfUnits()
getNumberOfUnits
in class DummyDevice
public byte getByte(int address)
getValue
but has a better performance.
getByte
in class DummyDevice
address
- memory address.address
.getValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |