pocomane / MiSTer_Batch_Control

Simple utility to control the MiSTer FPGA from the command line
47 stars 8 forks source link

TGFX16, GB, GBC problem #2

Closed kistjan closed 3 years ago

kistjan commented 3 years ago

Hello!

I love this script! Thank you for making it! It works exactly like I want it to with SNES, MD/Genesis, NES, SMS, GBA. However, I can't get GB/GBC and TGFX16 to work. It seems like it can't find the rompath, but it works perfectly with the other cores.

Thanks again!

kistjan commented 3 years ago

By putting roms in /media/fat/Games/Gameboy, and no further subfolders it solves the issue for GB/GBC. However, this doesn't solve the issue with TURBOGRAFX16. It seems to always execute whatever is furthest down in the TGFX16 folder.

pocomane commented 3 years ago

The last release should fix the turbografx issue.

However it is weird that you have to put the GC rom in the right directory to let it work. I can launch rom files placed anywhere on my SD. The only requirement is that the rom directory is present, but it can be empty.

pocomane commented 3 years ago

Can you confirm that the the Turbografx issue is solved? Can I close this issue?

kistjan commented 3 years ago

Sorry, for being late! Yes, everything seems to work. The GB/GBC pathing issue works now too. My mistake most likely! Thanks again!