Supermodel: Difference between revisions
No edit summary |
|||
| Line 13: | Line 13: | ||
|source = [https://github.com/trzy/Supermodel GitHub] | |source = [https://github.com/trzy/Supermodel GitHub] | ||
}} | }} | ||
'''Supermodel''' is a free and open-source [[Sega Model 3]] emulator written in C++. | '''Supermodel''' is a free and open-source [[Sega Model 3]] emulator written in C++. | ||
| Line 18: | Line 19: | ||
{| cellpadding="4" | {| cellpadding="4" | ||
|- | |- | ||
|align=center|{{Icon|Win-big}} | |align=center|{{Icon|Win-big|Mac}} | ||
|[https://www.supermodel3.com/Download.html | |[https://www.supermodel3.com/Download.html Git snapshots + old releases] | ||
|- | |- | ||
|align=center|{{Icon|Win|Lin|Mac}} | |align=center|{{Icon|Win|Lin|Mac}} | ||
|[https:// | |[https://github.com/BackPonBeauty/Supermodel3-PonMi/releases/latest Supermodel3-PonMi] | ||
|- | |- | ||
|align=center|{{Icon|Win|Lin|Mac}} | |align=center|{{Icon|Win|Lin|Mac}} | ||
|[https://github.com/DirtBagXon/model3emu-code-sinden | |[https://github.com/DirtBagXon/model3emu-code-sinden/releases/latest Supermodel: Sega Model 3 Emulator (Sinden)] | ||
|- | |- | ||
|align=center|{{Icon|Win}} | |align=center|{{Icon|Win|Lin}} | ||
|[https://github.com/blueminder/supermodel-dojo | |[https://github.com/blueminder/supermodel-dojo/tags Supermodel Dojo] | ||
|- | |- | ||
|colspan="3"|<hr/> | |colspan="3"|<hr/> | ||
|- | |- | ||
|align=center|{{Icon|Win-big}} | |align=center|{{Icon|Win-big}} | ||
|[https | |[https://www.emu-france.com/emulateurs/6-arcades/61-multi-games/8050-supermodel/ Emu-France pre-compiled builds] | ||
|- | |- | ||
|align=center|{{Icon|Win-big}} | |align=center|{{Icon|Win-big}} | ||
|[ | |[https://www.mediafire.com/folder/jqqg6jzzp6dfi/Supermodel+Releases Obsolete releases] | ||
|} | |} | ||
==Overview== | |||
The [http://www.supermodel3.com/About.html original Supermodel effort] was undertaken by Ville Linde (vlinde), Stefano Teso (sthief), and Bart Trzynadlowski (trzy) from 2003. The PowerPC emulator is originally by Ville Linde and the Sega Custom Sound Processor emulator was donated by [http://nebula.emulatronia.com/ ElSemi] (Aka Miguel Ãngel Horna. Coder of old emulators like Nebula, CPS3 Emulator and Model 2 Emulator). Development began in January 2011 after Bart rewrote it from scratch in late 2010 and got it to a playable state. The first version of Supermodel was released on April 1, 2011. It is being created by Bart Trzynadlowski, Ville Linde, and Stefano Teso. Ian (dukeeeey) is another active contributor. | |||
Supermodel is written in C++ and uses OpenGL and SDL. On Windows, it supports force feedback and [[Xbox 360 emulators|Xbox 360]] controllers. Options to increase the internal resolution and play at widescreen resolutions are available, and are exposed when using the UI frontend. | |||
To increase emulation performance, Supermodel underclocks the emulated PowerPC CPU by default, to 49 MHz. As Model 3 games were generally not CPU-bottlenecked, this avoids wasting native CPU time on emulating idle cycles, and has very little effect on most games. Users on less-powerful computers can underclock the emulated CPU to as low as 25 MHz and maintain playability in some games. Likewise, other users may wish to run the emulator at the proper speed of 66 MHz for a more accurate experience. The clock speed can be changed using PowerPC frequency in the config file or by passing the -ppc-frequency argument. | |||
* [https://github.com/BackPonBeauty/Sega-Model-3-UI-for-20240128- Sega Model 3 UI for 20240128+] | ==Frontends== | ||
* [https://github.com/BackPonBeauty/Sega-Model-3-UI-for-20240128- Sega Model 3 UI for 20240128+] Most currently active Supermodel frontend. | |||
* [https://github.com/nikescar1/SupermodelAssistant SupermodelAssistant] Frontend made in Unity. | |||
'''Old frontends:''' | '''Old frontends:''' | ||
* [https://www.sendspace.com/file/sr7f90 Sega Model 3 UI] - 2019 open-source frontend for Windows made by Nuexzz. He has also previously created a similarly styled [http://forum.arcadecontrols.com/index.php/topic,159733.msg1680224.html#msg1680224 Sega Model 2 UI] for the inactive, closed-source [[Sega Model 2]] emulator called '''Model 2 Emulator'''. | |||
* SuperModel-UI: | * SuperModel-UI: | ||
:- [http://www.emu-france.com/emulateurs/6-arcades/61-multi-games/3697-supermodel-ui/ Emu-France] (French language. SuperModel-UI v0.9.151. Updated: 16/09/2013.) | :- [http://www.emu-france.com/emulateurs/6-arcades/61-multi-games/3697-supermodel-ui/ Emu-France] (French language. SuperModel-UI v0.9.151. Updated: 16/09/2013.) | ||
:- [http://www.emu-france.com/emulateurs/6-arcades/61-multi-games/3699-supermodel-ui-snapshots/ Emu-France] (French language. SuperModel-UI Snapshots v1.0. Updated: 29/02/2012.) | :- [http://www.emu-france.com/emulateurs/6-arcades/61-multi-games/3699-supermodel-ui-snapshots/ Emu-France] (French language. SuperModel-UI Snapshots v1.0. Updated: 29/02/2012.) | ||
==Forks== | ==Forks== | ||
* [https://github.com/blueminder/supermodel-dojo Supermodel Dojo]: A fork of Supermodel | * [https://github.com/BackPonBeauty/Supermodel3-PonMi Supermodel-PonMi]: A fork of Supermodel with QOL features. | ||
* [https://github.com/blueminder/supermodel-dojo Supermodel Dojo]: A fork of Supermodel with a focus on netplay features and replay. | |||
* [https://github.com/DirtBagXon/model3emu-code-sinden Supermodel: Sega Model 3 Emulator (Sinden)]: A fork of model3emu with Sinden and 2 player gun support in Linux/MacOS. | * [https://github.com/DirtBagXon/model3emu-code-sinden Supermodel: Sega Model 3 Emulator (Sinden)]: A fork of model3emu with Sinden and 2 player gun support in Linux/MacOS. | ||
Revision as of 16:42, 21 September 2025
| Developer(s) | Stefano Teso (sthief), Bart Trzynadlowski (trzy), Ville Linde (vlinde), Ian (dukeeeey) |
|---|---|
| Latest version | 0.3a [+] |
| Active | Yes |
| Platform(s) | Windows Linux macOS |
| Emulates | Sega Model 3 |
| Website | supermodel3.com |
| Programmed in | C++ |
| License | GPLv3 |
| Source code | GitHub |
Supermodel is a free and open-source Sega Model 3 emulator written in C++.
Download
| Git snapshots + old releases | ||
| Supermodel3-PonMi | ||
| Supermodel: Sega Model 3 Emulator (Sinden) | ||
| Supermodel Dojo | ||
| Emu-France pre-compiled builds | ||
| Obsolete releases | ||
Overview
The original Supermodel effort was undertaken by Ville Linde (vlinde), Stefano Teso (sthief), and Bart Trzynadlowski (trzy) from 2003. The PowerPC emulator is originally by Ville Linde and the Sega Custom Sound Processor emulator was donated by ElSemi (Aka Miguel Ãngel Horna. Coder of old emulators like Nebula, CPS3 Emulator and Model 2 Emulator). Development began in January 2011 after Bart rewrote it from scratch in late 2010 and got it to a playable state. The first version of Supermodel was released on April 1, 2011. It is being created by Bart Trzynadlowski, Ville Linde, and Stefano Teso. Ian (dukeeeey) is another active contributor.
Supermodel is written in C++ and uses OpenGL and SDL. On Windows, it supports force feedback and Xbox 360 controllers. Options to increase the internal resolution and play at widescreen resolutions are available, and are exposed when using the UI frontend.
To increase emulation performance, Supermodel underclocks the emulated PowerPC CPU by default, to 49 MHz. As Model 3 games were generally not CPU-bottlenecked, this avoids wasting native CPU time on emulating idle cycles, and has very little effect on most games. Users on less-powerful computers can underclock the emulated CPU to as low as 25 MHz and maintain playability in some games. Likewise, other users may wish to run the emulator at the proper speed of 66 MHz for a more accurate experience. The clock speed can be changed using PowerPC frequency in the config file or by passing the -ppc-frequency argument.
Frontends
- Sega Model 3 UI for 20240128+ Most currently active Supermodel frontend.
- SupermodelAssistant Frontend made in Unity.
Old frontends:
- Sega Model 3 UI - 2019 open-source frontend for Windows made by Nuexzz. He has also previously created a similarly styled Sega Model 2 UI for the inactive, closed-source Sega Model 2 emulator called Model 2 Emulator.
- SuperModel-UI:
- - Emu-France (French language. SuperModel-UI v0.9.151. Updated: 16/09/2013.)
- - Emu-France (French language. SuperModel-UI Snapshots v1.0. Updated: 29/02/2012.)
Forks
- Supermodel-PonMi: A fork of Supermodel with QOL features.
- Supermodel Dojo: A fork of Supermodel with a focus on netplay features and replay.
- Supermodel: Sega Model 3 Emulator (Sinden): A fork of model3emu with Sinden and 2 player gun support in Linux/MacOS.