PCjr Cleanups
This commit is contained in:
@@ -774,14 +774,14 @@ pit_irq0_timer_pcjr(int new_out, int old_out, UNUSED(void *priv))
|
|||||||
static const device_config_t pcjr_config[] = {
|
static const device_config_t pcjr_config[] = {
|
||||||
// clang-format off
|
// clang-format off
|
||||||
{
|
{
|
||||||
.name = "display_type",
|
.name = "display_type",
|
||||||
.description = "Display type",
|
.description = "Display type",
|
||||||
.type = CONFIG_SELECTION,
|
.type = CONFIG_SELECTION,
|
||||||
.default_string = "",
|
.default_string = NULL,
|
||||||
.default_int = PCJR_RGB,
|
.default_int = PCJR_RGB,
|
||||||
.file_filter = "",
|
.file_filter = NULL,
|
||||||
.spinner = { 0 },
|
.spinner = { 0 },
|
||||||
.selection = {
|
.selection = {
|
||||||
{ .description = "RGB", .value = PCJR_RGB },
|
{ .description = "RGB", .value = PCJR_RGB },
|
||||||
{ .description = "Composite", .value = PCJR_COMPOSITE },
|
{ .description = "Composite", .value = PCJR_COMPOSITE },
|
||||||
{ .description = "RGB (no brown)", .value = PCJR_RGB_NO_BROWN },
|
{ .description = "RGB (no brown)", .value = PCJR_RGB_NO_BROWN },
|
||||||
@@ -807,11 +807,11 @@ static const device_config_t pcjr_config[] = {
|
|||||||
.bios = { { 0 } }
|
.bios = { { 0 } }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "apply_hd",
|
.name = "apply_hd",
|
||||||
.description = "Apply overscan deltas",
|
.description = "Apply overscan deltas",
|
||||||
.type = CONFIG_BINARY,
|
.type = CONFIG_BINARY,
|
||||||
.default_string = "",
|
.default_string = NULL,
|
||||||
.default_int = 1
|
.default_int = 1
|
||||||
},
|
},
|
||||||
{ .name = "", .description = "", .type = CONFIG_END }
|
{ .name = "", .description = "", .type = CONFIG_END }
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|||||||
Reference in New Issue
Block a user