[bug#73488,games,v3,0/7] Add Jolly Good and some of its emulators

Message ID cover.1727940344.git.maxim.cournoyer@gmail.com
Headers
Series Add Jolly Good and some of its emulators |

Message

Maxim Cournoyer Oct. 3, 2024, 7:25 a.m. UTC
  This series adds the Jolly Good emulator API and reference user
interface (jgrf), and some core files (emulator plugins made to be used by
it). Currently I've packaged and tested their bsnes, nestopia and cega ports.

Changes in v3:
 - Remove extraneous 'modules' field from origin
 - Use latest commit, with support for search paths
 - Remove extraneous 'modules' field from origin

Changes in v2:
 - Sort inputs

Maxim Cournoyer (7):
  teams: Register (gnu packages emulators) to games team.
  gnu: bsnes: Remove input labels and use gexps.
  gnu: Add jg-api.
  gnu: Add jgrf.
  gnu: Add jg-bsnes.
  gnu: Add jg-nestopia.
  gnu: Add jg-cega.

 etc/teams.scm              |   3 +-
 gnu/packages/emulators.scm | 281 ++++++++++++++++++++++++++++++++++---
 2 files changed, 261 insertions(+), 23 deletions(-)


base-commit: a4ea332bc219e14560d3a5daaa658425d898ec37
  

Comments

Maxim Cournoyer Oct. 5, 2024, 1:58 p.m. UTC | #1
Hi,

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> This series adds the Jolly Good emulator API and reference user
> interface (jgrf), and some core files (emulator plugins made to be used by
> it). Currently I've packaged and tested their bsnes, nestopia and cega ports.

With most of Liliana's comments addressed in what would be have been v4,
I went ahead and pushed this to master with commit 1ca236a02a and
following; thanks to Liliana for the review.

If I missed anything, let me know! Otherwise, enjoy.