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.2 by cebix, 1999-10-20T15:13:52Z vs.
Revision 1.4 by cebix, 2000-06-23T14:22:44Z

# Line 1 | Line 1
1   /*
2   *  audio.cpp - Audio support
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 Christian Bauer
5   *  Portions (C) 1997-1999 Marc Hellwig
6   *
7   *  This program is free software; you can redistribute it and/or modify
# 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