Reply 420 of 1108, by mattw
mattw wrote on 2023-10-03, 10:32:appiah4 wrote on 2023-10-03, 07:17:I just need to go back and re-read what kind of contraption I need to build.. Do you still want me to do that?
In the mean time I will write a small guide - not to waste time read - it's very simple
OK, here is a short guide:
0. you need to short pin12 and pin15 on the MIDI port (many ways to do that - depends on your taste and what have on hands):
- here is picture of which 2 pins (actually "holes") are Pin12 and Pin15:
Re: The Soundblaster DSP project
- here is how I shorted them (IMHO, the easiest way):
(instead Wire, I think bent in shape and use paperclip is feasible and available - at least I have paperclips around me):
Re: The Soundblaster DSP project
- here is how I short-them via stock cable (if you don't have such cable - the least feasible and most expensive way to do it):
Re: The Soundblaster DSP project
1. Obviously you need PC with ISA slot up and running, but Absolute Minimum of DOS installation is sufficient, I mean I literally did "sys c:" on an empty HDD, i.e. have only "IO.SYS", "MSDOS.SYS", "COMMAND.COM" with empty "AUTOEXEC.BAT" and empty "CONFIG.SYS"
2. to my Absolute Minimum DOS installation I copied only 3 things:
- "CTCM" directory from an existing installation of DOS system running Creative cards (I am using CTCM v1.04) - that is their PnP-Manager for PnP SB models like for example CT3890
- create "notpnp.bat" file with one single line:
SET BLASTER=A220 I5 D1 H5 P330 E620 T6
that to be used with models like CT2290 that are not PnP - on not PnP cards you need to make sure the jumpers on the card are set to "A220" and "P330" - that are the only 2 important ports for the Dump
- copy "sb16dump", found here:
Re: The Soundblaster DSP project
3. Install SB card, power-on your system and:
C:\cd CTCM <Enter>
C:\ctcm <Enter> --> that will tell if founds and init the card, if not it's either not PnP model or you need to clean the gold-fingers on the board and resit it in the ISA slot
sb16dump <Enter> --> it it's not DSP V4.13 card it will tell you - keep list of your cards what is the DSP, if it's DSP V4.13 it will make the DUMP.BIN file
and for not PnP models:
notpnp.bat< Enter>
sb16dump <Enter>
that's it - as you see - even at this point it's already very simple.