Created
March 15, 2023 14:32
-
-
Save Randrianasulu/736db83f14b8774407e6a209e1a7ef0e to your computer and use it in GitHub Desktop.
Compaq ROM for unipcemu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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