The Linux build of Arculator 2.1 has a couple of case errors when packaging its ROMs, causing Linux to miss the ROM as filenames are, by default, case-sensitive:
roms/podules/zidefs/ZIDEFSROM should be named roms/podules/zidefs/zidefsrom,
roms/podules/zidefs_a3k/ZIDEFSROM should be named roms/podules/zidefs_a3k/zidefsrom.
In addition, the roms/podules/zidefs_a3k/roms.txt file has the upper-case name in it, which should be lower-case. A pull request for this change is coming shortly!
The Linux build of Arculator 2.1 has a couple of case errors when packaging its ROMs, causing Linux to miss the ROM as filenames are, by default, case-sensitive:
roms/podules/zidefs/ZIDEFSROM
should be namedroms/podules/zidefs/zidefsrom
,roms/podules/zidefs_a3k/ZIDEFSROM
should be namedroms/podules/zidefs_a3k/zidefsrom
.In addition, the
roms/podules/zidefs_a3k/roms.txt
file has the upper-case name in it, which should be lower-case. A pull request for this change is coming shortly!