pcjs/devices/pcx86/rom/cdp/mpc1600
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2016-05-23 13:16:25 -07:00
..
BIOS-434.json README and JSON updates 2016-05-23 13:16:25 -07:00
bios-434.xml Starting work on disambiguating PCjs the emulator from PCjs the project/website; the emulator will become PCx86 2016-05-16 20:55:32 -07:00
README.md README and JSON updates 2016-05-23 13:16:25 -07:00

layout title permalink redirect_from
page Columbia Data Products MPC 1600 ROM BIOS /devices/pcx86/rom/cdp/mpc1600/
/devices/pc/rom/cdp/mpc1600/
/devices/pcx86/rom/cdp/

Columbia Data Products MPC 1600 ROM BIOS

BIOS-434.json is a JSON-encoded dump of the ROM images (MPC4.34_U45.BIN, MPC4.34_U46.BIN, and MPC4.34_U47.BIN) obtained from the www.minuszerodegrees.net website.

The dump was produced by concatenating the three 4Kb ROM images to produce a single 12Kb ROM image and then running FileDump:

cat archive/MPC4.34_U47.BIN archive/MPC4.34_U46.BIN archive/MPC4.34_U45.BIN > archive/MPC4.34.rom
filedump --file=archive/MPC4.34.rom --output=BIOS-434.json --comments --format=bytes