Skip to content

Commit

Permalink
Merge pull request #1775 from iyzsong/master
Browse files Browse the repository at this point in the history
Add GAM4980 core
  • Loading branch information
LibretroAdmin committed Dec 17, 2023
2 parents 9db9b65 + edc0fcb commit abfa2cb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dist/info/gam4980_libretro.info
Original file line number Diff line number Diff line change
@@ -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."
8 changes: 8 additions & 0 deletions rules.d/core-rules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit abfa2cb

Please sign in to comment.