agg23 / fpga-gameandwatch

Game and Watch for Analogue Pocket and MiSTer
MIT License
57 stars 2 forks source link

Rom generator fails on generation of 4 roms #4

Closed Loukey42 closed 1 year ago

Loukey42 commented 1 year ago

Version (or build number)

0.1.0

Platform (Pocket or MiSTer)

Pocket

Steps to reproduce

Rom generator fails on generation of trthuball, trockteer, trobhood, and tigarden.

Each of these appears to be a clone title and the mame zips don't contain the actual rom files.

tigarden - parent: trshutvoy trobhood - parent: tgaunt trockteer - parent: trobocop2 trthuball - parent: trsrescue

Adding the parent roms into the zip works for tigarden, trobhood, and trockteer. Trsrescue has rom 0015_224b and the manifest is looking for 0015_236d (I am unsure which set that is from).

Expected Behavior

No response

Actual Behavior


Processing device tigarden

Could not open ROM "/var/folders/yf/_5kk4p995070yh07fy4lnbkc0000gn/T/gnw/tigarden/0019_238e" Skipping device tigarden


Processing device trobhood

Could not open ROM "/var/folders/yf/_5kk4p995070yh07fy4lnbkc0000gn/T/gnw/trobhood/583" Skipping device trobhood


Processing device trockteer

Could not open ROM "/var/folders/yf/_5kk4p995070yh07fy4lnbkc0000gn/T/gnw/trockteer/m96" Skipping device trockteer


Processing device trthuball

Could not open ROM "/var/folders/yf/_5kk4p995070yh07fy4lnbkc0000gn/T/gnw/trthuball/0015_236d" Skipping device trthuball

Additional Context

No response