Il s’agit d’un émulateur de Sega Model2, il remplace l’ancien projet NebulaM2. Cette version est proposé en 2 fichiers: Normal et Multi-Thread (HT ou DC).

Voici les améliorations:

– More accurate emulation of some TGP by using the data tables from the mainboard. You’ll need these table roms in Model2.zip or inside the game zip. Thanks to Peabo for the donation of a Daytona board that helped to understand how they worked. This has fixed most of the bugs in daytona usa (reverse and most invisble wall hits) and sega rally (automatic transmission).
– Improved color table decoding that gives more bright colors for some games.
– Improved SCSP timing. It should be more accurate and musics should not sound out of sync anymore. As a bonus feature I’ve left in a debug sound player that allows you to load a SSF (Saturn Sound Format) file for playing. To use it, load a game using SCSP (model 2a,b or c) and enter test mode (so it doesn’t send sound commands) then press LeftControl+F5 and choose the ssf file to play.
– Improved clipping. By moving to vertex/pixel shaders I’ve got rid of all the clipping issues that happened with ATI video cards and recent NVIDIA ones. Remember to remove set SoftwareVertexProcessing to 0. You’ll need a pixel shader 1.1 and vertex shader 1.1 capable card. It’s the lowest shader version so any video should work. As a side effect of this change, there is only a geometrizer now, so the Geometrizer opion in the ini file is not used.
– Fixed problems with textures ending in the lowest line of the texture sheet not being uploaded to direct3d (sega rally black background in 2nd stage and topskater missing floors).
– Added Wave Runner (Model 2C)
– Added support for direct3d automimpap generation (see emulator.ini AutoMip option)
– Added network emulation (see NETWORK section below)

NB: Pour le jeu en réseau:

1/ Créer un fichier texte et renommer le en m2network.ini
2/ Editer ce fichier et mettez les lignes suivantes dedans:

[Network]
RxPort=1978
NextIP=127.0.0.0
NextPort=1978
[/CODE]

3/ Sauvegarder le fichier (en ayant mis l'IP de la machine distante biensur)

NB2: Penser à ne pas activer le TRILINEAR car il cause bien des soucis à de nombreux jeux, en revanche activer donc le nouveau mode AUTOMIP qui lui fonctionne correctement et qui utilise apparemment le filtrage anisotropic d'avantage supérieur au trilinear filtering.

Télécharger Model2 Emulator v1.1a (1.2 Mo)

Site Officiel

En savoir plus...