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

Re: How is the IIgs beep generated?



On 19 nov, 23:13, 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.
>
> Anyone have the full details?

1 REM
2 REM Beep
3 REM
4 REM Sheppy is right
5 REM $C030 is your friend
6 REM
10 PRINT CHR$(7)
20 GOTO 10

Antoine