mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 09:58:19 -07:00
Onboard name updates
This commit is contained in:
@@ -784,7 +784,7 @@ const device_config_t vid_1512_config[] = {
|
||||
};
|
||||
|
||||
const device_t vid_1512_device = {
|
||||
.name = "Amstrad PC1512 (video)",
|
||||
.name = "Amstrad PC1512 (Video)",
|
||||
.internal_name = "vid_1512",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
@@ -985,7 +985,7 @@ const device_config_t vid_1640_config[] = {
|
||||
};
|
||||
|
||||
const device_t vid_1640_device = {
|
||||
.name = "Amstrad PC1640 (video)",
|
||||
.name = "Amstrad PC1640 (Video)",
|
||||
.internal_name = "vid_1640",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
@@ -1911,7 +1911,7 @@ const device_config_t vid_200_config[] = {
|
||||
};
|
||||
|
||||
const device_t vid_200_device = {
|
||||
.name = "Amstrad PC200 (video)",
|
||||
.name = "Amstrad PC200 (Video)",
|
||||
.internal_name = "vid_200",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
@@ -2019,7 +2019,7 @@ const device_config_t vid_ppc512_config[] = {
|
||||
};
|
||||
|
||||
const device_t vid_ppc512_device = {
|
||||
.name = "Amstrad PPC512 (video)",
|
||||
.name = "Amstrad PPC512 (Video)",
|
||||
.internal_name = "vid_ppc512",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
@@ -2036,7 +2036,7 @@ const device_config_t vid_pc2086_config[] = {
|
||||
// clang-format off
|
||||
{
|
||||
.name = "language",
|
||||
.description = "BIOS language",
|
||||
.description = "BIOS Language",
|
||||
.type = CONFIG_SELECTION,
|
||||
.default_string = NULL,
|
||||
.default_int = 7,
|
||||
@@ -2054,7 +2054,7 @@ const device_config_t vid_pc2086_config[] = {
|
||||
};
|
||||
|
||||
const device_t vid_pc2086_device = {
|
||||
.name = "Amstrad PC2086",
|
||||
.name = "Amstrad PC2086 (Video)",
|
||||
.internal_name = "vid_pc2086",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
@@ -2071,7 +2071,7 @@ const device_config_t vid_pc3086_config[] = {
|
||||
// clang-format off
|
||||
{
|
||||
.name = "language",
|
||||
.description = "BIOS language",
|
||||
.description = "BIOS Language",
|
||||
.type = CONFIG_SELECTION,
|
||||
.default_string = NULL,
|
||||
.default_int = 7,
|
||||
@@ -2089,7 +2089,7 @@ const device_config_t vid_pc3086_config[] = {
|
||||
};
|
||||
|
||||
const device_t vid_pc3086_device = {
|
||||
.name = "Amstrad PC3086",
|
||||
.name = "Amstrad PC3086 (Video)",
|
||||
.internal_name = "vid_pc3086",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
|
||||
@@ -2119,7 +2119,7 @@ const device_config_t m19_vid_config[] = {
|
||||
};
|
||||
|
||||
const device_t m19_vid_device = {
|
||||
.name = "Olivetti M19 graphics card",
|
||||
.name = "Olivetti M19 (Video)",
|
||||
.internal_name = "m19_vid",
|
||||
.flags = 0,
|
||||
.local = 0,
|
||||
|
||||
@@ -2685,7 +2685,7 @@ const machine_t machines[] = {
|
||||
.kbd_device = &keyboard_pc_xt_device,
|
||||
.fdc_device = NULL,
|
||||
.sio_device = NULL,
|
||||
.vid_device = NULL,
|
||||
.vid_device = NULL, /* Discrete onboard video card? */
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
@@ -5684,7 +5684,7 @@ const machine_t machines[] = {
|
||||
.kbd_device = NULL,
|
||||
.fdc_device = NULL,
|
||||
.sio_device = NULL,
|
||||
.vid_device = NULL,
|
||||
.vid_device = &if386jega_device,
|
||||
.snd_device = NULL,
|
||||
.net_device = NULL
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user