Commit graph

31 commits

Author SHA1 Message Date
Florian db0dd30692 CHG: Updated copyright information. 2015-10-11 21:03:16 +02:00
Jools Wills ce8ede4def updated licence url (to RetroPie org). Remove . at end of licence url to avoid any confusion 2015-06-16 16:41:34 +01:00
Jools Wills 33ef0520f2 moved repositories from joolswills to RetroPie organisation. 2015-06-16 16:29:44 +01:00
Florian 4df425c338 CHG: Updated header information 2015-03-28 06:19:16 +01:00
Florian aab7fbd52d CHG: Added license information to all files 2015-03-27 17:28:38 +01:00
Jools Wills 3f8c1395d9 use addSystem for uae4all. Move start script to roms folder to allow easy access to users. change naming to match other emulators with "+Start" 2015-03-24 17:26:49 +00:00
Jools Wills d9217ac885 missing data from uae4all 2015-02-13 08:02:05 +00:00
Jools Wills 9f843cb156 added missing runcommand to uae4all start script 2015-02-13 04:42:58 +00:00
Jools Wills a2962b9f54 uae4all (2) - finally a decent Amiga emulator for the Pi. Runs very nicely on a pi2. Doesn't have the ability (yet) to launch with parameters, so we have a simple "Start.txt"
to launch it, but the gui is easy to use and a massive improvement over the older emulator. Ships with a free AROS kickstart which is fine for playing many games etc.
kick13.rom / kick20.rom / kick31.rom can be optionally placed in ~/RetroPie/BIOS folder
2015-02-13 03:19:58 +00:00
Jools Wills f6fe031030 enable dispmanx by default for uae4all #247 2015-01-13 19:37:24 +00:00
Jools Wills afa61f58a0 styleguide changes:
* some errors fixed from previous styleguide fixes
 * some missed [ ]
2015-01-11 17:28:57 +00:00
Jools Wills f937baa863 rename checkNeededPackages to getDepends 2015-01-08 22:03:12 +00:00
Jools Wills be9a24e534 %ROM% sends the whole path, so we don't need to prefix it in the startAmigaDisk.sh script 2015-01-05 22:41:42 +00:00
Jools Wills 6274904038 the startAmigaDisk.sh was incorrectly quoted, so $1 became "" etc. Now quoted, and made a bit safer so if nothing passed in no symlink is generated.
moved runcommand to the script, as it simplified things, and makes the script a useful standalone
2015-01-05 22:37:28 +00:00
Jools Wills 0582fd3f00 add dispmanx flag to more sdl framebuffer based emulator modules 2015-01-02 20:26:43 +00:00
Jools Wills 1d9f781ebd add an additional parameter for runcommand which will be used for saving of the video output mode and display in the menu.
we pass the module id in, which is short and should be clear to the user if manually fiddling with the config. if the parameter is
empty, it the name of the binary will be used
2014-12-29 16:16:08 +00:00
Jools Wills 49d8866ff9 added "runcommand.sh" to emulators that missed it so that they can benefit from user configured video output switching 2014-12-29 14:58:23 +00:00
Jools Wills 11660ba459 files that should have been committed as part of 691dd7551e 2014-12-16 22:08:32 +00:00
Jools Wills 51945ac62a move information messages regarding rom installation to the configure task so it doesnt need to be duplicated in the binary install function 2014-12-15 05:59:07 +00:00
Jools Wills 227a06070c renamed rps_checkNeededPackages to checkNeededPackages as it is used by modules and setup 2014-12-12 17:59:23 +00:00
Jools Wills 8531edf9dd rename variables returned by modules. these would be better dealt with in a function - would be more flexible 2014-12-12 02:51:33 +00:00
Jools Wills 40abc2da8f use descriptive variables for use in modules rather than $1 / $2 etc. They have local scope in the parent function so are visible.
the build/install paths are pregenerated making modules even simpler - we use the module type to decide where to put it, which
will be needed for supplementary / libretrocores
2014-12-12 02:34:51 +00:00
Jools Wills c28b1d62cc reworked uae4all for new build location / system 2014-12-12 01:12:46 +00:00
Jools Wills 116750c3a3 uae4all also suffers from recent linker changes - added missing -lm and -lz libraries 2014-12-12 00:59:49 +00:00
gizmo98 6e90b6f2bb uae4all: Try to fix compilation issue
Add libasound2-dev package.
2014-11-13 20:42:16 +01:00
Florian 67616fb01d Enhanced configuration of uae4all 2014-08-13 07:20:46 +02:00
Jools Wills 6076946ec3 for better readability/naming use depends rather than depen for dependency function naming (and retropie_package parameters) 2014-08-11 17:53:24 +01:00
Jools Wills 78161acd24 add sdl/sdlmixer dev package dependencies for uae4all - fixed #432 2014-08-09 16:47:58 +01:00
Florian faef5e4eb3 Updated download URLs, added directory creation calls 2014-08-06 18:50:30 +02:00
Florian 46077accfe ES system settings are set individually for each system (issue #403) 2014-08-02 10:44:41 +02:00
Jools Wills c272a3a4ef split out emulators and libretro cores into separate module files - supplementary modules still to do
add functions for registering/loading the modules
2014-07-20 19:41:17 +01:00