Skip to content

Commit 57eb7e9

Browse files
Merge pull request #1917 from Clownacy/master
Add ClownMDEmu
2 parents 28e3b21 + a673c92 commit 57eb7e9

38 files changed

Lines changed: 80 additions & 0 deletions

build-config.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ include_core_genesis_plus_gx
4242
include_core_genesis_plus_gx_wide
4343
include_core_picodrive
4444
include_core_blastem
45+
include_core_clownmdemu
4546

4647
# --- Master System cores ---
4748
include_core_gearsystem

dist/info/clownmdemu_libretro.info

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Software Information
2+
display_name = "Sega - MD/CD (ClownMDEmu)"
3+
categories = "Emulator"
4+
authors = "Clownacy"
5+
corename = "ClownMDEmu"
6+
supported_extensions = "bin|md|gen|cue|iso"
7+
license = "AGPLv3"
8+
permissions = ""
9+
display_version = "v1.4.0.2"
10+
11+
# Hardware Information
12+
manufacturer = "Sega"
13+
systemname = "Sega Genesis"
14+
systemid = "mega_drive"
15+
16+
# BIOS / Firmware
17+
firmware_count = 0
18+
19+
# Libretro Features
20+
savestate = "true"
21+
savestate_features = "deterministic"
22+
cheats = "false"
23+
input_descriptors = "true"
24+
memory_descriptors = "false"
25+
libretro_saves = "true"
26+
core_options = "true"
27+
core_options_version = "2.0"
28+
load_subsystem = "false"
29+
supports_no_game = "false"
30+
single_purpose = "false"
31+
database = "Sega - Mega-CD - Sega CD|Sega - Mega Drive - Genesis"
32+
hw_render = "false"
33+
needs_fullpath = "true"
34+
disk_control = "false"
35+
is_experimental = "false"
36+
37+
description = "A highly-portable emulator that aims to be as fast as possible without sacrificing accuracy."

libretro-build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ build_default_cores() {
165165

166166
libretro_build_core snes9x2005
167167
libretro_build_core chimerasnes
168+
libretro_build_core clownmdemu
168169
if [ $platform != "psp1" ]; then
169170
# Excluded for binary size reasons
170171
libretro_build_core fbneo

recipes/android/cores-android

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bsnes_hd_beta libretro-bsnes_hd_beta https://github.com/DerKoun/bsnes-hd.git mas
99
bsnes2014 libretro-bsnes2014 https://github.com/libretro/bsnes2014.git libretro YES GENERIC_JNI Makefile target-libretro/jni | bsnes2014_accuracy:profile=accuracy bsnes2014_balanced:profile=balanced bsnes2014_performance:profile=performance
1010
bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master YES GENERIC_JNI Makefile target-libretro/jni | bsnes_mercury_accuracy:profile=accuracy bsnes_mercury_balanced:profile=balanced bsnes_mercury_performance:profile=performance
1111
cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC_JNI Makefile jni
12+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
1213
daphne libretro-daphne https://github.com/libretro/daphne.git master YES GENERIC_JNI Makefile jni
1314
dice libretro-dice https://github.com/mittonk/dice-libretro.git main YES GENERIC Makefile .
1415
doublecherrygb libretro-doublecherrygb https://github.com/TimOelrichs/doublecherryGB-libretro.git master YES GENERIC_JNI Makefile jni

recipes/apple/cores-ios-arm64-generic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bsnes_cplusplus98 libretro-bsnes_cplusplus98 https://github.com/libretro/bsnes-l
99
bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master NO GENERIC Makefile . | bsnes_mercury_accuracy:profile=accuracy bsnes_mercury_balanced:profile=balanced bsnes_mercury_performance:profile=performance
1010
cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile .
1111
chailove libretro-chailove https://github.com/libretro/libretro-chailove.git master NO GENERIC Makefile .
12+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
1213
craft libretro-craft https://github.com/libretro/craft master NO GENERIC Makefile.libretro .
1314
crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master YES GENERIC Makefile .
1415
daphne libretro-daphne https://github.com/libretro/daphne.git master YES GENERIC Makefile .

recipes/apple/cores-ios-generic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bsnes_cplusplus98 libretro-bsnes_cplusplus98 https://github.com/libretro/bsnes-l
99
bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master YES GENERIC Makefile . | bsnes_mercury_accuracy:profile=accuracy bsnes_mercury_balanced:profile=balanced bsnes_mercury_performance:profile=performance
1010
cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile .
1111
chailove libretro-chailove https://github.com/libretro/libretro-chailove.git master NO GENERIC Makefile .
12+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
1213
craft libretro-craft https://github.com/libretro/craft master YES GENERIC Makefile.libretro .
1314
cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES GENERIC Makefile .
1415
crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master YES GENERIC Makefile .

recipes/apple/cores-ios9-generic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bsnes_cplusplus98 libretro-bsnes_cplusplus98 https://github.com/libretro/bsnes-l
99
bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master YES GENERIC Makefile . | bsnes_mercury_accuracy:profile=accuracy bsnes_mercury_balanced:profile=balanced bsnes_mercury_performance:profile=performance
1010
cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile .
1111
chailove libretro-chailove https://github.com/libretro/libretro-chailove.git master NO GENERIC Makefile .
12+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
1213
craft libretro-craft https://github.com/libretro/craft master YES GENERIC Makefile.libretro .
1314
crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master YES GENERIC Makefile .
1415
daphne libretro-daphne https://github.com/libretro/daphne.git master YES GENERIC Makefile .

recipes/apple/cores-osx-x64-generic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES G
1414
chailove libretro-chailove https://github.com/libretro/libretro-chailove.git master YES GENERIC Makefile .
1515
citra libretro-citra https://github.com/libretro/citra.git master YES CMAKE Makefile build -DENABLE_LIBRETRO=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DENABLE_WEB_SERVICE=0 -DCMAKE_BUILD_TYPE="Release"
1616
citra_canary libretro-citra_canary https://github.com/libretro/citra.git canary YES CMAKE Makefile build -DENABLE_LIBRETRO=1 -DENABLE_SDL2=0 -DENABLE_QT=0 -DENABLE_WEB_SERVICE=0 -DCMAKE_BUILD_TYPE="Release"
17+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
1718
craft libretro-craft https://github.com/libretro/craft master YES GENERIC Makefile.libretro .
1819
crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master YES GENERIC Makefile .
1920
daphne libretro-daphne https://github.com/libretro/daphne.git master YES GENERIC Makefile .

recipes/apple/cores-tvos-arm64-generic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ bsnes_cplusplus98 libretro-bsnes_cplusplus98 https://github.com/libretro/bsnes-l
99
bsnes_mercury libretro-bsnes_mercury https://github.com/libretro/bsnes-mercury.git master NO GENERIC Makefile . | bsnes_mercury_accuracy:profile=accuracy bsnes_mercury_balanced:profile=balanced bsnes_mercury_performance:profile=performance
1010
cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile .
1111
chailove libretro-chailove https://github.com/libretro/libretro-chailove.git master NO GENERIC Makefile .
12+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
1213
craft libretro-craft https://github.com/libretro/craft master NO GENERIC Makefile.libretro .
1314
crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master YES GENERIC Makefile .
1415
daphne libretro-daphne https://github.com/libretro/daphne.git master YES GENERIC Makefile .

recipes/blackberry/cores-qnx-generic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ bk libretro-bk https://github.com/libretro/bk-emulator.git master YES GENERIC Ma
66
bluemsx libretro-bluemsx https://github.com/libretro/blueMSX-libretro.git master YES GENERIC Makefile.libretro .
77
cannonball libretro-cannonball https://github.com/libretro/cannonball.git master YES GENERIC Makefile .
88
cap32 libretro-cap32 https://github.com/libretro/libretro-cap32.git master YES GENERIC Makefile .
9+
clownmdemu libretro-clownmdemu https://github.com/Clownacy/clownmdemu-libretro.git master YES GENERIC Makefile .
910
crocods libretro-crocods https://github.com/libretro/libretro-crocods.git master YES GENERIC Makefile .
1011
dice libretro-dice https://github.com/mittonk/dice-libretro.git main YES GENERIC Makefile .
1112
dinothawr libretro-dinothawr https://github.com/libretro/Dinothawr.git master YES GENERIC Makefile .

0 commit comments

Comments
 (0)