Fix the internal name of the S3 Trio64V+ VLB

This commit is contained in:
cartifanwlr
2024-02-23 18:41:41 +03:00
parent 78ff7f4253
commit c57dfed4e7

View File

@@ -11084,8 +11084,7 @@ const device_t s3_phoenix_trio64_pci_device = {
const device_t s3_stb_powergraph_64_video_vlb_device = { const device_t s3_stb_powergraph_64_video_vlb_device = {
.name = "S3 Trio64V+ (STB PowerGraph 64 Video) VLB", .name = "S3 Trio64V+ (STB PowerGraph 64 Video) VLB",
.name = "S3 Trio64V+ PCI (Phoenix)", .internal_name = "stb_trio64vplus_vlb",
.internal_name = "px_trio64vplus_pci",
.flags = DEVICE_VLB, .flags = DEVICE_VLB,
.local = S3_STB_POWERGRAPH_64_VIDEO, .local = S3_STB_POWERGRAPH_64_VIDEO,
.init = s3_init, .init = s3_init,