VOGONS

Common searches


Search results

Display options

Re: Sound card too quiet

Ok, so now is the time to measure if the -5v voltage is ok or not. Typically -5v is not needed anywhere, so you might not even know if it's there or not until you find some card that depends on it. If it's present on the white wire in AT connector J9 (between 2 blacks and 3 reds), then probably you …

Re: Sound card too quiet

Just a hunch... Does your PSU provide the -5v? The LM324 is not really a rail-to-rail opamp, so likely using +5 and -5 v for power, and thus needs -5v. If you have a multimeter, check the continuity between pin 11 of LM324 and pin B5 on ISA edge connector. Though maybe I'm wrong a the opamp is …

Re: Borland Turbo Debugger XMS allocation

in Milliways
The story continues on 286 pc. The newer TD 5.0 does not run on 286, with the issue buried in the dpmi16bi.ovl not recognizing my machine. I've ran the dpmiinst, it did some tests and altered the DPMI server internals, but TD still did not run. So I've tried earlier Turbo debugger v3.2. It has …

Re: Oscilloscope advice

in Milliways
Cheap stuff like Fnirsi 1C15 or ADS1014 (YEAPOOK clone?) has no hardware fifo, and their sampling rate is not the real rate. They sample periodic signal at much lower frequency but with phase shifting between periods, it's called "non-realtime interleaved sampling". The waveform is wobbly because of …

Re: tandy nano help

The .HEX encodes binary, but the file itself is the formatted text. You shouldn't treat .hex as binary because the text does not represent the executable code, it encodes it. The flash programmer will decode text into proper binary when .hex file is loaded as .hex.

Re: Borland Turbo Debugger XMS allocation

in Milliways
Oh, found the answer in the articles not directly related to TD, but using same Borland DMPI host. The host checks the DPMIMEM environment variable. Setting it to "MAXMEM xxx" limits the host to that xxx amount of kB's, so the extended memory remains available for the debugged application.

Borland Turbo Debugger XMS allocation

in Milliways
It seems that Turbo Debugger version 5.0 will take all the XMS available. Well, it's not the TD really but the DPMI host TD is using. Is there a way to limit the allocation for DPMI host / RTM? I found old manuals on bitsavers, the TD 2.0 and 2.5 had the -e command line switch that tells how much …

Page 6 of 16