mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Fix STPC PCI IDs again
This commit is contained in:
@@ -524,7 +524,9 @@ stpc_setup(stpc_t *dev)
|
||||
{
|
||||
stpc_log("STPC: setup()\n");
|
||||
|
||||
uint32_t local = dev->local;
|
||||
memset(dev, 0, sizeof(stpc_t));
|
||||
dev->local = local;
|
||||
|
||||
/* Northbridge */
|
||||
dev->pci_conf[0][0x00] = 0x4a;
|
||||
|
||||
Reference in New Issue
Block a user