More actions
No edit summary |
|||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Emulators (Console) - GameBrew | |title=Vita Homebrew Emulators (Console) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=pgenvita2.png | ||
|image_alt= | |image_alt=pGEN: Portable Genesis | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title= | |title=pGEN: Portable Genesis | ||
|image= | |image=pgenvita2.png | ||
|description=Sega Genesis emulator, multiplatform port of Genesis Plus GX. | |description=Sega Genesis emulator, multiplatform port of Genesis Plus GX. | ||
|author=Cpasjuste | |author=Cpasjuste | ||
Line 16: | Line 15: | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/pgenvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/pgenvita.7z | ||
|website=https://github.com/Cpasjuste/pemu | |website=https://github.com/Cpasjuste/pemu/tree/master/pgen | ||
|source=https://github.com/Cpasjuste/pemu/ | |source=https://github.com/Cpasjuste/pemu/releases | ||
}} | }} | ||
Sega Genesis emulator, multiplatform port of Genesis Plus GX. | pGEN: Portable Genesis is a Sega Genesis emulator, multiplatform port of Genesis Plus GX. | ||
The main goals of this [https://github.com/ekeeke/Genesis-Plus-GX Genesis-Plus-GX] port are: | |||
*Have a basic but user-friendly user interface on non Windows devices. | |||
*Use a recent rendering interface for speed and effects support. | |||
*Cross-platform and code portability. | |||
*Easy updates of genesis-plus-gx core (no modifications to the original sources). | |||
==Features== | |||
*Support save states. | |||
*Support 2x, 3x, fit, fit 4/3 and fullscreen hardware scaling. | |||
*Support hardware filtering (shaders). | |||
==Installation== | |||
Install the VPK on your homebrew enabled PS Vita or PS TV. | |||
Copy your roms into: | |||
*Game Gear - ux0:data/pgen/gamegear/. | |||
*Mega Drive - ux0:data/pgen/megadrive/. | |||
*Sega Master System - ux0:data/pgen/sms/. | |||
*MEGA CD (unzipped cue/bin) - ux0:data/pgen/megacd/. | |||
BIOS files go in ux0:data/pgen/bios/: | |||
* bios_MD.bin - MegaDrive TMSS startup ROM (bootrom) - Optional. | |||
* bios_CD_E.bin - MegaCD EU BIOS - Required for MegaCD EU games. | |||
* bios_CD_U.bin - SegaCD US BIOS - Required for SegaCD US games. | |||
* bios_CD_J.bin - MegaCD JP BIOS - Required for MegaCD JP games. | |||
* bios_E.sms - MasterSystem EU BIOS (bootrom) - Optional. | |||
* bios_U.sms - MasterSystem US BIOS (bootrom) - Optional. | |||
* bios_J.sms - MasterSystem JP BIOS (bootrom) - Optional. | |||
* bios.gg - GameGear BIOS (bootrom) - Optional. | |||
* sk.bin - Sonic & Knuckles ROM (lock-on) (2 MiB) - Optional. | |||
* sk2chip.bin - Sonic & Knuckles UPMEM ROM (lock-on) (256 KiB) - Optional. | |||
* areplay.bin - Action Replay ROM (lock-on) - Optional. | |||
* ggenie.bin - Game Genie ROM (lock-on) - Optional. | |||
==User guide== | |||
===Romset=== | |||
The pGEN database (for infos and medias) is built against these no-intro sets: | |||
*No-Intro - Sega - Mega Drive - Genesis (2017-03-18).zip | |||
*No-Intro - Sega - Game Gear (20210519).zip | |||
*No-Intro - Sega - Master System - Mark III (2017-04-14).zip | |||
*[REDUMP] Disc Image Collection: Sega - Sega Mega CD updated 2021-01-08 (20-42-03) | |||
===Preview images=== | |||
pGEN support preview images, put png files in ux0:data/pgen/roms/media/mixrbv2 (replace "roms" with the system roms path). | |||
You can download full-set mixrbv2 and video packages [https://github.com/Cpasjuste/pemu/tree/master/psnes#preview-images-and-videos here]. | |||
==Screenshots== | ==Screenshots== | ||
pgenvita3.png | |||
pgenvita4.png | |||
==Changelog== | |||
'''v.6.6''' | |||
*pfbn: support latest fbneo core (25f8e93). | |||
*pfbn: fix memory leak on stop. | |||
*pfbn: fix default dip switch values (fix red hearth, some megadrive games...) | |||
*common: fix adding favorites in some cases. | |||
*common: revert roms paths to default if not available. | |||
*pnes/vita: should fix zip loading. | |||
*android: add android support (wip). | |||
Full list of changes can be found [https://github.com/Cpasjuste/pemu/releases here]. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Cpasjuste/pemu/tree/master/pgen | ||
* | * VitaDB - https://vitadb.rinnegatamante.it/#/info/820 | ||
Revision as of 05:13, 3 Ocak 2023
pGEN: Portable Genesis | |
---|---|
General | |
Author | Cpasjuste |
Type | Console |
Version | 6.6 |
License | GPL-3.0 |
Last Updated | 2022/08/30 |
Links | |
Download | |
Website | |
Source | |
pGEN: Portable Genesis is a Sega Genesis emulator, multiplatform port of Genesis Plus GX.
The main goals of this Genesis-Plus-GX port are:
- Have a basic but user-friendly user interface on non Windows devices.
- Use a recent rendering interface for speed and effects support.
- Cross-platform and code portability.
- Easy updates of genesis-plus-gx core (no modifications to the original sources).
Features
- Support save states.
- Support 2x, 3x, fit, fit 4/3 and fullscreen hardware scaling.
- Support hardware filtering (shaders).
Installation
Install the VPK on your homebrew enabled PS Vita or PS TV.
Copy your roms into:
- Game Gear - ux0:data/pgen/gamegear/.
- Mega Drive - ux0:data/pgen/megadrive/.
- Sega Master System - ux0:data/pgen/sms/.
- MEGA CD (unzipped cue/bin) - ux0:data/pgen/megacd/.
BIOS files go in ux0:data/pgen/bios/:
- bios_MD.bin - MegaDrive TMSS startup ROM (bootrom) - Optional.
- bios_CD_E.bin - MegaCD EU BIOS - Required for MegaCD EU games.
- bios_CD_U.bin - SegaCD US BIOS - Required for SegaCD US games.
- bios_CD_J.bin - MegaCD JP BIOS - Required for MegaCD JP games.
- bios_E.sms - MasterSystem EU BIOS (bootrom) - Optional.
- bios_U.sms - MasterSystem US BIOS (bootrom) - Optional.
- bios_J.sms - MasterSystem JP BIOS (bootrom) - Optional.
- bios.gg - GameGear BIOS (bootrom) - Optional.
- sk.bin - Sonic & Knuckles ROM (lock-on) (2 MiB) - Optional.
- sk2chip.bin - Sonic & Knuckles UPMEM ROM (lock-on) (256 KiB) - Optional.
- areplay.bin - Action Replay ROM (lock-on) - Optional.
- ggenie.bin - Game Genie ROM (lock-on) - Optional.
User guide
Romset
The pGEN database (for infos and medias) is built against these no-intro sets:
- No-Intro - Sega - Mega Drive - Genesis (2017-03-18).zip
- No-Intro - Sega - Game Gear (20210519).zip
- No-Intro - Sega - Master System - Mark III (2017-04-14).zip
- [REDUMP] Disc Image Collection: Sega - Sega Mega CD updated 2021-01-08 (20-42-03)
Preview images
pGEN support preview images, put png files in ux0:data/pgen/roms/media/mixrbv2 (replace "roms" with the system roms path).
You can download full-set mixrbv2 and video packages here.
Screenshots
pgenvita3.png pgenvita4.png
Changelog
v.6.6
- pfbn: support latest fbneo core (25f8e93).
- pfbn: fix memory leak on stop.
- pfbn: fix default dip switch values (fix red hearth, some megadrive games...)
- common: fix adding favorites in some cases.
- common: revert roms paths to default if not available.
- pnes/vita: should fix zip loading.
- android: add android support (wip).
Full list of changes can be found here.