Documentation
¶
Index ¶
Constants ¶
View Source
const OriginBIOS = 0x8000
the addressing origin for the BIOS. the bios rom data will not be placed here unless the BIOS is 32k in length
the reason for this origin is given in the "7800 Software Guide" in the section detailing the INPTCTRL register and the EXT bit in particular:
"EXT: 0 = enable BIOS at $8000-$FFFF, 1 = disable BIOS / enable cartridge"
Variables ¶
View Source
var Supported map[string]Info = map[string]Info{ "PAL": {Name: "PAL", MD5: "0x397bb566584be7b9764e7a68974c4263"}, "NTSC": {Name: "NTSC", MD5: "0x0763f1ffb006ddbe32e52d497ee848ae", ChecksSignature: true, SignatureFail: 0x26c2, SignaturePass: 0x23f9}, }
list of supported BIOS along with MD5 and whether the BIOS cares about ROM signing
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.