Serialized Form


Package jfrace

Class jfrace.AddressBankOverlapException implements Serializable

Class jfrace.BusErrorException implements Serializable

Class jfrace.ConfigurationException implements Serializable

Class jfrace.EmulatorApplet implements Serializable

Serialized Fields

runningThread

java.lang.Thread runningThread

emu

Emulator emu

emulatorReady

boolean emulatorReady


Package jfrace.device

Class jfrace.device.LCDDigit implements Serializable

Serialized Fields

size

int size

xSize

int xSize

ySize

int ySize

tilt

int tilt

height

int height

width

int width

segments

boolean[] segments

segmentPolygons

java.awt.Polygon[] segmentPolygons

Class jfrace.device.LCDPanel implements Serializable

Serialized Fields

digits

LCDDigit[] digits

Class jfrace.device.ThomsonGDP implements Serializable

Serialized Fields

regSTATUS

byte regSTATUS

regCTRL1

byte regCTRL1

regCTRL2

byte regCTRL2

regCSIZE

byte regCSIZE

regDELTAX

int regDELTAX

regDELTAY

int regDELTAY

regX

int regX

regY

int regY

lightPenX

int lightPenX

lightPenY

int lightPenY

lightPenSwitch

byte lightPenSwitch

linePattern

int[] linePattern

screen

byte[] screen

colorModel

java.awt.image.IndexColorModel colorModel

source

java.awt.image.MemoryImageSource source

image

java.awt.Image image

lastRepaintTime

long lastRepaintTime

repaintRequested

boolean repaintRequested

repaintThread

java.lang.Thread repaintThread

busy

boolean busy


Package jfrace.terminal

Class jfrace.terminal.SimpleTerminal implements Serializable

Serialized Fields

numberOfRows

int numberOfRows

numberOfColumns

int numberOfColumns

content

char[][] content

cursorRow

int cursorRow

cursorCol

int cursorCol

font

java.awt.Font font

lineHeight

int lineHeight

charWidth

int charWidth

ascent

int ascent

buffer

java.awt.Image buffer

bufferG

java.awt.Graphics bufferG

oldSize

java.awt.Dimension oldSize

preferredSize

java.awt.Dimension preferredSize

actionListener

java.awt.event.ActionListener actionListener

newCharEvent

java.awt.event.ActionEvent newCharEvent

isWaiting

boolean isWaiting

typeAheadBuffer

char[] typeAheadBuffer

freePos

int freePos

nextPos

int nextPos

fl

java.awt.event.FocusListener fl

kl

java.awt.event.KeyListener kl

ml

java.awt.event.MouseListener ml

Class jfrace.terminal.ThomsonGDPTerminal implements Serializable

Serialized Fields

gdp

ThomsonGDP gdp

actionListener

java.awt.event.ActionListener actionListener

newCharEvent

java.awt.event.ActionEvent newCharEvent

isWaiting

boolean isWaiting

typeAheadBuffer

char[] typeAheadBuffer

freePos

int freePos

nextPos

int nextPos

lines

char[][] lines

cursorRow

int cursorRow

cursorCol

int cursorCol

oldCursorRow

int oldCursorRow

oldCursorCol

int oldCursorCol

escapeSequenceIndex

int escapeSequenceIndex

underlining

boolean underlining

thisTerminal

java.lang.Object thisTerminal


Package jfrace.view

Class jfrace.view.AddressBankViewer implements Serializable

Serialized Fields

animationThread

java.lang.Thread animationThread

screen

int[] screen

source

java.awt.image.MemoryImageSource source

image

java.awt.Image image

firstAddress

int firstAddress

size

int size

cellSize

int cellSize

rowSize

int rowSize

rows

int rows

plaquetSize

int plaquetSize

bias

int bias

imgWidth

int imgWidth

imgHeight

int imgHeight

rowHeight

int rowHeight

infoYPos

int infoYPos

imgYPos

int imgYPos

as

AddressSpace as

showInfo

boolean showInfo

infoAddress

int infoAddress

listeners

java.util.Vector listeners

ml

java.awt.event.MouseListener ml

mml

java.awt.event.MouseMotionListener mml

Class jfrace.view.CPUViewer implements Serializable

Serialized Fields

cpu

CPU cpu

regSeq

int[] regSeq

regViews

MemoryView[] regViews

x1

int x1

yTitle

int yTitle

totalXSize

int totalXSize

totalYSize

int totalYSize

buffer

java.awt.Image buffer

bufferG

java.awt.Graphics bufferG

oldSize

java.awt.Dimension oldSize

listeners

java.util.Vector listeners

ml

java.awt.event.MouseListener ml

Class jfrace.view.DiskView implements Serializable

Serialized Fields

animationThread

java.lang.Thread animationThread

numberOfTracks

int numberOfTracks

numberOfSectors

int numberOfSectors

screen

int[] screen

source

java.awt.image.MemoryImageSource source

image

java.awt.Image image

Class jfrace.view.EmulatorGUI implements Serializable

Serialized Fields

as

AddressSpace as

cpu

CPU cpu

cpuRegisterNames

java.util.Hashtable cpuRegisterNames

openMI

java.awt.MenuItem openMI

saveAsMI

java.awt.MenuItem saveAsMI

exitMI

java.awt.MenuItem exitMI

lastDirectory

java.lang.String lastDirectory

file

java.io.File file

stepButton

java.awt.Button stepButton

runButton

java.awt.Button runButton

resetButton

java.awt.Button resetButton

stopButton

java.awt.Button stopButton

delayChoice

java.awt.Choice delayChoice

delays

int[] delays

cpuViewer

CPUViewer cpuViewer

mcViewer

MemoryCellViewer mcViewer

abViewer

AddressBankViewer abViewer

state

int state

runningThread

java.lang.Thread runningThread

al

java.awt.event.ActionListener al

Class jfrace.view.MemoryCellViewer implements Serializable

Serialized Fields

mv

MemoryView mv

numberOfBits

int numberOfBits

as

AddressSpace as

addressFont

java.awt.Font addressFont

address

int address

x1

int x1

y0

int y0

totalWidth

int totalWidth

totalHeight

int totalHeight

listeners

java.util.Vector listeners

ml

java.awt.event.MouseListener ml