diff --git a/dist/info/bk_libretro.info b/dist/info/bk_libretro.info new file mode 100644 index 00000000..801b6d3d --- /dev/null +++ b/dist/info/bk_libretro.info @@ -0,0 +1,13 @@ +display_name = "Elektronika - BK-0010/BK-0011(M)" +authors = "Eric A. Edwards, Leonid A. Broukhis, emestee, arcade-mini, phcoder" +supported_extensions = "bin" +corename = "bk" +categories = "Computer" +database = "BK-0010/BK-0011" +systemname = "BK-0010/BK-0011(M)" +license = "BSD" +permissions = "" +display_version = "1.00" +supports_no_game = "true" +notes = "(!) bk/B11M_BOS.ROM (md5): fe4627d1e3a1535874085050733263e7|(!) bk/B11M_EXT.ROM (md5): dc52f365d56fa1951f5d35b1101b9e3f|(!) bk/BAS11M_0.ROM (md5): 946f6f23ded03c0e26187f0b3ca75993|(!) bk/BAS11M_1.ROM (md5): 1e6637f32aa7d1de03510030cac40bcf|(!) bk/BASIC10.ROM (md5): 3fa774326d75410a065659aea80252f0|(!) bk/DISK_327.ROM (md5): 5015228eeeb238e65da8edcd1b6dfac7|(!) bk/FOCAL10.ROM (md5): 5737f972e8638831ab71e9139abae052|(!) bk/MONIT10.ROM (md5): 95f8c41c6abf7640e35a6a03cecebd01" + diff --git a/recipes/android/cores-android b/recipes/android/cores-android index e1081475..ee29f51f 100644 --- a/recipes/android/cores-android +++ b/recipes/android/cores-android @@ -2,6 +2,7 @@ opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC_JNI Makefile jni 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC_JNI Makefile build/jni atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC_JNI Makefile jni +bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC_JNI Makefile.libretro jni bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC_JNI Makefile jni bnes libretro-bnes https://github.com/libretro/bnes-libretro.git master NO GENERIC_JNI Makefile libretro/jni bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC_JNI Makefile bsnes/target-libretro/jni diff --git a/recipes/emscripten/emscripten b/recipes/emscripten/emscripten index 64e45b9c..17df95d4 100644 --- a/recipes/emscripten/emscripten +++ b/recipes/emscripten/emscripten @@ -1,6 +1,7 @@ 2048 libretro-2048 https://github.com/libretro/libretro-2048.git master YES GENERIC Makefile.libretro . opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master NO GENERIC Makefile . +bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master NO GENERIC Makefile.libretro . cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile . cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES GENERIC Makefile . diff --git a/recipes/linux/cores-linux-armhf-generic b/recipes/linux/cores-linux-armhf-generic index cb674c48..8ff08e53 100644 --- a/recipes/linux/cores-linux-armhf-generic +++ b/recipes/linux/cores-linux-armhf-generic @@ -3,6 +3,7 @@ opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . +bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bnes libretro-bnes https://github.com/libretro/bnes-libretro.git master NO GENERIC Makefile . bsnes libretro-bsnes https://github.com/libretro/bsnes-libretro.git libretro YES GENERIC Makefile . | bsnes_accuracy:profile=accuracy bsnes_balanced:profile=balanced bsnes_performance:profile=performance diff --git a/recipes/linux/cores-linux-x64-generic b/recipes/linux/cores-linux-x64-generic index 443a96f4..9c7f4e54 100644 --- a/recipes/linux/cores-linux-x64-generic +++ b/recipes/linux/cores-linux-x64-generic @@ -3,6 +3,7 @@ opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . +bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC Makefile.libretro . blastem libretro-blastem https://github.com/libretro/blastem.git libretro YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bnes libretro-bnes https://github.com/libretro/bnes-libretro.git master NO GENERIC Makefile . diff --git a/recipes/linux/cores-linux-x86-generic b/recipes/linux/cores-linux-x86-generic index df57e426..86cfb1f9 100644 --- a/recipes/linux/cores-linux-x86-generic +++ b/recipes/linux/cores-linux-x86-generic @@ -3,6 +3,7 @@ opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master YES GENERIC Makefile . +bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . bnes libretro-bnes https://github.com/libretro/bnes-libretro.git master NO GENERIC Makefile . bsnes libretro-bsnes https://github.com/libretro/bsnes.git master YES GENERIC GNUmakefile bsnes target=libretro binary=library local=false platform=linux diff --git a/recipes/nintendo/3ds b/recipes/nintendo/3ds index dd175225..b6a94357 100644 --- a/recipes/nintendo/3ds +++ b/recipes/nintendo/3ds @@ -2,6 +2,7 @@ opera libretro-opera https://github.com/libretro/opera-libretro.git master YES GENERIC Makefile . 81 libretro-81 https://github.com/libretro/81-libretro.git master YES GENERIC Makefile . atari800 libretro-atari800 https://github.com/libretro/libretro-atari800.git master NO GENERIC Makefile . +bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC Makefile.libretro . bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro . cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES GENERIC Makefile . dosbox_svn libretro-dosbox_svn https://github.com/libretro/dosbox-svn libretro YES GENERIC Makefile.libretro libretro WITH_DYNAREC=oldarm