Hardware/LPC/Chip.cs
changeset 21 ac4bfce27a02
parent 19 890e8fca7f33
child 31 c4d1fb76a9e1
     1.1 --- a/Hardware/LPC/Chip.cs	Mon Feb 01 23:10:05 2010 +0000
     1.2 +++ b/Hardware/LPC/Chip.cs	Tue Feb 02 18:35:23 2010 +0000
     1.3 @@ -7,10 +7,10 @@
     1.4  
     1.5    public enum Chip : ushort {
     1.6      Unknown = 0,
     1.7 -    IT8716 = 0x8716,
     1.8 -    IT8718 = 0x8718,
     1.9 -    IT8720 = 0x8720,
    1.10 -    IT8726 = 0x8726,
    1.11 +    IT8716F = 0x8716,
    1.12 +    IT8718F = 0x8718,
    1.13 +    IT8720F = 0x8720,
    1.14 +    IT8726F = 0x8726,
    1.15      W83627DHG = 0xA020,
    1.16      W83627DHGP = 0xB070,
    1.17      F71862 = 0x0601,