Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Randrianasulu/736db83f14b8774407e6a209e1a7ef0e to your computer and use it in GitHub Desktop.
Save Randrianasulu/736db83f14b8774407e6a209e1a7ef0e to your computer and use it in GitHub Desktop.
Compaq ROM for unipcemu
wget https://raw.githubusercontent.com/jeffpar/pcjs/master/machines/pcx86/compaq/deskpro386/rom/1988-01-28/109591-001.hex
wget https://raw.githubusercontent.com/jeffpar/pcjs/master/machines/pcx86/compaq/deskpro386/rom/1988-01-28/109592-001.hex
then download and compile nex2bin from
https://github.com/Keidan/hex2bin.git
(require cmake)
hex2bin -i 109591-001.hex -o BIOSROM.U15.BIN
hex2bin -i 109592-001.hex -o BIOSROM.U13.BIN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment