|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HardwareComponent | |
|---|---|
| dioscuri | |
| dioscuri.module.cpu32 | |
| dioscuri.module.fdc | |
| dioscuri.module.video | |
| Uses of HardwareComponent in dioscuri |
|---|
| Methods in dioscuri that return types with arguments of type HardwareComponent | |
|---|---|
java.util.ArrayList<HardwareComponent> |
Emulator.getHWcomponents()
Get the hardware components. |
| Uses of HardwareComponent in dioscuri.module.cpu32 |
|---|
| Subinterfaces of HardwareComponent in dioscuri.module.cpu32 | |
|---|---|
interface |
IOPortCapable
|
| Classes in dioscuri.module.cpu32 that implement HardwareComponent | |
|---|---|
class |
AbstractHardwareComponent
|
class |
DMAController
|
class |
IOPortHandler
Class for storing the I/O port map, and handling the required redirection. |
class |
LinearAddressSpace
|
class |
PhysicalAddressSpace
|
class |
Processor
|
class |
SystemBIOS
|
class |
VGABIOS
|
| Methods in dioscuri.module.cpu32 with parameters of type HardwareComponent | |
|---|---|
void |
VGABIOS.acceptComponent(HardwareComponent component)
|
void |
SystemBIOS.acceptComponent(HardwareComponent component)
|
void |
Processor.acceptComponent(HardwareComponent component)
|
void |
PhysicalAddressSpace.acceptComponent(HardwareComponent component)
|
void |
LinearAddressSpace.acceptComponent(HardwareComponent component)
|
void |
IOPortHandler.acceptComponent(HardwareComponent component)
|
void |
HardwareComponent.acceptComponent(HardwareComponent component)
|
void |
DMAController.acceptComponent(HardwareComponent component)
|
void |
AbstractHardwareComponent.acceptComponent(HardwareComponent component)
|
void |
VGABIOS.updateComponent(HardwareComponent component)
|
void |
SystemBIOS.updateComponent(HardwareComponent component)
|
void |
Processor.updateComponent(HardwareComponent component)
|
void |
PhysicalAddressSpace.updateComponent(HardwareComponent component)
|
void |
LinearAddressSpace.updateComponent(HardwareComponent component)
|
void |
IOPortHandler.updateComponent(HardwareComponent component)
|
void |
HardwareComponent.updateComponent(HardwareComponent component)
|
void |
DMAController.updateComponent(HardwareComponent component)
|
void |
AbstractHardwareComponent.updateComponent(HardwareComponent component)
|
| Uses of HardwareComponent in dioscuri.module.fdc |
|---|
| Methods in dioscuri.module.fdc with parameters of type HardwareComponent | |
|---|---|
void |
FDC.acceptComponent(HardwareComponent component)
|
| Uses of HardwareComponent in dioscuri.module.video |
|---|
| Methods in dioscuri.module.video with parameters of type HardwareComponent | |
|---|---|
void |
Video.acceptComponent(HardwareComponent component)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||