Changeset 258
- Timestamp:
- Oct 14, 2007, 9:24:35 PM (18 years ago)
- Location:
- OCO/trunk/drv16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/init.cpp
r241 r258 197 197 current_device = 0; 198 198 // Build the Wave Playback Hardware object 199 pWavePlay = new WAVEPLAY(current_device);199 PWAVEPLAY pWavePlay = new WAVEPLAY(current_device); 200 200 new WAVEREC(current_device); 201 201 -
OCO/trunk/drv16/ossidc16.cpp
r221 r258 669 669 { 670 670 force_closed = 1; 671 pWavePlay->Close(0); 671 #ifdef DEBUG 672 dprintf(("IDC16_CLOSE_UNI16")); 673 #endif 674 //pWavePlay->Close(0); 672 675 //WAVEAUDIO::WavePlayClose(); 673 676 break; -
OCO/trunk/drv16/wavehw.hpp
r252 r258 53 53 typedef WAVEPLAY *PWAVEPLAY; 54 54 55 PWAVEPLAY pWavePlay = NULL;56 57 55 class WAVEREC : public WAVEAUDIO { 58 56 public:
Note:
See TracChangeset
for help on using the changeset viewer.