|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdioscuri.module.video.GraphicsController
public class GraphicsController
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 |
|---|
protected static final byte[][] colourCompareTable
| Constructor Detail |
|---|
public GraphicsController()
| Method Detail |
|---|
public void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||