dioscuri.module.video
Class GraphicsController
java.lang.Object
extended by dioscuri.module.video.GraphicsController
public class GraphicsController
- extends java.lang.Object
Graphics registers Controls how the CPU accesses video RAM
Consists of 9 8-bit registers; these are accessed via a pair of registers,
the Address Register [0x3CE] and the Data Register [0x3CF]
Method Summary |
void |
reset()
Return variables to default values |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
colourCompareTable
protected static final byte[][] colourCompareTable
GraphicsController
public GraphicsController()
reset
public void reset()
- Return variables to default values
-