home *** CD-ROM | disk | FTP | other *** search
- /*
- ┌────────────────────────────────────────────────────────────────────────────┐
- │JZBEEP │
- │Sound the speaker in a more pleasant tone than the control G │
- │ │
- │ (C) JazSoft Software by Jack A. Zucker (301) 794-5950 │
- └────────────────────────────────────────────────────────────────────────────┘
- */
-
-
- jzbeep()
- {
- soundon(1300);
- jzdelay(4L);
- soundoff();
- }