Added the no brown option for PCjr.

This commit is contained in:
OBattler
2025-06-24 04:25:19 +02:00
parent eef641c164
commit ef342b4031
4 changed files with 16 additions and 7 deletions

View File

@@ -782,9 +782,11 @@ static const device_config_t pcjr_config[] = {
.file_filter = "",
.spinner = { 0 },
.selection = {
{ .description = "RGB", .value = PCJR_RGB },
{ .description = "Composite", .value = PCJR_COMPOSITE },
{ .description = "" }
{ .description = "RGB", .value = PCJR_RGB },
{ .description = "Composite", .value = PCJR_COMPOSITE },
{ .description = "RGB (no brown)", .value = PCJR_RGB_NO_BROWN },
{ .description = "RGB (IBM 5153)", .value = PCJR_RGB_IBM_5153 },
{ .description = "" }
}
},
{