0mhz-net / 0mhz-collection

A curated collection of configurations for individually bootable DOS games for the ao486 core on MiSTer
54 stars 4 forks source link

Pinball Dreams mgl misconfiguration #52

Open Shaneus2k2 opened 3 months ago

Shaneus2k2 commented 3 months ago

For some reason the mgl has "ao486-open-source-bios" in it, causing it to not find the game directory or boot. Removing that line fixes the issue.

emubastard commented 3 months ago

Pinball Dreams is actually not working. It works with the open source bios however. It won't let you actually get into the game without the open source bios setup. I need to fix the build to allow this.

bikerspade commented 3 months ago

Where should these alternative bios directories/files be placed?

ao486-open-source-bios/boot0.rom
ao486-open-source-bios/boot1.rom
ao486-trident-bios/boot0.rom
ao486-trident-bios/boot1.rom
italiangrandma commented 3 months ago

Where should these alternative bios directories/files be placed?

ao486-open-source-bios/boot0.rom
ao486-open-source-bios/boot1.rom
ao486-trident-bios/boot0.rom
ao486-trident-bios/boot1.rom

The best way around this is the following:

1) Create some other folder inside of AO486 (media_altBIOS, etc.) 2) Create subfolders inside of your new media_altBIOS folder for each type of BIOS and place the corresponding bios files in each folder

That's at least the best way I can think to do it for now. I'm actually pretty sure that the 0MHz collection could add support for dropping symlinks file directly onto MiSTer, but the issue there is that everyone stores their games in different locations (SD, USB, CIFs, etc.). I think it's possible you could include multiple premade symlinks that could potentially cover the most common situations, but that will surely lead to some confusion and mistakes...

emubastard commented 3 months ago

@italiangrandma to the rescue again. We want to include this in the zips so I'm going to leave this open until it's fixed.