VOGONS

Common searches


Search results

Display options

Re: TNDLPT : Tandy Sound on parallel port

Hm James Design is using a clock divider right ? if isa bus is overclocked the SN Chip does runs with wrong clock It shouldn't be. There are two clock signals on the ISA bus, one is the actual bus clock (CLOCK). The other is a fixed NTSC clock (OSC): http://pinouts.ru/Slots/ISA_pinout.shtml The SN …

Re: TNDLPT : Tandy Sound on parallel port

Yes, but it says nothing about the oscillators. I suspect it's just for chip addressing as well, but I'd prefer not to guess. One of the errata of the lo-tech card deals with Chip Enable: https://www.lo-tech.co.uk/wiki/Lo-tech_Tandy_Compatible_Sound_Adapter IC1 pin 2 should be belt out (so it …

Re: TNDLPT : Tandy Sound on parallel port

It doesn't let you set a mask word for the tri state outputs, though, so either all pins are enabled or none. One thing I'm not clear on, though, and the datasheets don't say. Does the chip fully halt when CE is high or is it only pulled low when you want to strobe in more data? Of it's the latter, …

Re: TNDLPT : Tandy Sound on parallel port

I see. Certainly one of the simplest set of states possible. You'd still need latches and maybe tri-state buffers to (1) preserve bits like chip enable and (2) isolate the counter from the command pins when the sequence is complete. Yes, but I bet there's already some kind of 74xx IC that gives us …

Re: TNDLPT : Tandy Sound on parallel port

Flashing a uC is generally a lot easier than building a moderately complex pcb. Certainly not the same skill set, but it's a handy and useful thing to know how to do when working in embedded, so not generally a stretch to ask for it. It is? I have no idea how to flash a uC, or what kind of tools …

Re: TNDLPT : Tandy Sound on parallel port

If you really wanted with an ISA card you could add a small boot ROM to it so that it'll mute the chip very early in the boot process, you could also combine that with the transistor power-off trick, having the chip powered off until the boot ROM specifically enables it. Yes, but there are three …

Re: TNDLPT : Tandy Sound on parallel port

Yea, the parallel port would require some software to control it anyway, so having some startup code in the TSR would work fine for the TNDLPT. The problem is more with the ISA card. A real PCjr or Tandy has the 4 volume commands in the BIOS, so it shuts off as soon as the machine starts. Some …

Re: TNDLPT : Tandy Sound on parallel port

I would suggest something like a 4-bit counter (with a pair of inputs unused so it functions as a 2-bit adder) that controls a line driver whose inputs are connected to +5v. When the device is powered on or a reset button is pressed, this adder does its thing and between it and the driver those …

Re: TNDLPT : Tandy Sound on parallel port

Couldn't that be overcome with a uC and buffer logic? Latch all the required pins inactive until sound output is required? Maybe I don't understand the issue. The problem is two-fold: 1) A uC requires programming, so it will be more difficult for people to build their own. They not only need to …

Page 80 of 226