Hardware/LPC/Chip.cs
changeset 7 9523a3322777
parent 1 361e324a0ed4
child 16 e9abdc6e05af
     1.1 --- a/Hardware/LPC/Chip.cs	Thu Jan 28 19:31:10 2010 +0000
     1.2 +++ b/Hardware/LPC/Chip.cs	Thu Jan 28 23:29:39 2010 +0000
     1.3 @@ -11,7 +11,8 @@
     1.4      IT8718F = 0x8718,
     1.5      IT8720F = 0x8720,
     1.6      IT8726F = 0x8726,
     1.7 -    W83627DHG = 0xA020
     1.8 +    W83627DHG = 0xA020,
     1.9 +    F71882FG = 0x0541
    1.10    }
    1.11  
    1.12  }