Convert MSX rom files into bootable VHD images for MiSTer.
libguestfs
- A C compiler.
Download the latest release and run:
$ tar -zxvf msxrom2vhd-?.?.tar.gz
$ cd msxrom2vhd-?.?
$ ./configure && make
$ sudo make install
$ nix profile install github:nilp0inter/msxrom2vhd
Usage: msxrom2vhd <input.rom> <output.vhd>
There is no need to install the package first.
$ nix run github:nilp0inter/msxrom2vhd
For development you also need autotools
.
./autoconf.sh && ./configure && make
$ nix develop
This software contains binary files gathered from https://github.com/MiSTer-devel/MSX_MiSTer/tree/master/Utils/sdcreate.zip as well as execrom
from https://sourceforge.net/projects/execrom/files/ExecROM%20binaries/1.2c/.