26 lines
748 B
TOML
26 lines
748 B
TOML
# romdef_compaq.toml
|
|
# ROM definition file for MartyPC.
|
|
|
|
# ----------------------------------------------------------------------------
|
|
# ROM definitions for Compaq
|
|
# ----------------------------------------------------------------------------
|
|
[[romset]]
|
|
alias = "compaq_portable_revb"
|
|
desc = "Compaq Portable Rev B"
|
|
priority = 0
|
|
provides = ["bios", "ibm5160"]
|
|
oem_for = ["ibm5160"]
|
|
rom = [
|
|
{ md5 = "f92174c12a0ed95c1e29cd0a488a6080", addr = 0xFE000, size = 8192, chip = "100298" },
|
|
]
|
|
|
|
[[romset]]
|
|
alias = "compaq_portable_revf"
|
|
desc = "Compaq Portable Rev F"
|
|
priority = 0
|
|
provides = ["bios", "ibm5160", "expansion"]
|
|
oem_for = ["ibm5160"]
|
|
rom = [
|
|
{ md5 = "a830e37bb3df05687dd0884724110b99", addr = 0xFE000, size = 8192, chip = "100298" },
|
|
]
|