Difference between revisions of "Emulator:Supermodel:Compiling"

From Wah!ki
Jump to navigation Jump to search
m (Sairuk moved page Supermodel:Compiling to Emulator:Supermodel:Compiling: namespaces changes)
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
{| class="wikitable" width="100%"
 
{| class="wikitable" width="100%"
 
|-
 
|-
! width="33%" | Supermodel
+
! width="10%" | Supermodel
! width="33%" | Dist-Name
+
! width="60%" | Filename
! width="34%" | Dist-Ver
+
! width="20%" | Dist-Name
 +
! width="10%" | Dist-Ver
 
|-
 
|-
 
| 0.1.2a
 
| 0.1.2a
 +
| Supermodel_0.1.2a_Src.zip
 
| Ubuntu
 
| Ubuntu
 
| 10.04.X
 
| 10.04.X
 
|-
 
|-
 
| 0.2a
 
| 0.2a
 +
| Supermodel_0.2a_Src.zip
 
| Ubuntu
 
| Ubuntu
 
| 10.04.X
 
| 10.04.X
Line 21: Line 24:
 
Setup your system for compiling
 
Setup your system for compiling
 
<pre>
 
<pre>
#sudo apt-get install build-essential
+
# sudo apt-get install build-essential
 
# sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev
 
# sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev
 
</pre>
 
</pre>
Line 37: Line 40:
 
== Test the emulator  ==
 
== Test the emulator  ==
 
<pre>
 
<pre>
    # ./Supermodel -print-games
+
#./Supermodel -print-games
    Supermodel: A Sega Model 3 Arcade Emulator (Version 0.1.2a)
+
Supermodel: A Sega Model 3 Arcade Emulator (Version 0.2a)
    Copyright (C) 2011 by Bart Trzynadlowski
+
Copyright (C) 2011 by Bart Trzynadlowski and Nik Henson
  
    Supported games:
+
Supported games:
 
 
        ROM Set        Title
 
        -------        -----
 
        vf3            Virtua Fighter 3
 
        lemans24      Le Mans 24
 
        scud          Scud Race
 
        scudp          Scud Race Plus
 
        lostwsga      The Lost World
 
        von2          Virtual On Oratorio Tangram
 
        vs298          Virtua Striker 2 '98
 
        srally2        Sega Rally 2
 
        daytona2      Daytona USA 2
 
        dayto2pe      Daytona USA 2 Power Edition
 
        fvipers2      Fighting Vipers 2
 
        harley        Harley Davidson & L.A. Riders
 
        lamachin      L.A. Machineguns
 
        oceanhun      The Ocean Hunter
 
        swtrilgy      Star Wars Trilogy
 
        eca            Emergency Car Ambulance
 
  
 +
    ROM Set        Title
 +
    -------        -----
 +
    bass            Sega Bass Fishing
 +
    daytona2        Daytona USA 2 Battle on the Edge
 +
    dayto2pe        Daytona USA 2 Power Edition
 +
    dirtdvls        Dirt Devils
 +
    dirtdvlsa      Dirt Devils (Alt.)
 +
    eca            Emergency Call Ambulance
 +
    ecax            Emergency Call Ambulance (Export)
 +
    fvipers2        Fighting Vipers 2
 +
    getbass        Get Bass
 +
    harley          Harley-Davidson & L.A. Riders
 +
    harleyb        Harley-Davidson & L.A. Riders (Revision B)
 +
    lamachin        L.A. Machineguns
 +
    lemans24        Le Mans 24
 +
    lostwsga        The Lost World
 +
    magtruck        Magical Truck Adventure
 +
    oceanhun        The Ocean Hunter
 +
    scud            Scud Race (Australia)
 +
    scuda          Scud Race (Export)
 +
    scudj          Scud Race (Japan)
 +
    scudp          Scud Race Plus
 +
    skichamp        Ski Champ
 +
    spikeofe        Spikeout Final Edition
 +
    spikeout        Spikeout
 +
    srally2        Sega Rally 2
 +
    srally2x        Sega Rally 2 DX
 +
    swtrilgy        Star Wars Trilogy (Revision A)
 +
    swtrilgya      Star Wars Trilogy
 +
    vf3            Virtua Fighter 3
 +
    vf3a            Virtua Fighter 3 (Revision A)
 +
    vf3tb          Virtua Fighter 3 Team Battle
 +
    von2            Virtual On: Oratorio Tangram
 +
    von254g        Virtual On: Oratorio Tangram (Version 5.4g)
 +
    vs2            Virtua Striker 2 (Step 2.0)
 +
    vs215          Virtua Striker 2 (Step 1.5)
 +
    vs298          Virtua Striker 2 '98 (Step 2.0)
 +
    vs29815        Virtua Striker 2 '98 (Step 1.5)
 +
    vs299          Virtua Striker 2 '99
 +
    vs299a          Virtua Striker 2 '99 (Revision A)
 +
    vs299b          Virtua Striker 2 '99 (Revision B)
 +
    vs2v991        Virtua Striker 2 '99.1
 
</pre>
 
</pre>
 
<br>  
 
<br>  
 
   
 
   
[[Category:Emulator]]
+
[[Category:Emulator|Supermodel (Compiling)]][[Category:Compiling]]

Latest revision as of 21:07, 4 February 2020

About

Compile Guide for Supermodel

Versions

Supermodel Filename Dist-Name Dist-Ver
0.1.2a Supermodel_0.1.2a_Src.zip Ubuntu 10.04.X
0.2a Supermodel_0.2a_Src.zip Ubuntu 10.04.X

Packages

Setup your system for compiling

# sudo apt-get install build-essential
# sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev

Compile the source

Download and compile the source

# wget http://www.trzy.org/Supermodel/Files/Supermodel_0.1.2a_Src.zip
# unzip Supermodel_0.1.2a_Src.zip
# cd Supermodel_0.1.2a_Src/
# cp Makefiles/Makefile.SDL.UNIX.GCC makefile
# make

Test the emulator

#./Supermodel -print-games
Supermodel: A Sega Model 3 Arcade Emulator (Version 0.2a)
Copyright (C) 2011 by Bart Trzynadlowski and Nik Henson

Supported games:

    ROM Set         Title
    -------         -----
    bass            Sega Bass Fishing
    daytona2        Daytona USA 2 Battle on the Edge
    dayto2pe        Daytona USA 2 Power Edition
    dirtdvls        Dirt Devils
    dirtdvlsa       Dirt Devils (Alt.)
    eca             Emergency Call Ambulance
    ecax            Emergency Call Ambulance (Export)
    fvipers2        Fighting Vipers 2
    getbass         Get Bass
    harley          Harley-Davidson & L.A. Riders
    harleyb         Harley-Davidson & L.A. Riders (Revision B)
    lamachin        L.A. Machineguns
    lemans24        Le Mans 24
    lostwsga        The Lost World
    magtruck        Magical Truck Adventure
    oceanhun        The Ocean Hunter
    scud            Scud Race (Australia)
    scuda           Scud Race (Export)
    scudj           Scud Race (Japan)
    scudp           Scud Race Plus
    skichamp        Ski Champ
    spikeofe        Spikeout Final Edition
    spikeout        Spikeout
    srally2         Sega Rally 2
    srally2x        Sega Rally 2 DX
    swtrilgy        Star Wars Trilogy (Revision A)
    swtrilgya       Star Wars Trilogy
    vf3             Virtua Fighter 3
    vf3a            Virtua Fighter 3 (Revision A)
    vf3tb           Virtua Fighter 3 Team Battle
    von2            Virtual On: Oratorio Tangram
    von254g         Virtual On: Oratorio Tangram (Version 5.4g)
    vs2             Virtua Striker 2 (Step 2.0)
    vs215           Virtua Striker 2 (Step 1.5)
    vs298           Virtua Striker 2 '98 (Step 2.0)
    vs29815         Virtua Striker 2 '98 (Step 1.5)
    vs299           Virtua Striker 2 '99
    vs299a          Virtua Striker 2 '99 (Revision A)
    vs299b          Virtua Striker 2 '99 (Revision B)
    vs2v991         Virtua Striker 2 '99.1