Skip to content

Convert MSX rom files into autolaunch VHD images.

License

Notifications You must be signed in to change notification settings

Joseph-DiGiovanni/msxrom2vhd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

msxrom2vhd

Convert MSX rom files into bootable VHD images for MiSTer.

Dependencies

  • libguestfs
  • A C compiler.

Installation

From a release

Download the latest release and run:

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

Install from flake

$ nix profile install github:nilp0inter/msxrom2vhd

Usage

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

Run from nix flake

There is no need to install the package first.

$ nix run github:nilp0inter/msxrom2vhd

Development

For development you also need autotools.

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

Develop with nix flake

$ nix develop

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

Releases

No releases published

Packages

No packages published

Languages

  • C 57.1%
  • Makefile 15.4%
  • Nix 14.3%
  • M4 11.4%
  • Shell 1.4%
  • Batchfile 0.4%