genesis_plus_gx-libretro-1.0_pre20210325menelkir
download
# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
LIBRETRO_REPO_NAME="libretro/Genesis-Plus-GX"
LIBRETRO_COMMIT_SHA="a110a0598ee87de9294751a6645d9164654ffe1e"
inherit libretro-core
DESCRIPTION="libretro implementation of Genesis Plus GX. \
(Sega Genesis/Sega CD)"
HOMEPAGE="https://github.com/libretro/Genesis-Plus-GX"
KEYWORDS="~amd64 ~x86"
LICENSE="GPGX"
SLOT="0"
DEPEND="sys-libs/zlib"
RDEPEND="${DEPEND}
games-emulation/libretro-info"
LIBRETRO_CORE_NAME=genesis_plus_gx
pkg_postinst() {
if [[ "${first_install}" == "1" ]]; then
ewarn ""
ewarn "You need to have the following files in your 'system_directory' folder:"
ewarn "Required:"
ewarn "bios_CD_E.bin (MegaCD EU BIOS)"
ewarn "bios_CD_U.bin (SegaCD US BIOS)"
ewarn "bios_CD_J.bin (MegaCD JP BIOS)"
ewarn
elog "Optional:"
elog "bios_E.sms (MasterSystem EU BIOS)"
elog "bios_U.sms (MasterSystem US BIOS)"
elog "bios_J.sms (MasterSystem JP BIOS)"
elog "bios.gg (GameGear BIOS)"
elog "sk.bin (Sonic & Knuckles (2 MiB) ROM)"
elog "sk2chip.bin (Sonic & Knuckles UPMEM (256 KiB) ROM) = b4e76e416b887f4e7413ba76fa735f16"
elog "areplay.bin (Action Replay (Pro) ROM)"
elog "ggenie.bin (Game Genie ROM)"
elog ""
ewarn ""
fi
}