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

@@ -891,7 +891,7 @@ const device_config_t cga_config[] = {
// clang-format on
const device_t cga_device = {
.name = "CGA",
.name = "IBM CGA",
.internal_name = "cga",
.flags = DEVICE_ISA,
.local = 0,