|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object dioscuri.module.AbstractModule dioscuri.module.ModuleBIOS dioscuri.module.bios.BIOS
public class BIOS
An implementation of a hardware BIOS module.
Contains: - 64 KB of ROM - CMOS settings
Metadata module ********************************************
general.type : bios general.name : BIOS ROM general.architecture : Von
Neumann general.description : General implementation of BIOS ROM chip.
general.creator : Tessella Support Services, Koninklijke Bibliotheek,
Nationaal Archief of the Netherlands general.version : 1.0
general.keywords : bios, ROM, 64KB, 32KB, bootstrap, system bios, video
bios, optional rom general.relations : cpu, memory
general.yearOfIntroduction : general.yearOfEnding : general.ancestor :
general.successor : bios.romsize : 64 + 32 KB bios.settings : CMOS
Notes: none
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface dioscuri.interfaces.Module |
---|
Module.Type |
Field Summary |
---|
Fields inherited from class dioscuri.module.AbstractModule |
---|
type |
Constructor Summary | |
---|---|
BIOS(Emulator owner)
Class constructor |
Method Summary | |
---|---|
java.lang.String |
getDump()
Return a dump of module status |
byte[] |
getSystemBIOS()
Returns the system BIOS code from ROM |
byte[] |
getVideoBIOS()
Returns the Video BIOS code from ROM |
boolean |
reset()
Reset all parameters of module. |
boolean |
setSystemBIOS(byte[] biosCode)
Sets the system BIOS code in ROM |
boolean |
setVideoBIOS(byte[] biosCode)
Sets the Video BIOS code in ROM |
Methods inherited from class dioscuri.module.AbstractModule |
---|
getConnection, getConnections, getDebugMode, getExpectedConnections, getType, isConnected, setConnection, setDebugMode, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BIOS(Emulator owner)
owner
- Method Detail |
---|
public boolean reset()
reset
in interface Module
reset
in class AbstractModule
AbstractModule
public java.lang.String getDump()
getDump
in interface Module
getDump
in class AbstractModule
AbstractModule
public byte[] getSystemBIOS()
getSystemBIOS
in class ModuleBIOS
ModuleBIOS
public boolean setSystemBIOS(byte[] biosCode) throws ModuleException
setSystemBIOS
in class ModuleBIOS
ModuleException
ModuleBIOS
public byte[] getVideoBIOS()
getVideoBIOS
in class ModuleBIOS
ModuleBIOS
public boolean setVideoBIOS(byte[] biosCode) throws ModuleException
setVideoBIOS
in class ModuleBIOS
ModuleException
ModuleBIOS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |