Skip to the content.

Extended Atari XBIOS API

When it comes to system-friendly sound playback (or even recording), Atari TOS didn’t offer much until the arrival of the Falcon.

ST computers had only the Yamaha YM2149 installed, all the setting had to be done via direct hardware accesses.

STE/TT computers had, along with the Yamaha, also the DMA and LMC1992 (via the so called Microwire, a 3-bit serial interface) chip installed. It offered stereo 8-bit PCM sound at 6.25/12.5/25/50 kHz and separate volume/bass/treble/DMA+YM settings. Still no API provided.

Only with the arrival of the Falcon (and its TOS 4.0x to be precise) there had been numerous XBIOS calls implemented to handle Falcon’s complex sound system (which can handle the Yamaha, DMA, CODEC and DSP; Microwire+LMC1992 were dropped).

When TOS clones like Medusa DirecT40/60, Hades, Milan or ARAnyM had become available, with their significantly different sound hardware (DirecT/Hades does have the Yamaha chip but all the clones had been focused to usage of ISA/PCI sound cards from the PC world), it was very convenient just to reimplement the XBIOS API to offer nearly 100% compatible interface. Depending on the machine, following implementations have become available:

MilanBlaster

Officially bundled with the Milan’s sound card (Milan + SoundBlaster = MilanBlaster).

GSXB

Generic Sound XBIOS” was Odd Skancke’s answer to Milan’s MilanBlaster since the official Hades manufacturer didn’t provide any support in this area (Hades was based on TOS 3.06, i.e. without the sound API). Later he made the driver compatible also with Milan, virtually superseeding the original MilanBlaster.

MagicMac Sound

Reiplementation of GSXB for MagicMac by Didier Méquignon. He later hadded support for Hades’ Yamaha chip and MV16/PSOUND cards and after that for ARAnyM’s SDL backend.

MacSound

This seems to a driver provided directly by ASH for their commercial product, MagicMac. It doesn’t set _SND cookie bit 5, perhaps because it predates the Extended XBIOS “standard”.

STFA

Unlike previous drivers, this one reimplements all functions little bit differently. The main focus is to emulate the Falcon XBIOS sound on the previous models – ST, STE, TT (and even Hades, due to its Yamaha). It supports also various exotic hardware like MV16 and STRreplay Pro.

X-SOUND

Perhaps one of the first XBIOS API “emulators”. A separate version for the Yamaha (ST) and DMA (STE/TT) sound is provided. It supports the the McSn cookie / API for querying available features.


Struggling with supporting all of those in one, unified way? Take a look at my project: Atari Sound Setup.