Serialized Form


Package dioscuri

Class dioscuri.DioscuriFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

emu

Emulator emu

textTransfer

TextTransfer textTransfer

readOnlyConfig

boolean readOnlyConfig

screenPane

javax.swing.JScrollPane screenPane

statusPanel

javax.swing.JPanel statusPanel

scrolllockPanel

javax.swing.JPanel scrolllockPanel

numlockPanel

javax.swing.JPanel numlockPanel

capslockPanel

javax.swing.JPanel capslockPanel

floppyAPanel

javax.swing.JPanel floppyAPanel

hd1Panel

javax.swing.JPanel hd1Panel

hd2Panel

javax.swing.JPanel hd2Panel

menuBar

javax.swing.JMenuBar menuBar

menuEmulator

javax.swing.JMenu menuEmulator

menuEdit

javax.swing.JMenu menuEdit

menuMedia

javax.swing.JMenu menuMedia

menuDevices

javax.swing.JMenu menuDevices

menuConfig

javax.swing.JMenu menuConfig

menuHelp

javax.swing.JMenu menuHelp

miEmulatorStart

javax.swing.JMenuItem miEmulatorStart

miEmulatorStop

javax.swing.JMenuItem miEmulatorStop

miEmulatorReset

javax.swing.JMenuItem miEmulatorReset

miEmulatorQuit

javax.swing.JMenuItem miEmulatorQuit

miEditCopyText

javax.swing.JMenuItem miEditCopyText

miEditScreenShot

javax.swing.JMenuItem miEditScreenShot

miMediaEjectA

javax.swing.JMenuItem miMediaEjectA

miMediaInsertA

javax.swing.JMenuItem miMediaInsertA

miDevicesMouseEnabled

javax.swing.JMenuItem miDevicesMouseEnabled

miDevicesMouseDisabled

javax.swing.JMenuItem miDevicesMouseDisabled

miEditConfig

javax.swing.JMenuItem miEditConfig

miHelpAbout

javax.swing.JMenuItem miHelpAbout

screen

javax.swing.JPanel screen

mouseHandler

dioscuri.DioscuriFrame.MouseHandler mouseHandler

fcFloppy

javax.swing.JFileChooser fcFloppy

cpuTypeLabel

javax.swing.JLabel cpuTypeLabel

configFilePath

java.lang.String configFilePath

emuConfig

dioscuri.config.Emulator emuConfig

cli

CommandLineInterface cli

rfbHost

gnu.rfb.server.RFBHost rfbHost

vncTopFrame

VNCTopFrame vncTopFrame

Class dioscuri.Modules extends java.util.ArrayList<Module> implements Serializable

Class dioscuri.StartupPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

image

java.awt.image.BufferedImage image

paint

boolean paint

Package dioscuri.config

Class dioscuri.config.AbstractModulePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

GUI parent

emuConfig

dioscuri.config.Emulator emuConfig

Class dioscuri.config.AtaPanel extends AbstractModulePanel implements Serializable

Serialized Fields

updateInterval

javax.swing.JTextField updateInterval

hds

javax.swing.JTabbedPane hds

ata

dioscuri.config.Emulator.Architecture.Modules.Ata ata

hdList

java.util.List<E> hdList

Class dioscuri.config.BiosPanel extends AbstractModulePanel implements Serializable

Serialized Fields

bios

dioscuri.config.Emulator.Architecture.Modules.Bios bios

sysBios

javax.swing.JTextField sysBios

browseSysBios

javax.swing.JButton browseSysBios

vgaBios

javax.swing.JTextField vgaBios

browseVgaBios

javax.swing.JButton browseVgaBios

sysBiosStart

javax.swing.JTextField sysBiosStart

vgaBiosStart

javax.swing.JTextField vgaBiosStart

Class dioscuri.config.BootPanel extends AbstractModulePanel implements Serializable

Serialized Fields

bios

dioscuri.config.Emulator.Architecture.Modules.Bios bios

choices

java.lang.String[] choices

boot0

javax.swing.JComboBox boot0

boot1

javax.swing.JComboBox boot1

boot2

javax.swing.JComboBox boot2

floppyCheckDisabled

javax.swing.JCheckBox floppyCheckDisabled

Class dioscuri.config.ConfigDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

emuConfig

dioscuri.config.Emulator emuConfig

parent

GUI parent

moduleMap

java.util.Map<K,V> moduleMap

Class dioscuri.config.CpuPanel extends AbstractModulePanel implements Serializable

Serialized Fields

cpu

dioscuri.config.Emulator.Architecture.Modules.Cpu cpu

cpu16

javax.swing.JRadioButton cpu16

cpu32

javax.swing.JRadioButton cpu32

mhz

javax.swing.JTextField mhz

Class dioscuri.config.FdcPanel extends AbstractModulePanel implements Serializable

Serialized Fields

fdc

dioscuri.config.Emulator.Architecture.Modules.Fdc fdc

floppy

dioscuri.config.Emulator.Architecture.Modules.Fdc.Floppy floppy

driveChoices

java.lang.String[] driveChoices

formatChoices

java.lang.String[] formatChoices

updateInterval

javax.swing.JTextField updateInterval

enabled

javax.swing.JCheckBox enabled

inserted

javax.swing.JCheckBox inserted

driveCombo

javax.swing.JComboBox driveCombo

formatCombo

javax.swing.JComboBox formatCombo

writeProtected

javax.swing.JCheckBox writeProtected

imageFile

javax.swing.JTextField imageFile

browse

javax.swing.JButton browse

Class dioscuri.config.KeyboardPanel extends AbstractModulePanel implements Serializable

Serialized Fields

keyboard

dioscuri.config.Emulator.Architecture.Modules.Keyboard keyboard

updateInterval

javax.swing.JTextField updateInterval

Class dioscuri.config.MemoryPanel extends AbstractModulePanel implements Serializable

Serialized Fields

memory

dioscuri.config.Emulator.Architecture.Modules.Memory memory

size

javax.swing.JTextField size

Class dioscuri.config.MousePanel extends AbstractModulePanel implements Serializable

Serialized Fields

mouse

dioscuri.config.Emulator.Architecture.Modules.Mouse mouse

typeChoices

java.lang.String[] typeChoices

enabled

javax.swing.JCheckBox enabled

typeCombo

javax.swing.JComboBox typeCombo

Class dioscuri.config.PitPanel extends AbstractModulePanel implements Serializable

Serialized Fields

pit

dioscuri.config.Emulator.Architecture.Modules.Pit pit

clockRate

javax.swing.JTextField clockRate

Class dioscuri.config.VideoPanel extends AbstractModulePanel implements Serializable

Serialized Fields

video

dioscuri.config.Emulator.Architecture.Modules.Video video

updateInterval

javax.swing.JTextField updateInterval

Class dioscuri.config.VncPanel extends AbstractModulePanel implements Serializable

Serialized Fields

vnc

dioscuri.config.Emulator.Architecture.Modules.Vnc vnc

enabled

javax.swing.JCheckBox enabled

port

javax.swing.JTextField port

password

javax.swing.JTextField password

Package dioscuri.exception

Class dioscuri.exception.CommandException extends java.lang.Exception implements Serializable

Class dioscuri.exception.CPU_DE_Exception extends CPUInstructionException implements Serializable

Class dioscuri.exception.CPUInstructionException extends java.lang.Exception implements Serializable

Class dioscuri.exception.ModuleException extends java.lang.Exception implements Serializable

Class dioscuri.exception.StorageDeviceException extends java.lang.Exception implements Serializable

Class dioscuri.exception.UnknownPortException extends java.lang.Exception implements Serializable

Class dioscuri.exception.WriteOnlyPortException extends java.lang.Exception implements Serializable


Package dioscuri.module.cpu32

Class dioscuri.module.cpu32.CodeBlockReplacementException extends java.lang.RuntimeException implements Serializable

Serialized Fields

replacement

CodeBlock replacement

Class dioscuri.module.cpu32.ModeSwitchException extends java.lang.RuntimeException implements Serializable

Serialized Fields

mode

int mode

Class dioscuri.module.cpu32.ProcessorException extends java.lang.RuntimeException implements Serializable

Serialized Fields

vector

int vector

errorCode

int errorCode

pointsToSelf

boolean pointsToSelf

hasErrorCode

boolean hasErrorCode

Package dioscuri.module.screen

Class dioscuri.module.screen.ScreenPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

image

java.awt.Image image

paint

boolean paint

Package dioscuri.module.serialport

Class dioscuri.module.serialport.FIFObuffer extends java.util.ArrayList<java.lang.Byte> implements Serializable


Package dioscuri.vnc

Class dioscuri.vnc.VNCTopFrame extends gnu.vnc.awt.swing.VNCJFrame implements Serializable