[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How is the IIgs beep generated?



On Nov 19, 5:13 pm, dog_...@macgui.com (D Finnigan) wrote:
> Some discussion on the Wikipedia page got me wondering: how is the Apple
> IIgs beep generated? Some say it is an algorithmically drawn waveform, fed
> to the DOC, while others suppose that it is generated by the Ensoniq.

The Apple IIgs beep is actually generated old-school, by triggering
the speaker port at $C030. That's why the Gus emulator had sound
resources for the IIgs system beep sound effect; it didn't emulate the
$C030 sound toggle register, so to get the system beep working, they
patched the beep routines to play a Mac sound resource file instead.

Sheppy