Compare commits

6 Commits

Author SHA1 Message Date
cpi 4e603c43c3 reformate pico8 compkginfo.json 2019-08-24 14:01:58 +08:00
cpi 4cee201423 update pico8 hash 2019-08-24 13:56:51 +08:00
cpi ca089d02a0 fix freeDM.sh 2019-08-15 22:01:34 +08:00
cpi 5c84f957f5 update PicoDrive url 2019-07-17 13:13:13 +08:00
cpi 3e95f35963 move DEV to 40_PLAY 2019-07-16 14:46:29 +08:00
cpi feb08e3288 fix Coleco 2019-07-16 03:42:44 +00:00
13 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ ROM_SO=/home/cpi/apps/emulators/picodrive_libretro_gameshell_v1.92.so
EXT=bin,zip,gen,32x,smd,iso
LAUNCHER=retroarch -L
TITLE=PicoDrive Roms
SO_URL=https://github.com/cuu/picodrive/releases/download/v1.92-gameshell/picodrive_libretro_gameshell_v1.92.zip
SO_URL=https://github.com/cuu/emulators/raw/master/picodrive_libretro_gameshell_v1.92.zip
+1 -1
View File
@@ -3,4 +3,4 @@ ROM_SO=/home/cpi/apps/emulators/bluemsx_libretro.so
EXT=col,COL
LAUNCHER=retroarch -L
TITLE=COLECO Roms
SO_URL=https://http://buildbot.libretro.com/nightly/linux/armv7-neon-hf/latest/bluemsx_libretro.so.zip
SO_URL=https://buildbot.libretro.com/nightly/linux/armv7-neon-hf/latest/bluemsx_libretro.so.zip
+17
View File
@@ -0,0 +1,17 @@
{
"GameDir": "/home/cpi/games/PICO-8/",
"InstallDir": "pico-8",
"NotFoundMsg": ["Please purchase the PICO-8 \n|None|varela16",
"and copy it to the \"~/games/PICO-8\"|None|varela16"
],
"MD5": {
"pico-8_0.1.11g_raspi.zip": "a3f2995cf117499f880bd964d6a0e1f2",
"pico-8_0.1.11g_amd64.zip": "6726141c784afd4a41be6b7414c1b932",
"pico-8_0.1.12_raspi.zip": "08eda95570e63089a2b9f5531503431e",
"pico-8_0.1.12c_raspi.zip": "1a62b0d7d4e4be65f89f23ec9757cb66",
"pico-8_0.1.12c2_raspi.zip": "7a878795472fa39304e9a10128c1f712",
"pico8.zip":"whatever it takes",
"pico-8.zip": "whatever it takes"
},
"Post-Up": "bash Post-Up.sh"
}
+1 -1
View File
@@ -1 +1 @@
chocolate-doom -iwad /home/cpi/games/FreeDM/freedoom1.wad
chocolate-doom -iwad /home/cpi/games/ChocoDM/freedoom1.wad
-8
View File
@@ -1,8 +0,0 @@
{
"GameDir":"/home/cpi/games/PICO-8/",
"InstallDir":"pico-8",
"NotFoundMsg":["Please purchase the PICO-8 \n|None|varela16",
"and copy it to the \"~/games/PICO-8\"|None|varela16"],
"MD5":{"pico-8_0.1.11g_raspi.zip":"a3f2995cf117499f880bd964d6a0e1f2","pico-8_0.1.11g_amd64.zip":"6726141c784afd4a41be6b7414c1b932","pico-8_0.1.12_raspi.zip":"08eda95570e63089a2b9f5531503431e","pico-8_0.1.12c_raspi.zip":"1a62b0d7d4e4be65f89f23ec9757cb66","pico-8.zip":"whatever it takes"},
"Post-Up":"bash Post-Up.sh"
}