home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / playwill.exe / bon_game.scr < prev    next >
Text File  |  1998-10-09  |  451b  |  17 lines

  1. ; BONDWELL Game card
  2.  
  3. ;* hlp.cardid = Card ID got from Version/Product Information
  4. ;* val.port1 = 0x201
  5. ;* hlp.port1 = I/O Port Base Address 1
  6. ;* val.port2 = 0
  7. ;* hlp.port2 = I/O Port Base Address 2 (Not required)
  8.  
  9. CardID         =B236
  10. FunctionID     =0xFF
  11. ManufacturerID =0x3B01
  12. IgnoreCardID   =
  13. EnableSequence =ReqIO(0x201,0x01,0,0,0,0,0x08)
  14.                 ReqConfig(0xFF,0xFF,0xFF,0,0,0,0)
  15.                 End
  16. DisableSequence=End
  17.