Notes to self –
Jul. 11th, 2015 06:11 amMake sure any and all roms for the retropie I make for / give to Sean (or anyone) are all Public Domain. Don’t want either of us to hit any bumps over a rogue copy of Yar’s Revenge.
Is archive.org’s ROM list correct? Are these all Public Domain?
https://archive.org/details/internetarcade
https://archive.org/details/consolelivingroom
https://archive.org/details/tosec
https://archive.org/details/softwarelibrary
https://archive.org/details/historicalsoftware
PDRoms biggest (to me) known resource for public domain and test files for nearly every console ever released.
Other sources to check -
http://www.theoldcomputer.com/
http://mamedev.org/roms/
https://sites.google.com/site/jbrodack/
http://www.chrismcovell.com/creations.html
http://www.zophar.net/pdroms.html
http://www.theoldcomputer.com/roms/index…lic-Domain
http://www.freeroms.com/roms/snes/public_domain.htm
http://snesbox.com/game/public-domain/rom
http://www.emulator-zone.com/doc.php/roms.html
http://www.doperoms.com/roms/Super_Nintendo_Snes.html
http://www.romnation.net/srv/roms/54522/…omain.html
http://www.emuparadise.me/Neo_Geo_Pocket…main/90841
http://atariage.com/forums/topic/150242-…-roms-etc/
http://www.giantbomb.com/forums/general-…es-392080/
https://archive.org/details/internetarcade
https://archive.org/details/consolelivingroom
https://archive.org/details/tosec
https://archive.org/details/softwarelibrary
https://archive.org/details/historicalsoftware
Tweak this to put the original Fallout on the Pi? – might be a fun goof to have in the PIp-boy. (video) – reference (mentions sound changes, possibly updated in newest version)
PROTIP : Raspbian is essentially Debian
Debian comes with package managment ,
long before Appstores and the like existed. Most Linux distros
have package managment , and under Debian it’s called APT
(Advanced Package Managment).
Packages are stored in online repositories , and accessed through
a package manager.
apt-get is a simple command-line tool
aptitude is a graphical package manager
synaptic is a GUI package manager
CODE: SELECT ALL
sudo apt-get update
sudo apt-get install dosbox
(wheezy version is here, too)
Originally published at The Scotto Grotto. You can comment here or there.