Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
retrobrews authored Sep 13, 2018
1 parent 1c116dc commit c4822e3
Showing 1 changed file with 40 additions and 19 deletions.
59 changes: 40 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,33 @@ Once all will be downloaded and installed - EmulationStation will run again auto
<hr>
<br />

<b>HOW TO INSTALL COLECOVISION ROMs ?</b><br />
Once Retropie is running EmulationStation:<br />
Hit F4
<br />
Enter below:<br />
<i>wget http://tiny.cc/cv-roms</i><br />
<i>mv cv-roms cv-roms.sh</i><br />
<i>chmod +x cv-roms.sh</i><br />
<i>./cv-roms.sh</i><br />
or <br />
<i>wget https://raw.githubusercontent.com/retrobrews/installers/master/cv-roms.sh</i><br />
<i>chmod +x cv-roms.sh</i><br />
<i>./cv-roms.sh</i><br />
<br />
Once all will be downloaded and installed - EmulationStation will run again automatically...<br />
<br />
You will not see any emulator inside the RetroPie.. yet.. as CV emulator must be installed manually:
<br />
Go to RetroPie --> Retropie Setup<br />
Select (P) Manage Packages --> (opt) Manage Optional Packages --> (108) coolcv --> (B) Install from Binary<br />
Then few times Back.. Back.. Back.. Exit...<br />
Once Done, you need to restart emulation station.<br />
<hr>
<br />
<br />



<b>HOW TO INSTALL NES ROMs ?</b><br />
Once Retropie is running EmulationStation:<br />
Expand Down Expand Up @@ -76,32 +103,24 @@ Once all will be downloaded and installed - EmulationStation will run again auto
<hr>
<br />


<b>HOW TO INSTALL COLECOVISION ROMs ?</b><br />
<b>HOW TO INSTALL SMS ROMs ?</b><br />
Once Retropie is running EmulationStation:<br />
Hit F4
<br />
Enter below:<br />
<i>wget http://tiny.cc/cv-roms</i><br />
<i>mv cv-roms cv-roms.sh</i><br />
<i>chmod +x cv-roms.sh</i><br />
<i>./cv-roms.sh</i><br />
<i>wget http://tiny.cc/sms-roms</i><br />
<i>mv sms-roms sms-roms.sh</i><br />
<i>chmod +x sms-roms.sh</i><br />
<i>./sms-roms.sh</i><br />
or <br />
<i>wget https://raw.githubusercontent.com/retrobrews/installers/master/cv-roms.sh</i><br />
<i>chmod +x cv-roms.sh</i><br />
<i>./cv-roms.sh</i><br />
<i>wget https://raw.githubusercontent.com/retrobrews/installers/master/sms-roms.sh</i><br />
<i>chmod +x sms-roms.sh</i><br />
<i>./sms-roms.sh</i><br />
<br />
Once all will be downloaded and installed - EmulationStation will run again automatically...<br />
<br />
You will not see any emulator inside the RetroPie.. yet.. as CV emulator must be installed manually:
<br />
Go to RetroPie --> Retropie Setup<br />
Select (P) Manage Packages --> (opt) Manage Optional Packages --> (108) coolcv --> (B) Install from Binary<br />
Then few times Back.. Back.. Back.. Exit...<br />
Once Done, you need to restart emulation station.<br />
<hr>
<br />
<br />


<b>HOW TO INSTALL ROMs MANUALLY?</b><br />

Expand All @@ -110,7 +129,9 @@ Download zip file and extract roms into directory for roms:<br />
File gamelist.xml must be placed into different folder for emulationstation:<br />
/home/pi/.emulationstation/gamelists/[roms_folder] (e.g. nes, snes...)</i><br />
Run emulationstation and all should work!<br />


<hr>
<br />
Other ways of Transferring Roms can be found on RetroPie Setup Wiki:<br />
https://github.com/RetroPie/RetroPie-Setup/wiki/Transferring-Roms
<br />
Enjoy!

0 comments on commit c4822e3

Please sign in to comment.