Le premier émulateur de Sega Model 3 créé par Bart Trzynadlowski, Ville Linde et Stefano Teso dans sa version de développement (voir ici ou là ) [source].
Fichiers de configurations préparés ici.


Les changements:
Le système de mise à jour passe de SVN à GIT, du coup le nom des versions changent, par simplicité j’utiliserai un système par date de release plus compréhensible que le par défaut de GIT.
– Merge pull request #216 from toxieainc/ppc_rounding_fixes
– Properly enable fesetround/fegetround usage
– Merge pull request #217 from jflatt/xdg
– Add xdg base dirs
– avoid set_rounding_mode and check fpscr directly
– Revert « Add fallback in case neither .config or XDG environment variables exist »
– This reverts commit ad642ceeb91d21616b6688131013086ef1b944fb. Not needed
– Add fallback in case neither .config or XDG environment variables exist
– Add xdg base dirs
– make fselx more robust against NaNs in combination with compilers/options that may ignore NaNs/switch orders on comparisons follows fselx spec
– fix wrong clamping for fctiw(z)x if clamping values that are <-2^31
- 0x000800000000000 -> 0x0008000000000000. In addition it checked if the remaining frac bits are 0, but due to the IEEE spec these can be used for a payload.
– On top, optimize the other fp64 special case testing functions
– properly enable fesetround/fegetround usage according to the C++ spec
– unfortunately, e.g. MSVC ignores this pragma, so use what MSDN suggests in that case (GCC and clang may still require -frounding-math for compilation of at least this file)
– in addition, do not set fesetround mode once, but just each time before eachmath op that requires it otherwise other Supermodel code may use the wrong
rounding modes (as it relies by default on it being FE_TONEAREST) note that changing the rounding mode is extremely rare, so this will not affect Supermodels performance by much
– and fix additional minor issue in ppc_fctiwx
– this fixes #203, maybe other emulation+math precision issues, too
– Delete unused file
– Misc fixes
A noter qu’un nouveau fork ajoutant le support du Sinden est dispo ici.
Ajout:
– correction des musiques dans sega rally 2 (mix)
– correction musique 1er niveau 2joueurs (la cave rouge) dans vf3 (pas sûr de la modif, et donc cela peut éventuellement entrainer d’autre problèmes sonore sur d’autre jeux).(inclut officiellement)
Les fichiers sont compilés par Kof2112 ou Lo v2, merci à eux.
Télécharger SuperModel (WIP) v0.3a Build 250428 (9.1 Mo)
Télécharger SuperModel WIP (XP) v0.3a r862 (6.3 Mo)
Site Officiel
En savoir plus…