|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjmce.sim.Interrupt
jmce.intel.i8080.INT
jmce.zilog.z80.INTZ80
public class INTZ80
Manage the interrupt in Z80.
Support interrupt mode 1 compatible with intel 8080 and interrupt mode 2. The interrupt mode 0 is not supported
Field Summary |
---|
Fields inherited from class jmce.sim.Interrupt |
---|
vector |
Constructor Summary | |
---|---|
INTZ80(Z80 z80,
java.lang.String name)
Standard constructor. |
Method Summary | |
---|---|
int |
getVector()
Return the interrupt vector. |
java.lang.String |
toString()
|
Methods inherited from class jmce.sim.Interrupt |
---|
addInterruptManager, checkReady, getCounter, getName, isActive, isAutoReset, isEnabled, isNmi, isReady, resetCounter, setActive, setAutoReset, setEnabled, setVector, startISR |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public INTZ80(Z80 z80, java.lang.String name) throws SIMException
SIMException
Method Detail |
---|
public final int getVector() throws SIMException
Interrupt
getVector
in class Interrupt
SIMException
public java.lang.String toString()
toString
in class Interrupt
|
jmce - 1_02 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |