Non-Working Drivers: Difference between revisions

From MAMEDEV Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
These are grouped in several categories based on the game flags in the drivers:
These are grouped in several categories based on the game flags in the drivers:


* [[GNW]] - GAME_NOT_WORKING
* [[MNW]] - MACHINE_NOT_WORKING
* [[GUP]] - GAME_UNEMULATED_PROTECTION
* [[MUP]] - MACHINE_UNEMULATED_PROTECTION
* [[GNS]] - GAME_NO_SOUND and GAME_IMPERFECT_SOUND
* [[MNS]] - MACHINE_NO_SOUND and MACHINE_IMPERFECT_SOUND
* [[GIG]] - GAME_IMPERFECT_GRAPHICS. Also covers GAME_IMPERFECT_COLORS and GAME_WRONG_COLORS
* [[MIG]] - MACHINE_IMPERFECT_GRAPHICS. Also covers MACHINE_IMPERFECT_COLORS and MACHINE_WRONG_COLORS
* [[GIS]] - GAME_IS_SKELETON and GAME_IS_SKELETON_MECHANICAL
* [[MIS]] - MACHINE_IS_SKELETON and MACHINE_IS_SKELETON_MECHANICAL
* [[MIC]] - MACHINE_IMPERFECT_CONTROLS
* [[MIT]] - MACHINE_IMPERFECT_TIMING
 
* [[Manufacturer]] - Older, currently outdated notes, by manufacturer.

Latest revision as of 10:17, 31 July 2017

Many drivers in MAME are tagged as non-working. In many cases it is obvious why the drivers don't work. In some cases it is subtle. And quite often, other devs can't even really remember why some games don't work. This section of the wiki is an attempt to provide some additional information that can be widely shared about why the games don't work. Hopefully it will answer some of the many questions out there, and might even encourage others to help complete the driver.

These are grouped in several categories based on the game flags in the drivers:

  • MNW - MACHINE_NOT_WORKING
  • MUP - MACHINE_UNEMULATED_PROTECTION
  • MNS - MACHINE_NO_SOUND and MACHINE_IMPERFECT_SOUND
  • MIG - MACHINE_IMPERFECT_GRAPHICS. Also covers MACHINE_IMPERFECT_COLORS and MACHINE_WRONG_COLORS
  • MIS - MACHINE_IS_SKELETON and MACHINE_IS_SKELETON_MECHANICAL
  • MIC - MACHINE_IMPERFECT_CONTROLS
  • MIT - MACHINE_IMPERFECT_TIMING
  • Manufacturer - Older, currently outdated notes, by manufacturer.