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)
 
(8 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 19: Line 22:
  
 
== Packages  ==
 
== Packages  ==
<blockquote>
+
Setup your system for compiling
# sudo apt-get install build-essential<br> # sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev<br>
+
<pre>
 +
# sudo apt-get install build-essential
 +
# sudo apt-get install libglew1.5-dev libsdl1.2-dev zlib1g-dev
 +
</pre>
  
<br># wget http://www.trzy.org/Supermodel/Files/Supermodel_0.1.2a_Src.zip<br># unzip Supermodel_0.1.2a_Src.zip<br># cd Supermodel_0.1.2a_Src/<br># cp Makefiles/Makefile.SDL.UNIX.GCC makefile<br># make<br>
+
== Compile the source  ==
 +
Download and compile the source
 +
<pre>
 +
# 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
 +
</pre>  
  
<br>
+
== Test the emulator  ==
 
+
<pre>
# ./Supermodel -print-games<br>Supermodel: A Sega Model 3 Arcade Emulator (Version 0.1.2a)<br>Copyright (C) 2011 by Bart Trzynadlowski
+
#./Supermodel -print-games
 +
Supermodel: A Sega Model 3 Arcade Emulator (Version 0.2a)
 +
Copyright (C) 2011 by Bart Trzynadlowski and Nik Henson
  
 
Supported games:
 
Supported games:
  
ROM Set Title<br> ------- -----<br> vf3 Virtua Fighter 3<br> lemans24 Le Mans 24<br> scud Scud Race<br> scudp Scud Race Plus<br> lostwsga The Lost World<br> von2 Virtual On Oratorio Tangram<br> vs298 Virtua Striker 2 '98<br> srally2 Sega Rally 2<br> daytona2 Daytona USA 2<br> dayto2pe Daytona USA 2 Power Edition<br> fvipers2 Fighting Vipers 2<br> harley Harley Davidson &amp; L.A. Riders<br> lamachin L.A. Machineguns<br> oceanhun The Ocean Hunter<br> swtrilgy Star Wars Trilogy<br> eca Emergency Car Ambulance<br>
+
    ROM Set         Title
</blockquote>
+
    -------         -----
[[Category:Emulator]]
+
    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>
 +
<br>  
 +
 +
[[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