Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. static struct BurnDIPInfo Raiden2DIPList[]=
  2. {
  3. {0x10, 0xff, 0xff, 0xff, NULL },
  4. {0x11, 0xff, 0xff, 0x7f, NULL },
  5.  
  6. {"Dip A", BIT_DIPSWITCH, DrvDip + 0, "dip"},
  7. {"Dip B", BIT_DIPSWITCH, DrvDip + 1, "dip"},
  8.  
  9. Currant driver raiden 2
  10.  
  11. static struct BurnDIPInfo Raiden2DIPList[]=
  12. {
  13. {0x12, 0xff, 0xff, 0xff, NULL },
  14. {0x13, 0xff, 0xff, 0xff, NULL },
  15. {0x14, 0xff, 0xff, 0xff, NULL },
  16.  
  17. {"Dip A", BIT_DIPSWITCH, DrvDips + 0, "dip" },
  18. {"Dip B", BIT_DIPSWITCH, DrvDips + 1, "dip" },
  19. {"Dip C", BIT_DIPSWITCH, DrvDips + 2, "dip" },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement