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

@@ -386,7 +386,7 @@ static const device_config_t mda_config[] = {
};
const device_t mda_device = {
.name = "MDA",
.name = "IBM MDA",
.internal_name = "mda",
.flags = DEVICE_ISA,
.local = 0,