Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Features » Arcade/!Hive/h/sound

Arcade/!Hive/h/sound

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-01 B.adf » Features
Filename: Arcade/!Hive/h/sound
Read OK:
File size: 0055 bytes
Load address: 0000
Exec address: 0000
File contents
void init_sound(void);
void kill_sound(void);
void make_sound(char *sound_resource);
00000000  76 6f 69 64 20 69 6e 69  74 5f 73 6f 75 6e 64 28  |void init_sound(|
00000010  76 6f 69 64 29 3b 0a 76  6f 69 64 20 6b 69 6c 6c  |void);.void kill|
00000020  5f 73 6f 75 6e 64 28 76  6f 69 64 29 3b 0a 76 6f  |_sound(void);.vo|
00000030  69 64 20 6d 61 6b 65 5f  73 6f 75 6e 64 28 63 68  |id make_sound(ch|
00000040  61 72 20 2a 73 6f 75 6e  64 5f 72 65 73 6f 75 72  |ar *sound_resour|
00000050  63 65 29 3b 0a                                    |ce);.|
00000055