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 769472 - master-system: Support SG-1000
master-system: Support SG-1000
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks: 769458
 
 
Reported: 2016-08-03 14:41 UTC by Adrien Plazas
Modified: 2016-08-03 14:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
master-system: Support Game Gear games (2.80 KB, patch)
2016-08-03 14:43 UTC, Adrien Plazas
committed Details | Review
master-system: Add is_game_gear() to MasterSystemRegion (1.06 KB, patch)
2016-08-03 14:44 UTC, Adrien Plazas
committed Details | Review
master-system: Add is_master_system() to MasterSystemRegion (1.15 KB, patch)
2016-08-03 14:44 UTC, Adrien Plazas
committed Details | Review
master-system: Support SG-1000 games (2.36 KB, patch)
2016-08-03 14:52 UTC, Adrien Plazas
committed Details | Review

Description Adrien Plazas 2016-08-03 14:41:08 UTC
SG-1000 MIME type has recently been disambiguated from Master System, hence we need to explicitly support it.
Comment 1 Adrien Plazas 2016-08-03 14:43:34 UTC
The following fixes have been pushed:
9878978 master-system: Support Game Gear games
21bc8aa master-system: Add is_game_gear() to MasterSystemRegion
3ad931b master-system: Add is_master_system() to MasterSystemRegion
Comment 2 Adrien Plazas 2016-08-03 14:43:50 UTC
Created attachment 332626 [details] [review]
master-system: Support Game Gear games

The Game Gear MIME type have been discriminated from the Master System
one, hence we need to explicitly look for Game Gear games.
Comment 3 Adrien Plazas 2016-08-03 14:44:02 UTC
Created attachment 332627 [details] [review]
master-system: Add is_game_gear() to MasterSystemRegion

This will be used in the next commit to discriminte Master System
headers from Game Gear ones.
Comment 4 Adrien Plazas 2016-08-03 14:44:16 UTC
Created attachment 332628 [details] [review]
master-system: Add is_master_system() to MasterSystemRegion

This will be used in the next commit to discriminte Master System
headers from Game Gear ones.
Comment 5 Adrien Plazas 2016-08-03 14:52:42 UTC
The following fix has been pushed:
4898548 master-system: Support SG-1000 games
Comment 6 Adrien Plazas 2016-08-03 14:52:49 UTC
Created attachment 332629 [details] [review]
master-system: Support SG-1000 games

The SG-1000 MIME type have been discriminated from the Master System
one, hence we need to explicitly look for SG-1000 games.