|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.kbna.dioscuri.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 | |
|---|---|
(package private) byte |
alphaNumDisable
|
(package private) byte |
bitMask
|
(package private) byte |
chainOddEvenEnable
|
(package private) byte |
colourCompare
|
protected static byte[][] |
colourCompareTable
|
(package private) byte |
colourDontCare
|
(package private) byte |
dataOperation
|
(package private) byte |
dataRotate
|
(package private) byte |
enableSetReset
|
(package private) byte |
hostOddEvenEnable
|
(package private) int |
index
|
(package private) byte[] |
latch
|
(package private) byte |
memoryMapSelect
|
(package private) byte |
readMapSelect
|
(package private) byte |
readMode
|
(package private) byte |
setReset
|
(package private) byte |
shift256Reg
|
(package private) byte |
writeMode
|
| Constructor Summary | |
|---|---|
GraphicsController()
|
|
| Method Summary | |
|---|---|
protected 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 |
|---|
int index
byte[] latch
byte setReset
byte enableSetReset
byte colourCompare
byte dataOperation
byte dataRotate
byte readMapSelect
byte shift256Reg
byte hostOddEvenEnable
byte readMode
byte writeMode
byte memoryMapSelect
byte chainOddEvenEnable
byte alphaNumDisable
byte colourDontCare
byte bitMask
protected static final byte[][] colourCompareTable
| Constructor Detail |
|---|
public GraphicsController()
| Method Detail |
|---|
protected void reset()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||