Skip to content

nilp0inter/msxrom2vhd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msxrom2vhd

Convert MSX rom files into autolaunch VHD images for MiSTer.

Dependencies

  • libguestfs
  • A C compiler.

Installation

Download the latest release and run:

$ tar -zxvf msxrom2vhd-?.?.tar.gz
$ cd msxrom2vhd-?.?
$ ./configure && make
$ sudo make install

Usage

Usage: msxrom2vhd <input.rom> <output.vhd>

Development

For development you also need autotools.

./autoconf.sh && ./configure && make

Acknowledgements

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/.