After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 781610 - [flatpak] Beetle/Mednafen TurboGrafxCD core cannot find BIOS
[flatpak] Beetle/Mednafen TurboGrafxCD core cannot find BIOS
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
3.24.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2017-04-22 12:53 UTC by Alexander Mikhaylenko
Modified: 2017-05-17 17:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add PC Engine ROM MIME type for TurboGrafxCD core (505 bytes, patch)
2017-04-22 12:53 UTC, Alexander Mikhaylenko
none Details | Review
flatpak: Add application/x-pc-engine-rom MIME-type to TurboGrafxCD platform (911 bytes, patch)
2017-05-17 17:18 UTC, Alexander Mikhaylenko
committed Details | Review

Description Alexander Mikhaylenko 2017-04-22 12:53:22 UTC
Created attachment 350231 [details] [review]
Add PC Engine ROM MIME type for TurboGrafxCD core

Although the BIOS file is where it should be, GNOME Games cannot use it and says that TurboGrafx-CD platform is not supported.

I got it to work by adding MIME type of the syscard3.pce file (application/x-pc-engine-rom) to libretro descriptor file like this:

[Platform:TurboGrafxCD]
MimeType=application/x-cue;application/x-pc-engine-rom;
Firmwares=SuperSystemCard3;

Both TurboGrafxCD and TurboGrafx16 games work fine for me with like this.
Comment 1 Alexander Mikhaylenko 2017-05-17 17:18:37 UTC
Created attachment 352039 [details] [review]
flatpak: Add application/x-pc-engine-rom MIME-type to TurboGrafxCD platform
Comment 2 Adrien Plazas 2017-05-17 17:19:41 UTC
Review of attachment 352039 [details] [review]:

LGTM.
Comment 3 Adrien Plazas 2017-05-17 17:46:46 UTC
Attachment 352039 [details] pushed as 904d06f - flatpak: Add application/x-pc-engine-rom MIME-type to TurboGrafxCD platform