jotego / jtcores

FPGA cores compatible with multiple arcade game machines and KiCAD schematics of arcade games. Working on MiSTer FPGA/Analogue Pocket
https://patreon.com/jotego
GNU General Public License v3.0
240 stars 41 forks source link

Bubl: Bubble Bobble opens in Test Mode by default in Pocket #739

Closed rp-jt closed 3 months ago

rp-jt commented 3 months ago

When starting the game in Analogue Pocket it runs directly in test mode and cannot be played. This can be fixed by changing the DIP switch to "Game" in the core settings.

In the toml file, this value is defined as an extra switch . For this data type, preset default values cannot be defined, so the first option of the list is taken as default.

This issue doesn't happen with Tokio due to not having the same DIP switch options