SuperMarioBros C Vita: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|title=SuperMarioBros C Vita | |title=SuperMarioBros C Vita | ||
|image=SuperMarioBrosCVita.png | |image=SuperMarioBrosCVita.png | ||
|description=Port of Super Mario Bros for | |description=Port of Super Mario Bros for PS Vita. | ||
|author=Gustavo3211 | |author=Gustavo3211 | ||
|lastupdated=2026/05/05 | |lastupdated=2026/05/05 | ||
| Line 19: | Line 19: | ||
|image_alt=SuperMarioBros C Vita | |image_alt=SuperMarioBros C Vita | ||
}} | }} | ||
This is a port of the Super Mario Bros. C implementation to the PlayStation Vita. | |||
Runs smoothly on PS Vita but Audio is currently experimental and disabled by default to maintain good performance.* | |||
'''Note:''' You must supply your own ROM. | |||
== Installation == | == Installation == | ||
Download the <coe>smbc.vpk</code> from [https://github.com/Gustavo3211/SuperMarioBros-C-Vita/releases Releases], then install <code>smbc.vpk</code> on your Vita using [[VitaShell]]. | |||
Place your <code>game.nes</code> ROM at <code>ux0:data/SMB/game.nes</code>. | |||
The expected ROM is <code>Super Mario Bros. (JU) (PRG0) [!].nes</code> | |||
For a stable experience, it is highly recommended to play with audio disabled. | |||
== Controls == | == Controls == | ||
D-Pad/Left Analog - Move | |||
Cross/Circle/L - Jump | |||
Square/R - Run | |||
Start - Start | |||
Select - Select | |||
'''Note:''' If <code>debug_mode</code> is enabled in <code>config.ini</code>, L/R will toggle audio and render modes instead. | |||
''' | |||
< | |||
==Changelog== | ==Changelog== | ||
| Line 57: | Line 52: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Gustavo3211/SuperMarioBros-C-Vita | ||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1395 | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1395 | ||
[[Category:Other game ports on Vita]] | |||
[[Category:Vita game ports]] | |||
Latest revision as of 03:50, 14 May 2026
| SuperMarioBros C Vita | |
|---|---|
| General | |
| Author | Gustavo3211 |
| Type | Platform |
| Version | 0.1 |
| License | N/A |
| Last Updated | 2026/05/05 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a port of the Super Mario Bros. C implementation to the PlayStation Vita.
Runs smoothly on PS Vita but Audio is currently experimental and disabled by default to maintain good performance.*
Note: You must supply your own ROM.
Installation
Download the <coe>smbc.vpk from Releases, then install smbc.vpk on your Vita using VitaShell.
Place your game.nes ROM at ux0:data/SMB/game.nes.
The expected ROM is Super Mario Bros. (JU) (PRG0) [!].nes
For a stable experience, it is highly recommended to play with audio disabled.
Controls
D-Pad/Left Analog - Move
Cross/Circle/L - Jump
Square/R - Run
Start - Start
Select - Select
Note: If debug_mode is enabled in config.ini, L/R will toggle audio and render modes instead.
Changelog
v0.1
- First Release.