tic80: Add TIC-80 core definition

This commit is contained in:
Rob Loach 2019-06-03 23:17:43 -04:00
parent 71a1c7b25a
commit 6e5635d975
No known key found for this signature in database
GPG key ID: 627C60834A74A21A
4 changed files with 23 additions and 0 deletions

View file

@ -216,6 +216,7 @@ include_core_stonesoup
include_core_scummvm
include_core_chailove
include_core_thepowdertoy
include_core_tic80
# --- Miscellaneous cores ---
include_core_video_processor

13
dist/info/tic80_libretro.info vendored Normal file
View file

@ -0,0 +1,13 @@
display_name = "TIC-80"
authors = "Nesbox, Rob Loach"
supported_extensions = "tic"
corename = "tic80"
manufacturer = "TIC-80"
categories = "Game engine"
systemname = "TIC-80"
systemid = "tic80"
database = "TIC-80"
license = "MIT"
permissions = ""
display_version = "0.80.0"
supports_no_game = "false"

View file

@ -111,6 +111,7 @@ stella libretro-stella https://github.com/stella-emu/stella.git master YES GENER
tgbdual libretro-tgbdual https://github.com/libretro/tgbdual-libretro.git master YES GENERIC Makefile .
theodore libretro-theodore https://github.com/Zlika/theodore.git master YES GENERIC Makefile .
thepowdertoy libretro-thepowdertoy https://github.com/libretro/ThePowderToy.git master YES CMAKE Makefile build -DCMAKE_BUILD_TYPE=Release
tic80 libretro-tic80 https://github.com/RobLoach/TIC-80.git libretro YES GENERIC Makefile examples/libretro
tyrquake libretro-tyrquake https://github.com/libretro/tyrquake.git master YES GENERIC Makefile .
uzem libretro-uzem https://github.com/libretro/libretro-uzem.git master YES GENERIC Makefile .
vba_next libretro-vba_next https://github.com/libretro/vba-next.git master YES GENERIC Makefile.libretro .

View file

@ -1038,6 +1038,14 @@ libretro_mu_git_url="https://github.com/meepingsnesroms/Mu.git"
libretro_mu_build_makefile="Makefile"
libretro_mu_build_subdir="libretroBuildSystem"
include_core_tic80() {
register_module core "tic80" -theos_ios -ngc -sncps3 -ps3 -psp1 -qnx -wii
}
libretro_tic80_name="TIC-80"
libretro_tic80_git_url="https://github.com/RobLoach/TIC-80.git"
libretro_tic80_git_submodules="yes"
libretro_tic80_build_makefile="Makefile"
libretro_tic80_build_subdir="examples/libretro"
# CORE RULE VARIABLES
#