Skip to content

Convert MSX rom files into autolaunch VHD images.

License

Notifications You must be signed in to change notification settings

godzivan/msxrom2vhd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msxrom2vhd

Convert MSX rom files into bootable 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/.

About

Convert MSX rom files into autolaunch VHD images.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 66.0%
  • Makefile 18.4%
  • M4 13.6%
  • Shell 1.6%
  • Batchfile 0.4%