Browse Source
games/jg-sameboy: Updated for version 1.0.1.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/299/head
B. Watson
6 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
11 additions and
9 deletions
-
games/jg-sameboy/README
-
games/jg-sameboy/jg-sameboy.SlackBuild
-
games/jg-sameboy/jg-sameboy.info
|
|
|
@ -10,9 +10,10 @@ on the bottom). Save data will work for both games, but cheats and |
|
|
|
states only work for the main game. The link cable and IR sensor are |
|
|
|
always considered connected in 2 Player Mode. |
|
|
|
|
|
|
|
Note: jollygood does not automatically use this core (it uses |
|
|
|
jg-gambatte for .gb and .gbc files). To use sameboy, you'll have to |
|
|
|
give the "-c sameboy" option to jollygood. |
|
|
|
Note: if both jg-gambatte and jg-sameboy are installed, jollygood will |
|
|
|
use jg-gambatte for .gb and .gbc files, by default. To use sameboy, |
|
|
|
you'll have to give the "-c sameboy" option to jollygood (or remove |
|
|
|
the jg-gambatte package). |
|
|
|
|
|
|
|
By default, no controls are mapped. The first time you run a game, |
|
|
|
press Shift-1 to configure the first controller. |
|
|
|
@ -6,14 +6,15 @@ |
|
|
|
|
|
|
|
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. |
|
|
|
|
|
|
|
# 20240813 bkw: updated for v0.16.6 |
|
|
|
# 20240208 bkw: updated for v0.16.2 |
|
|
|
# 20250528 bkw: updated for v1.0.1. |
|
|
|
# 20240813 bkw: updated for v0.16.6. |
|
|
|
# 20240208 bkw: updated for v0.16.2. |
|
|
|
|
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jg-sameboy |
|
|
|
SRCNAM=sameboy |
|
|
|
VERSION=${VERSION:-0.16.6} |
|
|
|
VERSION=${VERSION:-1.0.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="jg-sameboy" |
|
|
|
VERSION="0.16.6" |
|
|
|
VERSION="1.0.1" |
|
|
|
HOMEPAGE="https://jgemu.gitlab.io/" |
|
|
|
DOWNLOAD="https://gitlab.com/jgemu/sameboy/-/archive/0.16.6/sameboy-0.16.6.tar.gz" |
|
|
|
MD5SUM="9fca47f71e87304b6f254edc136482cc" |
|
|
|
DOWNLOAD="https://gitlab.com/jgemu/sameboy/-/archive/1.0.1/sameboy-1.0.1.tar.gz" |
|
|
|
MD5SUM="cffb2181da0d61a4d05fbd11ef5ffa0a" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="jollygood rgbds" |
|
|
|
|