GNOME Bugzilla – Bug 769473
mega-drive: Support Mega Drive 32X
Last modified: 2016-08-03 22:40:06 UTC
Mega Drive 32X MIME type has recently been disambiguated from Mega Drive, hence we need to explicitly support it.
The following fixes have been pushed: 8b3027f mega-drive: Support 32x games b692a07 mega-drive: Add is_32x() to MegaDriveHeader 1c67ece mega-drive: Add is_mega_drive() to MegaDriveHeader c296b7a mega-drive: Add 'system' prop to MegaDriveHeader 58c9d79 mega-drive: Update invalid header error message 8f4d9f5 mega-drive: Add MegaDriveSystem
Created attachment 332650 [details] [review] mega-drive: Support 32x games The 32X MIME type have been discriminated from the Mega Drive one, hence we need to explicitly look for 32X games.
Created attachment 332651 [details] [review] mega-drive: Add is_32x() to MegaDriveHeader This will be used in the next commit to discriminte Mega Drive headers from 32X ones.
Created attachment 332652 [details] [review] mega-drive: Add is_mega_drive() to MegaDriveHeader This will be used in the next commit to discriminte Mega Drive headers from 32X ones.
Created attachment 332653 [details] [review] mega-drive: Add 'system' prop to MegaDriveHeader This will be used in the next commit to discriminate the different systems of the Mega Drive family.
Created attachment 332654 [details] [review] mega-drive: Update invalid header error message Make the error message take into account all the possible systems.
Created attachment 332655 [details] [review] mega-drive: Add MegaDriveSystem This will be used in the next commits to discriminate the different systems of the Mega Drive family.
*** Bug 769361 has been marked as a duplicate of this bug. ***