mirror of
https://github.com/MiSTer-devel/MSX1_MiSTer.git
synced 2026-04-19 03:04:26 +00:00
103 lines
2.2 KiB
JSON
103 lines
2.2 KiB
JSON
{
|
|
"WD2793": {
|
|
"fdd_count": {
|
|
"param_type": "int",
|
|
"enums": [],
|
|
"min": 1,
|
|
"max": 2,
|
|
"default": 1,
|
|
"values": [0, 4, 12]
|
|
},
|
|
"style": {
|
|
"param_type": "enum",
|
|
"enums": ["Philips", "National"],
|
|
"min": null,
|
|
"max": null,
|
|
"default": 0,
|
|
"value_offset": 0
|
|
}
|
|
},
|
|
"TC8566AF": {
|
|
"fdd_count": {
|
|
"param_type": "int",
|
|
"enums": [],
|
|
"min": 1,
|
|
"max": 2,
|
|
"default": 1,
|
|
"values": [0, 4, 12]
|
|
},
|
|
"ioRegs": {
|
|
"param_type": "enum",
|
|
"enums": ["", "7FF2", "7FF8"],
|
|
"min": null,
|
|
"max": null,
|
|
"default": 0,
|
|
"value_offset": 0
|
|
}
|
|
},
|
|
"MEM_MAPPER": {
|
|
"size": {
|
|
"param_type": "int",
|
|
"enums": [],
|
|
"min": 1,
|
|
"max": 255,
|
|
"div": 16384,
|
|
"default": 1
|
|
}
|
|
},
|
|
"V99xx": {
|
|
"VDP_ID": {
|
|
"param_type": "enum",
|
|
"enums": ["V9938", "V9958", "UNKNOWN"],
|
|
"min": 0,
|
|
"max": 2,
|
|
"default": 0,
|
|
"values": [0, 2, 1]
|
|
}
|
|
},
|
|
"TMS99xx": {
|
|
"MODE": {
|
|
"param_type": "enum",
|
|
"enums": ["PAL", "NTSC"],
|
|
"min": 0,
|
|
"max": 1,
|
|
"default": 0
|
|
}
|
|
},
|
|
"PSG": {
|
|
"system": {
|
|
"param_type": "enum",
|
|
"enums": ["false", "true"],
|
|
"min": 0,
|
|
"max": 1,
|
|
"default": 0
|
|
}
|
|
},
|
|
"PPI": {
|
|
"OCM": {
|
|
"param_type": "enum",
|
|
"enums": ["false", "true"],
|
|
"min": 0,
|
|
"max": 1,
|
|
"default": 0
|
|
}
|
|
},
|
|
"RESET_STATUS": {
|
|
"inverted": {
|
|
"param_type": "enum",
|
|
"enums": ["false", "true"],
|
|
"min": 0,
|
|
"max": 1,
|
|
"default": 0
|
|
}
|
|
},
|
|
"YM2148": {
|
|
"variant": {
|
|
"param_type": "enum",
|
|
"enums": ["SFG-01", "SFG-05"],
|
|
"min": 0,
|
|
"max": 1,
|
|
"default": 0
|
|
}
|
|
}
|
|
} |