mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
return correct PCI ID
This commit is contained in:
parent
3dc69f89b8
commit
df02d6a753
|
@ -419,7 +419,7 @@ UINT32 C53C810::ReadPCIConfigSpace(unsigned device, unsigned reg, unsigned bits,
|
|||
switch (reg)
|
||||
{
|
||||
case 0x00: // Device ID and Vendor ID
|
||||
d = 0x00011000; // 0x1000 = LSI Logic
|
||||
d = FLIPENDIAN32(0x00011000); // 0x1000 = LSI Logic, 0x0001 = 53c810a
|
||||
switch (bits)
|
||||
{
|
||||
case 8:
|
||||
|
|
Loading…
Reference in a new issue