One of these games is `mysticri`. I've found this is due to [this check that rely on the game driver to specify if the hiscore is supported or not](https://github.com/libretro/FBNeo/blob/master/src/burn/hiscore.cpp#L155). Since new games are added constantly to the [MAME datfile](https://github.com/mamedev/mame/blob/master/plugins/hiscore/hiscore.dat) maybe it is better to disable the check? Related issue: https://github.com/libretro/FBNeo/issues/220