home *** CD-ROM | disk | FTP | other *** search
/ ftp.ib.com / 2003-04-09_ftp.ibm.com-os2.zip / os2ddpak_cur / pccardbr.exe / BON_GAME.SCR < prev    next >
Text File  |  1996-08-01  |  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.