ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/audio.cpp
(Generate patch)

Comparing BasiliskII/src/audio.cpp (file contents):
Revision 1.3 by cebix, 2000-04-10T18:52:18Z vs.
Revision 1.4 by cebix, 2000-06-23T14:22:44Z

# Line 48 | Line 48 | bool AudioAvailable = false;           // Flag: a
48  
49  
50   /*
51 + *  Reset audio emulation
52 + */
53 +
54 + void AudioReset(void)
55 + {
56 +        audio_data = 0;
57 + }
58 +
59 +
60 + /*
61   *  Get audio info
62   */
63  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines