Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add neocd core #1132

Merged
merged 1 commit into from Sep 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
49 changes: 49 additions & 0 deletions dist/info/libneocd_libretro.info
@@ -0,0 +1,49 @@
display_name = "SNK - Neo Geo CD (NeoCD)"
authors = "Elta"
supported_extensions = "cue|chd"
corename = "NeoCD"
manufacturer = "SNK"
categories = "Emulator"
systemname = "SNK Neo Geo CD"
database = "SNK - Neo Geo CD"
license = "LGPLv3"
display_version = "2019"
supports_no_game = "false"

firmware_count = 12
firmware0_desc = "Front Loader BIOS"
firmware0_path = "neocd/neocd_f.rom"
firmware0_opt = "true"
firmware1_desc = "Front Loader BIOS (SMKDAN)"
firmware1_path = "neocd/neocd_sf.rom"
firmware1_opt = "true"
firmware2_desc = "Top Loader BIOS"
firmware2_path = "neocd/neocd_t.rom"
firmware2_opt = "true"
firmware3_desc = "Top Loader BIOS (SMKDAN)"
firmware3_path = "neocd/neocd_st.rom"
firmware3_opt = "true"
firmware4_desc = "CDZ BIOS"
firmware4_path = "neocd/neocd_z.rom"
firmware4_opt = "true"
firmware5_desc = "CDZ BIOS (SMKDAN)"
firmware5_path = "neocd/neocd_sz.rom"
firmware5_opt = "true"
firmware6_desc = "Y-ZOOM ROM"
firmware6_path = "neocd/ng-lo.rom"
firmware6_opt = "true"
firmware7_desc = "Y-ZOOM ROM (MAME)"
firmware7_path = "neocd/000-lo.lo"
firmware7_opt = "true"
firmware8_desc = "Front Loader BIOS (MAME)"
firmware8_path = "neocd/front-sp1.bin"
firmware8_opt = "true"
firmware9_desc = "Top Loader BIOS (MAME)"
firmware9_path = "neocd/top-sp1.bin"
firmware9_opt = "true"
firmware10_desc = "CDZ BIOS (MAME)"
firmware10_path = "neocd/neocd.bin"
firmware10_opt = "true"
firmware11_desc = "Universe BIOS"
firmware11_path = "neocd/uni-bioscd.rom"
firmware11_opt = "true"
1 change: 1 addition & 0 deletions recipes/linux/cores-linux-x64-generic
Expand Up @@ -50,6 +50,7 @@ higan_sfc libretro-higan https://gitlab.com/higan/higan.git libretro YES GENERIC
higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master YES GENERIC GNUmakefile nSide compiler=g++ target=libretro binary=library
ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YES CMAKE Makefile build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=g++-7 -DCMAKE_C_COMPILER=gcc-7
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
libneocd libretro-libneocd https://github.com/libretro/neocd_libretro.git master YES CMAKE Makefile build -G "Unix Makefiles"
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
Expand Down
1 change: 1 addition & 0 deletions recipes/windows/cores-windows-x64_seh-generic
Expand Up @@ -47,6 +47,7 @@ higan_sfc libretro-higan https://gitlab.com/higan/higan.git libretro YES GENERIC
higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master NO GENERIC GNUmakefile nSide compiler=g++ target=libretro binary=library
ishiiruka libretro-ishiiruka https://github.com/libretro/Ishiiruka.git master YES CMAKE sln build -DLIBRETRO=ON -DCMAKE_BUILD_TYPE=Release -G\"Visual Studio 15 2017 Win64\"
kronos libretro-kronos https://github.com/libretro/yabause.git kronos YES GENERIC Makefile yabause/src/libretro
libneocd libretro-libneocd https://github.com/libretro/neocd_libretro.git master YES CMAKE Makefile build -G "MSYS Makefiles"
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=1
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
Expand Down
1 change: 1 addition & 0 deletions recipes/windows/cores-windows-x86_dw2-generic
Expand Up @@ -45,6 +45,7 @@ hatari libretro-hatari https://github.com/libretro/hatari.git master YES GENERIC
higan_sfc libretro-higan https://gitlab.com/higan/higan.git libretro YES GENERIC GNUmakefile higan compiler=g++ target=libretro binary=library
higan_sfc_balanced libretro-nside https://github.com/libretro/nSide.git master YES GENERIC GNUmakefile nSide compiler=g++ target=libretro binary=library
kronos libretro-kronos https://github.com/libretro/yabause.git kronos NO GENERIC Makefile yabause/src/libretro
libneocd libretro-libneocd https://github.com/libretro/neocd_libretro.git master YES CMAKE Makefile build -G "MSYS Makefiles"
lutro libretro-lutro https://github.com/libretro/libretro-lutro master YES GENERIC Makefile .
mame libretro-mame https://github.com/libretro/mame.git master YES GENERIC Makefile.libretro . PTR64=0
mame2000 libretro-mame2000 https://github.com/libretro/mame2000-libretro.git master YES GENERIC Makefile .
Expand Down