Add Vice scpu and cbm5x0 cores

This commit is contained in:
rsn8887 2020-05-29 13:55:49 -05:00
parent 8a2797902d
commit 4d04639b58
22 changed files with 80 additions and 0 deletions

13
dist/info/vice_xcbm5x0_libretro.info vendored Normal file
View file

@ -0,0 +1,13 @@
display_name = "Commodore - CBM-5x0 (VICE xcbm5x0)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "CBM-5x0"
systemid = "commodore_cbm5x0"
database = "Commodore - CBM-5x0"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"

27
dist/info/vice_xscpu64_libretro.info vendored Normal file
View file

@ -0,0 +1,27 @@
display_name = "Commodore - C64 SuperCPU (VICE xscpu64)"
authors = "VICE Core Team Members"
supported_extensions = "d64|d71|d80|d81|d82|g64|g41|x64|t64|tap|prg|p00|crt|bin|zip|gz|d6z|d7z|d8z|g6z|g4z|x6z|cmd|m3u|vsf|nib|nbz"
corename = "VICE"
manufacturer = "Commodore"
categories = "Emulator"
systemname = "C64 SuperCPU"
systemid = "commodore_64_supercpu"
database = "Commodore - C64 SuperCPU"
license = "GPLv2"
permissions = ""
display_version = "v3.3"
supports_no_game = "false"
firmware_count = 4
firmware0_desc = "vice/JiffyDOS_C64.bin (JiffyDOS C64 Kernal)"
firmware0_path = "vice/JiffyDOS_C64.bin"
firmware0_opt = "true"
firmware1_desc = "vice/JiffyDOS_1541-II.bin (JiffyDOS 1541 drive BIOS)"
firmware1_path = "vice/JiffyDOS_1541-II.bin"
firmware1_opt = "true"
firmware2_desc = "vice/JiffyDOS_1571_repl310654.bin (JiffyDOS 1571 drive BIOS)"
firmware2_path = "vice/JiffyDOS_1571_repl310654.bin"
firmware2_opt = "true"
firmware3_desc = "vice/JiffyDOS_1581.bin (JiffyDOS 1581 drive BIOS)"
firmware3_path = "vice/JiffyDOS_1581.bin"
firmware3_opt = "true"
notes = "(!) JiffyDOS_C64.bin (md5): be09394f0576cf81fa8bacf634daf9a2|(!) JiffyDOS_1541-II.bin (md5): 1b1e985ea5325a1f46eb7fd9681707bf|(!) JiffyDOS_1571_repl310654.bin (md5): 41c6cc528e9515ffd0ed9b180f8467c0|(!) JiffyDOS_1581.bin (md5): 20b6885c6dc2d42c38754a365b043d71"

View file

@ -112,8 +112,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC_JNI Makefile jni
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC_JNI Makefile jni

View file

@ -105,9 +105,11 @@ vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
x1 libretro-xmil https://github.com/libretro/xmil-libretro.git master YES GENERIC Makefile.libretro libretro
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .
yabause libretro-yabause https://github.com/libretro/yabause.git master YES GENERIC Makefile yabause/src/libretro

View file

@ -104,8 +104,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .
yabause libretro-yabause https://github.com/libretro/yabause.git master YES GENERIC Makefile yabause/src/libretro

View file

@ -103,8 +103,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .
yabause libretro-yabause https://github.com/libretro/yabause.git master YES GENERIC Makefile yabause/src/libretro

View file

@ -126,8 +126,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .
yabause libretro-yabause https://github.com/libretro/yabause.git master YES GENERIC Makefile yabause/src/libretro

View file

@ -104,9 +104,11 @@ vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .
yabause libretro-yabause https://github.com/libretro/yabause.git master YES GENERIC Makefile yabause/src/libretro
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .

View file

@ -86,8 +86,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
vitaquake2 libretro-vitaquake2 https://github.com/libretro/vitaquake2.git libretro YES GENERIC Makefile .

View file

@ -75,8 +75,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
vitaquake2 libretro-vitaquake2 https://github.com/libretro/vitaquake2.git libretro YES GENERIC Makefile .

View file

@ -117,8 +117,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
x1 libretro-xmil https://github.com/libretro/xmil-libretro.git master YES GENERIC Makefile.libretro libretro

View file

@ -115,8 +115,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
x1 libretro-xmil https://github.com/libretro/xmil-libretro.git master YES GENERIC Makefile.libretro libretro

View file

@ -139,8 +139,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .

View file

@ -132,8 +132,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
x1 libretro-xmil https://github.com/libretro/xmil-libretro.git master YES GENERIC Makefile.libretro libretro

View file

@ -72,8 +72,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
vitaquake2 libretro-vitaquake2 https://github.com/libretro/vitaquake2.git libretro YES GENERIC Makefile .
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile .

View file

@ -82,8 +82,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
vitaquake2 libretro-vitaquake2 https://github.com/libretro/vitaquake2.git libretro YES GENERIC Makefile .
vitaquake3 libretro-vitaquake3 https://github.com/libretro/vitaquake3.git libretro YES GENERIC Makefile .

View file

@ -76,8 +76,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
vitaquake2 libretro-vitaquake2 https://github.com/libretro/vitaquake2.git libretro YES GENERIC Makefile .
x1 libretro-xmil https://github.com/libretro/xmil-libretro.git master YES GENERIC Makefile.libretro libretro

View file

@ -65,7 +65,9 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .

View file

@ -74,8 +74,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master NO GENERIC Makefile .
vitaquake2 libretro-vitaquake2 https://github.com/libretro/vitaquake2.git libretro YES GENERIC Makefile .

View file

@ -73,8 +73,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro .
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro .

View file

@ -134,8 +134,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .

View file

@ -133,8 +133,10 @@ vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git maste
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
vice_x64sc libretro-vice_x64sc https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x64sc
vice_xcbm2 libretro-vice_xcbm2 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm2
vice_xcbm5x0 libretro-vice_xcbm5x0 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xcbm5x0
vice_xpet libretro-vice_xpet https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xpet
vice_xplus4 libretro-vice_xplus4 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xplus4
vice_xscpu64 libretro-vice_xscpu64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xscpu64
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
xrick libretro-xrick https://github.com/libretro/xrick-libretro.git master YES GENERIC Makefile .