|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Addressable in dioscuri.module |
|---|
| Classes in dioscuri.module that implement Addressable | |
|---|---|
class |
ModuleATA
Abstract class representing a ATA module. |
class |
ModuleCPU
Interface representing a generic CPU module. |
class |
ModuleDMA
Interface representing a generic DMA module. |
class |
ModuleFDC
Abstract class representing a generic FDC module. |
class |
ModuleKeyboard
Abstract class representing a generic Keyboard module. |
class |
ModuleMotherboard
Abstract class representing a generic motherboard module. |
class |
ModuleParallelPort
Abstract class representing a generic parallel port module. |
class |
ModulePIC
Abstract class representing a generic PIC module. |
class |
ModulePIT
Abstract class representing a generic PIT module. |
class |
ModuleRTC
Abstract class representing a generic RTC module. |
class |
ModuleSerialPort
Abstract class representing a generic serial port module. |
class |
ModuleVideo
Abstract class representing a generic video module. |
| Methods in dioscuri.module with parameters of type Addressable | |
|---|---|
abstract boolean |
ModuleMotherboard.setIOPort(int portAddress,
Addressable device)
Set I/O address port to given device |
| Uses of Addressable in dioscuri.module.ata |
|---|
| Classes in dioscuri.module.ata that implement Addressable | |
|---|---|
class |
ATA
An implementation of a ATA controller module. |
| Uses of Addressable in dioscuri.module.cpu |
|---|
| Classes in dioscuri.module.cpu that implement Addressable | |
|---|---|
class |
CPU
An implementation of an Intel 8086 hardware CPU module. |
| Uses of Addressable in dioscuri.module.cpu32 |
|---|
| Classes in dioscuri.module.cpu32 that implement Addressable | |
|---|---|
class |
DMAController
|
class |
Processor
|
| Uses of Addressable in dioscuri.module.dma |
|---|
| Classes in dioscuri.module.dma that implement Addressable | |
|---|---|
class |
DMA
An implementation of a DMA controller module. |
| Uses of Addressable in dioscuri.module.fdc |
|---|
| Classes in dioscuri.module.fdc that implement Addressable | |
|---|---|
class |
FDC
An implementation of a Floppy disk controller module. |
| Uses of Addressable in dioscuri.module.keyboard |
|---|
| Classes in dioscuri.module.keyboard that implement Addressable | |
|---|---|
class |
Keyboard
An implementation of a keyboard module. |
| Uses of Addressable in dioscuri.module.motherboard |
|---|
| Classes in dioscuri.module.motherboard that implement Addressable | |
|---|---|
class |
DeviceDummy
This class is a dummy for a peripheral device. |
class |
Motherboard
An implementation of a motherboard module. |
| Fields in dioscuri.module.motherboard declared as Addressable | |
|---|---|
Addressable[] |
Motherboard.ioAddressSpace
|
| Methods in dioscuri.module.motherboard with parameters of type Addressable | |
|---|---|
boolean |
Motherboard.setIOPort(int portAddress,
Addressable device)
Set I/O address port to given device |
| Uses of Addressable in dioscuri.module.parallelport |
|---|
| Classes in dioscuri.module.parallelport that implement Addressable | |
|---|---|
class |
ParallelPort
An implementation of a parallel port module. |
| Uses of Addressable in dioscuri.module.pci |
|---|
| Classes in dioscuri.module.pci that implement Addressable | |
|---|---|
class |
PCI
An implementation of a PCI controller module. |
| Uses of Addressable in dioscuri.module.pic |
|---|
| Classes in dioscuri.module.pic that implement Addressable | |
|---|---|
class |
PIC
|
| Uses of Addressable in dioscuri.module.pit |
|---|
| Classes in dioscuri.module.pit that implement Addressable | |
|---|---|
class |
PIT
An implementation of a Programmable Interval Timer (PIT) module based on the Intel 82C54 PIT chip. |
| Uses of Addressable in dioscuri.module.rtc |
|---|
| Classes in dioscuri.module.rtc that implement Addressable | |
|---|---|
class |
RTC
An implementation of a Real Time module. |
| Uses of Addressable in dioscuri.module.serialport |
|---|
| Classes in dioscuri.module.serialport that implement Addressable | |
|---|---|
class |
SerialPort
An implementation of a serial port module. |
| Uses of Addressable in dioscuri.module.video |
|---|
| Classes in dioscuri.module.video that implement Addressable | |
|---|---|
class |
Video
An implementation of a video (VGA) module. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||