Category : System Diagnostics for your computer
Archive   : SBLASTID.ZIP
Filename : TESTIO.BAS

 
Output of file : TESTIO.BAS contained in archive : SBLASTID.ZIP
CLS
ad$ = "388"
ad = &H388
xxx:
LOCATE 1
'OPEN "BLASTIO.TXT" FOR OUTPUT AS #1
OPEN "SCRN:" FOR OUTPUT AS #1

PRINT #1, "SOUNDBLASTER Recognition"
'INPUT "Enter Address in hex ", ad$
'INPUT "Data in hex ", da$
'IF LEN(ad$) > 0 THEN ad = VAL("&H0" + ad$)
'da = VAL("&H0" + da$)
'OUT ad, da





FOR w = &H200 TO &H20F
FOR v = &H10 TO &H60 STEP &H10

a = v + w
d$ = RIGHT$("0" + HEX$(INP(a)), 2)
PRINT #1, HEX$(a); " = "; d$; " ";
NEXT v
IF a = &H268 OR a = &H269 THEN
d$ = RIGHT$("0" + HEX$(INP(w + &H180)), 2)
PRINT #1, HEX$(w + &H180); " = "; d$; " ";
END IF
PRINT #1,

NEXT w

PRINT #1,

'GOTO xxx
CLOSE #1
END



  3 Responses to “Category : System Diagnostics for your computer
Archive   : SBLASTID.ZIP
Filename : TESTIO.BAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/