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]


Field Summary
protected static byte[][] colourCompareTable
           
 
Constructor Summary
GraphicsController()
           
 
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
 

Field Detail

colourCompareTable

protected static final byte[][] colourCompareTable
Constructor Detail

GraphicsController

public GraphicsController()
Method Detail

reset

public void reset()
Return variables to default values