mirror of
https://github.com/libretro/libretro-super.git
synced 2024-12-04 06:02:07 +00:00
Add Oberon RISC emulator
This commit is contained in:
parent
92a64459d6
commit
5fc8d0d291
@ -219,6 +219,7 @@ include_core_crocods
|
||||
include_core_cap32
|
||||
include_core_mu
|
||||
include_core_minivmac
|
||||
include_core_oberon_risc
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# Devkits
|
||||
|
7
dist/info/oberon_libretro.info
vendored
Normal file
7
dist/info/oberon_libretro.info
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
display_name = "Oberon RISC Emulator"
|
||||
authors = "Peter De Wachter|Emery Hemingway"
|
||||
supported_extensions = "dsk"
|
||||
corename = "Oberon"
|
||||
categories = "Emulator"
|
||||
systemname = "Oberon RISC machine"
|
||||
supports_no_game = "false"
|
@ -186,6 +186,13 @@ libretro_minivmac_name="Mini Vmac"
|
||||
libretro_minivmac_git_url="https://github.com/libretro/libretro-minivmac.git"
|
||||
libretro_minivmac_build_makefile="Makefile"
|
||||
|
||||
include_core_oberon() {
|
||||
register_module core "oberon"
|
||||
}
|
||||
libretro_oberon_name="Oberon RISC Emulator"
|
||||
libretro_oberon_git_url="https://github.com/pdewacht/oberon-risc-emu"
|
||||
libretro_oberon_build_makefile="Makefile.libretro"
|
||||
|
||||
include_core_reminiscence() {
|
||||
register_module core "reminiscence"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user