mirror of
https://github.com/libretro/libretro-super
synced 2025-03-06 07:13:27 +00:00
Add vice cores wherever vice_x64 was built, add vice_xpet BIOS info
This commit is contained in:
parent
b6db845adf
commit
2fc252be3f
23
dist/info/vice_xpet_libretro.info
vendored
23
dist/info/vice_xpet_libretro.info
vendored
@ -11,3 +11,26 @@ license = "GPLv2"
|
||||
permissions = ""
|
||||
display_version = "v3.3"
|
||||
supports_no_game = "false"
|
||||
firmware_count = 7
|
||||
firmware0_desc = "chargen (PET BIOS)"
|
||||
firmware0_path = "vice/PET/chargen"
|
||||
firmware0_opt = "false"
|
||||
firmware1_desc = "edit1g (PET BIOS)"
|
||||
firmware1_path = "vice/PET/edit1g"
|
||||
firmware1_opt = "false"
|
||||
firmware2_desc = "edit2b (PET BIOS)"
|
||||
firmware2_path = "vice/PET/edit2b"
|
||||
firmware2_opt = "false"
|
||||
firmware3_desc = "edit2g (PET BIOS)"
|
||||
firmware3_path = "vice/PET/edit2g"
|
||||
firmware3_opt = "false"
|
||||
firmware4_desc = "edit4b40 (PET BIOS)"
|
||||
firmware4_path = "vice/PET/edit4b40"
|
||||
firmware4_opt = "false"
|
||||
firmware5_desc = "edit4b80 (PET BIOS)"
|
||||
firmware5_path = "vice/PET/edit4b80"
|
||||
firmware5_opt = "false"
|
||||
firmware6_desc = "edit4g40 (PET BIOS)"
|
||||
firmware6_path = "vice/PET/edit4g40"
|
||||
firmware6_opt = "false"
|
||||
notes = "(i) Place BIOS files in system/vice/PET folder."
|
||||
|
@ -101,6 +101,8 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENE
|
||||
vemulator libretro-vemulator https://github.com/MJaoune/vemulator-libretro.git master YES GENERIC_JNI Makefile jni
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC_JNI Makefile jni EMUTYPE=x128
|
||||
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_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_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
|
||||
|
@ -95,10 +95,12 @@ vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES G
|
||||
vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro
|
||||
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro .
|
||||
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
|
||||
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
|
||||
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_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_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 libretro
|
||||
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .
|
||||
|
@ -94,10 +94,12 @@ vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES G
|
||||
vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro
|
||||
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro .
|
||||
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
|
||||
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
|
||||
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_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_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 libretro
|
||||
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .
|
||||
|
@ -107,10 +107,12 @@ vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES G
|
||||
vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENERIC Makefile src/libretro
|
||||
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro .
|
||||
virtualjaguar libretro-virtualjaguar https://github.com/libretro/virtualjaguar-libretro.git master YES GENERIC Makefile .
|
||||
vice_x64 libretro-vice_x64 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
vice_xvic libretro-vice_xvic https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=xvic
|
||||
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_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_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 libretro
|
||||
mame2015 libretro-mame2015 https://github.com/libretro/mame2015-libretro.git master YES GENERIC Makefile . | mame2015:TARGET=mame mess2015:TARGET=mess ume2015:TARGET=ume
|
||||
|
@ -110,6 +110,8 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENE
|
||||
vemulator libretro-vemulator https://github.com/MJaoune/vemulator-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
@ -107,6 +107,8 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENE
|
||||
vemulator libretro-vemulator https://github.com/MJaoune/vemulator-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
@ -116,6 +116,8 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENE
|
||||
vemulator libretro-vemulator https://github.com/MJaoune/vemulator-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
@ -64,6 +64,7 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENE
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
@ -61,5 +61,10 @@ vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES G
|
||||
gw libretro-gw https://github.com/libretro/gw-libretro.git master YES GENERIC Makefile .
|
||||
81 libretro-81 https://github.com/libretro/81-libretro.git master NO GENERIC Makefile .
|
||||
fuse libretro-fuse https://github.com/libretro/fuse-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master NO GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
@ -50,7 +50,12 @@ stella libretro-stella https://github.com/stella-emu/stella.git master NO GENERI
|
||||
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile .
|
||||
theodore libretro-theodore https://github.com/Zlika/theodore.git master NO GENERIC Makefile .
|
||||
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
yabause libretro-yabause https://github.com/libretro/yabause.git master YES GENERIC Makefile libretro
|
||||
|
@ -119,6 +119,8 @@ vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENE
|
||||
vemulator libretro-vemulator https://github.com/MJaoune/vemulator-libretro.git master YES GENERIC Makefile .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
@ -117,6 +117,8 @@ vbam libretro-vbam https://github.com/libretro/vbam-libretro.git master YES GENE
|
||||
vecx libretro-vecx https://github.com/libretro/libretro-vecx.git master YES GENERIC Makefile.libretro .
|
||||
vice_x128 libretro-vice_x128 https://github.com/libretro/vice-libretro.git master YES GENERIC Makefile . EMUTYPE=x128
|
||||
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_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_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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user