Hardware/CPU/AMDCPU.cs
changeset 271 8635fa73eacc
parent 236 763675f19ff4
child 344 3145aadca3d2
     1.1 --- a/Hardware/CPU/AMDCPU.cs	Fri Apr 15 23:52:07 2011 +0000
     1.2 +++ b/Hardware/CPU/AMDCPU.cs	Sat Apr 16 13:19:13 2011 +0000
     1.3 @@ -40,7 +40,7 @@
     1.4    internal abstract class AMDCPU : GenericCPU {
     1.5  
     1.6      private const byte PCI_BUS = 0;
     1.7 -    private const byte PCI_BASE_DEVICE = 24;
     1.8 +    private const byte PCI_BASE_DEVICE = 0x18;
     1.9      private const byte DEVICE_VENDOR_ID_REGISTER = 0;
    1.10      private const ushort AMD_VENDOR_ID = 0x1022;
    1.11