mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Merge pull request #6455 from lemondrops/patch-16
Textual changes (Multitech/TO16-related) and more
This commit is contained in:
@@ -55,6 +55,10 @@ extern int isartc_get_from_internal_name(const char *str);
|
||||
extern const device_t *isartc_get_device(int t);
|
||||
extern int isartc_has_config(int board);
|
||||
|
||||
/* On-board RTC devices */
|
||||
extern const device_t vendex_xt_rtc_onboard_device;
|
||||
extern const device_t rtc58167_device;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
#include <86box/serial.h>
|
||||
#include <86box/sio.h>
|
||||
#include <86box/ibm_5161.h>
|
||||
#include <86box/isartc.h>
|
||||
#include <86box/keyboard.h>
|
||||
#include <86box/rom.h>
|
||||
#include <86box/machine.h>
|
||||
@@ -45,9 +46,6 @@
|
||||
#include <86box/port_6x.h>
|
||||
#include <86box/video.h>
|
||||
|
||||
extern const device_t vendex_xt_rtc_onboard_device;
|
||||
extern const device_t rtc58167_device;
|
||||
|
||||
/* 8088 */
|
||||
static void
|
||||
machine_xt_common_init(const machine_t *model, int fixed_floppy)
|
||||
@@ -1251,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 } }
|
||||
@@ -1371,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 } }
|
||||
@@ -1737,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,
|
||||
@@ -1753,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 } }
|
||||
|
||||
@@ -975,10 +975,10 @@ msgstr ""
|
||||
msgid "Thrustmaster FCS + Rudder Control System"
|
||||
msgstr ""
|
||||
|
||||
msgid "Thrustmaster Formula T1/T2 with Adaptor"
|
||||
msgid "Thrustmaster Formula T1/T2 with adapter"
|
||||
msgstr ""
|
||||
|
||||
msgid "Thrustmaster Formula T1/T2 without Adaptor"
|
||||
msgid "Thrustmaster Formula T1/T2 without adapter"
|
||||
msgstr ""
|
||||
|
||||
msgid "None"
|
||||
@@ -2256,9 +2256,6 @@ msgstr ""
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC IRQ 2"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA kanál WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Povolit OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS-IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS-DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "OPL einschalten"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ de WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA de WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Habilitar OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS-IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS-DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Activer OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS-a"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA WSS-a"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Omogući OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Abilita OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "OPLを有効にする"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "OPL 사용"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS-IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS-DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Aktiver OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "OPL inschakelen"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Włącz OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Ativar OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Ativar OPL"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Povolenie OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Omogoči OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Aktivera OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "OPL'yi etkinleştir"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "IRQ WSS"
|
||||
msgid "WSS DMA"
|
||||
msgstr "DMA WSS"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr "IRQ RTC"
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Ввімкнути OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "Bật OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "启用 OPL"
|
||||
|
||||
|
||||
@@ -2253,6 +2253,18 @@ msgstr "WSS IRQ"
|
||||
msgid "WSS DMA"
|
||||
msgstr "WSS DMA"
|
||||
|
||||
msgid "RTC IRQ"
|
||||
msgstr ""
|
||||
|
||||
msgid "RTC Port Address"
|
||||
msgstr ""
|
||||
|
||||
msgid "Onboard RTC"
|
||||
msgstr ""
|
||||
|
||||
msgid "Not installed"
|
||||
msgstr ""
|
||||
|
||||
msgid "Enable OPL"
|
||||
msgstr "啟用 OPL"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user