Add manufacturer name to IBM video adapters

This commit is contained in:
Alexander Babikov
2024-01-28 01:35:12 +05:00
parent f1c02358ed
commit c8bdb4cfcd
5 changed files with 7 additions and 7 deletions

View File

@@ -1622,7 +1622,7 @@ static const device_config_t ega_config[] = {
};
const device_t ega_device = {
.name = "EGA",
.name = "IBM EGA",
.internal_name = "ega",
.flags = DEVICE_ISA,
.local = EGA_IBM,