Nuked-SC55 icon indicating copy to clipboard operation
Nuked-SC55 copied to clipboard

Allow ROM files/directories to be passed on the command line

Open heraplem opened this issue 11 months ago • 2 comments

Hi,

I'm trying to package this project up for Nixpkgs. The only obstacle that I can see right now is the fact that the location of ROM files is basically hardcoded. For obvious reasons, ROM files can't be included in Nixpkgs, and the Nix store is supposed to be immutable, which prevents users from adding the files themselves (without extending the package themselves.)

I'm wondering if it would be possible to add a command-line option that would allow users to specify the location of ROM files at runtime.

heraplem avatar Feb 02 '25 00:02 heraplem

Hi, there is a fork of this project by jcmoyer which has the option to pass the ROM directory on the command line.

blixabloxa avatar Feb 19 '25 06:02 blixabloxa

Or you can use my fork here: https://github.com/linoshkmalayil/Nuked-SC55-GUI-Float Which contains the work done by jcmoyer and has GUI support for mk1 and mkII.

linoshkmalayil avatar Apr 30 '25 15:04 linoshkmalayil