Skip to content

Instantly share code, notes, and snippets.

@podstawek
Created April 4, 2022 13:53
Show Gist options
  • Save podstawek/56f6c53e17ef682c6fe06323c291d1b2 to your computer and use it in GitHub Desktop.
Save podstawek/56f6c53e17ef682c6fe06323c291d1b2 to your computer and use it in GitHub Desktop.
Pascal program to emit sound on Apple Lisa
PROGRAM sound;
USES HWINT;
BEGIN
Beep(3000, 5000);
END.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment