Add GAM4980 core.

This commit is contained in:
宋文武 2023-12-15 20:54:16 +08:00
parent 9db9b65536
commit edc0fcb2c9
2 changed files with 31 additions and 0 deletions

23
dist/info/gam4980_libretro.info vendored Normal file
View file

@ -0,0 +1,23 @@
# Software Information
display_name = "GAM4980"
display_version = "0.1"
authors = "Anonymous"
categories = "Emulator"
license = "GPLv3+"
supported_extensions = "gam"
# Hardware Information
manufacturer = "BBK Electronics"
systemname = "Longman 4980"
systemid = "gam4980"
# Libretro Features
database = "gam4980"
supports_no_game = "true"
libretro_saves = "true"
cheats = "false"
needs_fullpath = "false"
disk_control = "false"
is_experimental = "true"
description = "BBK A4980 game emulator for libretro."

View file

@ -1614,6 +1614,14 @@ libretro_anarch_post_fetch_cmd="mkdir -p build && cd build && cmake .."
libretro_anarch_git_url="https://codeberg.org/iyzsong/anarch-libretro.git"
libretro_anarch_build_makefile="Makefile"
include_core_gam4980() {
register_module core "gam4980"
}
libretro_gam4980_name="GAM4980"
libretro_gam4980_git_url="https://codeberg.org/iyzsong/gam4980.git"
libretro_gam4980_build_rule="cmake"
libretro_gam4980_build_args="-DCMAKE_BUILD_TYPE=Release"
include_core_emuscv() {
register_module core "emuscv"
}