mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
PC-500(+)/TO16: Move RTC IRQ number indication to the "Enabled" option
This commit is contained in:
@@ -1249,7 +1249,7 @@ static const device_config_t pc500_config[] = {
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
{ .description = "Disabled", .value = -1 },
|
||||
{ .description = "Enabled", .value = 2 },
|
||||
{ .description = "IRQ 2", .value = 2 },
|
||||
{ .description = "" }
|
||||
},
|
||||
.bios = { { 0 } }
|
||||
@@ -1369,7 +1369,7 @@ static const device_config_t pc500plus_config[] = {
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
{ .description = "Disabled", .value = -1 },
|
||||
{ .description = "Enabled", .value = 2 },
|
||||
{ .description = "IRQ 2", .value = 2 },
|
||||
{ .description = "" }
|
||||
},
|
||||
.bios = { { 0 } }
|
||||
@@ -1735,15 +1735,15 @@ static const device_config_t to16_config[] = {
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
{ .description = "Not installed", .value = 0 },
|
||||
{ .description = "RTC0", .value = 0x300 },
|
||||
{ .description = "RTC1", .value = 0x2c0 },
|
||||
{ .description = "" }
|
||||
{ .description = "RTC0", .value = 0x300 },
|
||||
{ .description = "RTC1", .value = 0x2c0 },
|
||||
{ .description = "" }
|
||||
},
|
||||
.bios = { { 0 } }
|
||||
},
|
||||
{
|
||||
.name = "rtc_irq",
|
||||
.description = "RTC IRQ 2",
|
||||
.description = "RTC IRQ",
|
||||
.type = CONFIG_SELECTION,
|
||||
.default_string = NULL,
|
||||
.default_int = -1,
|
||||
@@ -1751,7 +1751,7 @@ static const device_config_t to16_config[] = {
|
||||
.spinner = { 0 },
|
||||
.selection = {
|
||||
{ .description = "Disabled", .value = -1 },
|
||||
{ .description = "Enabled", .value = 2 },
|
||||
{ .description = "IRQ 2", .value = 2 },
|
||||
{ .description = "" }
|
||||
},
|
||||
.bios = { { 0 } }
|
||||
|
||||
@@ -2256,9 +2256,6 @@ msgstr ""
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC IRQ 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -2256,9 +2256,6 @@ msgstr "DMA WSS"
|
||||
msgid "RTC IRQ"
|
||||
msgstr "IRQ RTC"
|
||||
|
||||
msgid "RTC IRQ 2"
|
||||
msgstr "IRQ 2 RTC"
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr "Адрес порта RTC"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user