"description":"List of known region/version codes (JA, UAA, etc.) used by this game. If different versions of the game have different names, specifications or hardware, each variant should be a separate entry in the game list with the same code.",
"description":"The names used by MAME to identify this game, one for each region/version in the region list. Use an empty string for versions not currently emulated by MAME.",
"description":"The device this game requires to be inserted into PCMCIA slot 1 (either a flash card or a network PCB). Omit if the game does not use slot 1.",
"type":"string",
"enum":[
"PWB0000100991",
"flashCard8MB",
"flashCard16MB",
"flashCard32MB",
"flashCard64MB"
]
},
"pcmcia2":{
"title":"PCMCIA slot 2 device type",
"description":"The device this game requires to be inserted into PCMCIA slot 2 (either a flash card or a network PCB). Omit if the game does not use slot 2.",
"type":"string",
"enum":[
"PWB0000100991",
"flashCard8MB",
"flashCard16MB",
"flashCard32MB",
"flashCard64MB"
]
},
"flags":{
"title":"Additional game properties",
"type":"object",
"additionalProperties":false,
"properties":{
"installRequiresRTCHeader":{
"title":"RTC RAM header required by installer",
"description":"Whether or not the game's installer requires the RTC RAM header described in this entry to be present and will refuse to install the game if missing.",
"type":"boolean"
},
"requiresRTCHeader":{
"title":"RTC RAM header required by game",
"description":"Whether or not the game requires the RTC RAM header described in this entry to be present and will refuse to run if missing (rather than clearing RTC RAM and generating the header).",
"description":"Object describing the header written by the game to the first 16 bytes of RTC RAM. Omit if the game does not write a header to RTC RAM.",
"description":"Object describing the header written by the game to the first 32 bytes of the internal flash memory. Omit if the game does not write a header to flash.",