TT no sound

Problems with your machine in general.
User avatar
Cyprian
Posts: 542
Joined: 22 Dec 2017 09:16
Location: Warszawa, Poland

Re: TT no sound

Post by Cyprian »

@jacolover
what about yours TT dip switches?
Dip 8 is responsible for DMA sound:

Code: Select all

1  off (on = CaTTamaran installed)
2  off
3  off
4  off
5  off 
6  off
7  on = 1.4mb HD floppy drive fitted
8  off (on = Disables the DMA sound hardware)
This is mine:
TT_DIP_SWITCH.jpg
You do not have the required permissions to view the files attached to this post.
ATW800/2 / V4sa / Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
User avatar
exxos
Site Admin
Site Admin
Posts: 28344
Joined: 16 Aug 2017 23:19
Location: UK

Re: TT no sound

Post by exxos »

Thats the one I was thinking of DMA sound..
czietz
Posts: 584
Joined: 14 Jan 2018 13:02

Re: TT no sound

Post by czietz »

Cyprian wrote: 12 Dec 2020 23:38 what about yours TT dip switches?
Dip 8 is responsible for DMA sound:
I see this popping up once in a while. But is there evidence at all that DIP switch 8 has any effect? In my TT switch no. 8 is off. It has always been off. Still, it has both working DMA sound and PSG sound. (BTW: The keyclick is generated by the PSG and is not related to DMA sound.)
User avatar
exxos
Site Admin
Site Admin
Posts: 28344
Joined: 16 Aug 2017 23:19
Location: UK

Re: TT no sound

Post by exxos »

czietz wrote: 13 Dec 2020 12:47 But is there evidence at all that DIP switch 8 has any effect? In my TT switch no. 8 is off. It has always been off. Still, it has both working DMA sound and PSG sound.
Maybe when you have time, look in TOS see if there is any mention of this switch in there ?
czietz
Posts: 584
Joined: 14 Jan 2018 13:02

Re: TT no sound

Post by czietz »

exxos wrote: 13 Dec 2020 12:51 Maybe when you have time, look in TOS see if there is any mention of this switch in there ?
Good idea! I just did -- for TOS 3.06.

The DIP switch 8 does not enable/disable any hardware. It merely influences the bit for DMA sound in the _SND cookie. The logic is inverted -- as noted in Cyprians post (should have read it more carefully :( ). So, when the switch #8 is on, the bit indicating DMA sound capability in the _SND cookie is off and vice-versa.

Like I said, this does not directly influence any hardware. But software that takes into account the _SND cookie might refuse to do DMA sound when the switch is on (like in Cyprian's machine).

But let's get on-topic again. If there no sound at all (not even PSG sound, like keyclicks) in the TT there's something else amiss. @jacolover, do you have a scope? In that case for troubleshooting I suggest getting the schematic from dev-docs.org and tracing the sound from the PSG (in case of keyclicks) to the output. In that way, you should be able to see where it's faulty.
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7376
Joined: 13 Nov 2017 19:19
Location: Oxford, UK.

Re: TT no sound

Post by stephen_usher »

Cyprian wrote: 12 Dec 2020 23:38 @jacolover
what about yours TT dip switches?
Dip 8 is responsible for DMA sound:
That's not in the Atari official dev kit documentation.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
jacolover
Posts: 47
Joined: 03 May 2020 06:40

Re: TT no sound

Post by jacolover »

Thanks guys, been checking a few things tonight, here is what I have found. The 1992 chip has it's 8.2 v present, the two LF147 that drive the on-board speaker have +- 5 on one, but +8, -4 on the other, so that one chip may have gone bad. Also, the on-board speaker reads 58 ohms, that can't be right, I would think either 4 or 8 ohms but I see no marking on the speaker, so don't know what the correct value is. Either way, there should be output on the RCAs I am making an assumption that the lack of sound may have been caused by the earlier owner putting UK roms in upside-down, that has been rectified by me, the TT comes on and runs except for the sound (and a flaky HD floppy). Need to investigate further, and any suggestions welcomed!
User avatar
stephen_usher
Site sponsor
Site sponsor
Posts: 7376
Joined: 13 Nov 2017 19:19
Location: Oxford, UK.

Re: TT no sound

Post by stephen_usher »

Yes, should be an 8 ohm speaker. Basically it's a standard PC speaker.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
jacolover
Posts: 47
Joined: 03 May 2020 06:40

Re: TT no sound

Post by jacolover »

OK so a couple of questions here as I still have no sound from the TT. Looking the board closely over, I note on U210 a bodge wire connecting to pin 17 to a resistor, the board trace on the top surface is totally blow off and looks carbonized, not sure where that trace originally went as the resistor connection does not show continuity to the resistor (10 ohm) that is bodged onto pin 17. Are there bodge wires as a feature of the TT to U210? Not sure that U210 has anything to do with the sound so this is probably a dead end.

exxos, does your diagnostic cartridge, which can select the TT, generate sound signals I can trace chip-to-chip on the TT? Perhaps I can use that to at least track down where I am loosing or not getting audio from. Thanks!
Steve
Posts: 3305
Joined: 15 Sep 2017 11:49

Re: TT no sound

Post by Steve »

@jacolover, @czietz was trying to help earlier and provided some good suggestions for you, you may have missed his post?

Return to “HARDWARE ISSUES”

Who is online

Users browsing this forum: ClaudeBot and 3 guests