Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

PCSX-Revolution Wii: Difference between revisions

From GameBrew
m (HydeWing moved page Pcsx Revolution Wii to PCSX-Revolution Wii without leaving a redirect)
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Emulators (Console) - GameBrew
|title_mode=append
|image=pcsxrevolutionwii.jpg
|image_alt=PCSX-Revolution
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=PCSX-Revolution
|title=PCSX-Revolution
|image=pcsxrevolutionwii.jpg
|image=pcsxrevolutionwii2.png
|description=Playstation 1
|description=Playstaion One emulator.
|author=Firnis
|author=Firnis
|lastupdated=2010/02/13
|lastupdated=2010/02/13
Line 14: Line 8:
|version=rev50
|version=rev50
|license=GPL
|license=GPL
|download=https://dlhb.gamebrew.org/wiihomebrews/pcsxrevolutionwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/pcsxrevolutionwii.7z?k33p0fil35
|website=https://code.google.com/archive/p/pcsx-revolution/
|website=https://code.google.com/archive/p/pcsx-revolution/
|source=https://code.google.com/archive/p/pcsx-revolution/
|source=https://code.google.com/archive/p/pcsx-revolution/
}}
}}
'''PCSX-Revolution''' is a port of the PlayStation (One) emulator, PCSX, for the Nintendo Wii.
PCSX-Revolution is a WIP port of the PlayStation (One) emulator, PCSX, for the Nintendo Wii. Based on [[WiiSX]] and pcsx-reloaded.
I really suggest you buy a Classic Controller Pro, because it is supported and it has two pads on the back to use the R1,R2,L1, and L2 buttons
 
==Installation==
How to setup:
*Put scph1001.bin in bios dir.  
*Memory cards will be created automatically on the first launch.
*Default folder for games is sd:/pcsx-r/games/.
*It supported iso, bin, bin+cue, bin+toc, img, mdf.
*All config files stored in sd:/pcsx-r/.
 
Folder structure:
[sd: & usb:]
    |-apps/
    |  |-pcsx-r/
    |  |  |-boot.dol
    |  |  |-meta.xml
    |  |  |-icon.png
    |-pcsx-r/
    |  |-bios/
    |  |  |-scph1001.bin
    |  |-memcards/
    |  |-games/
  [smb:]
    |-pcsx-r/
    |  |-games/


==Attention==
==User guide==
'''Project officially closed. Maybe will be reopened, when Wii U comes out'''
Don't forget to configure PAD before launch a game.


== TODO ==
A Classic Controller Pro is recommended, because it is supported and it has two pads on the back to use the R1,R2,L1, and L2 buttons.
Some planned works:
 
* Speed up. I have some ideas how to speed it up, but it will take some time:
===SMB support===
** New Recompiler.
SMB config (smb.ini) should be placed in pcsx-r directory.
** New GPU plugin. (Current is too messy to fix it)
 
* Save states.
smb.ini should contain (without "%"): <code>ip = %ip of your share% user = %username of the share% pwd = %password% share = %share name%</code>
* Better UI.
 
==Screenshots==
https://dlhb.gamebrew.org/wiihomebrews/pcsxrevolutionwii3.png


==Media==
==Media==
'''PCSX-Revolution Rev.65''' ([https://www.youtube.com/watch?v=rzYID-Fb9Vc Alphatier15]) <br>
<youtube>rzYID-Fb9Vc</youtube>
<youtube>rzYID-Fb9Vc</youtube>


== Known problems ==
== Known issues==
* Can't return in game from menu. Added in 'rev50'.
Really slow and buggy. Work in progress.
* <strike>Game image files must have a space in the filename and the extension must be lowercase. For example: "MGS.bin" and "mgs 1.BIN" won't be recognized, but "MGS 1.bin" would be.</strike> Fixed in release 'rev28'.


== Changelog ==
== Changelog ==
* '''Rev. 50:'''
'''Rev. 50'''
** Reworked recompiler. Fixed some bugs. Still buggy.
* Reworked recompiler. Fixed some bugs. Still buggy.
** New GTE. Closer to documentation, but needs more testing. Many bugs fixed, but some new added.
* New GTE. Closer to documentation, but needs more testing. Many bugs fixed, but some new added.
 
==Credits==
Thanks to:
*WiiSX - Emu_kidid, Sepp256 and TehPola.
*pcsx-reloaded - Wei Mingzhi.


== External links ==
== External links ==
* Google Source - https://code.google.com/archive/p/pcsx-revolution/
* Google Code - https://code.google.com/archive/p/pcsx-revolution/
* Wiibrew - https://wiibrew.org/wiki/PCSX-Revolution
* WiiBrew - https://wiibrew.org/wiki/PCSX-Revolution

Latest revision as of 10:35, 28 Ocak 2024

PCSX-Revolution
Pcsxrevolutionwii2.png
General
AuthorFirnis
TypeConsole
Versionrev50
LicenseGPL
Last Updated2010/02/13
Links
Download
Website
Source

PCSX-Revolution is a WIP port of the PlayStation (One) emulator, PCSX, for the Nintendo Wii. Based on WiiSX and pcsx-reloaded.

Installation

How to setup:

  • Put scph1001.bin in bios dir.
  • Memory cards will be created automatically on the first launch.
  • Default folder for games is sd:/pcsx-r/games/.
  • It supported iso, bin, bin+cue, bin+toc, img, mdf.
  • All config files stored in sd:/pcsx-r/.

Folder structure:

[sd: & usb:]
    |-apps/
    |  |-pcsx-r/
    |  |  |-boot.dol 
    |  |  |-meta.xml 
    |  |  |-icon.png
    |-pcsx-r/ 
    |  |-bios/ 
    |  |  |-scph1001.bin 
    |  |-memcards/
    |  |-games/

  [smb:]
    |-pcsx-r/
    |  |-games/

User guide

Don't forget to configure PAD before launch a game.

A Classic Controller Pro is recommended, because it is supported and it has two pads on the back to use the R1,R2,L1, and L2 buttons.

SMB support

SMB config (smb.ini) should be placed in pcsx-r directory.

smb.ini should contain (without "%"): ip = %ip of your share% user = %username of the share% pwd = %password% share = %share name%

Screenshots

pcsxrevolutionwii3.png

Media

PCSX-Revolution Rev.65 (Alphatier15)

Known issues

Really slow and buggy. Work in progress.

Changelog

Rev. 50

  • Reworked recompiler. Fixed some bugs. Still buggy.
  • New GTE. Closer to documentation, but needs more testing. Many bugs fixed, but some new added.

Credits

Thanks to:

  • WiiSX - Emu_kidid, Sepp256 and TehPola.
  • pcsx-reloaded - Wei Mingzhi.

External links

Advertising: