Changeset 483 for OCO/trunk/drv16/fmsynth.cpp
- Timestamp:
- May 6, 2010, 3:08:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/fmsynth.cpp
r468 r483 44 44 BOOL FMSYNTH::Open(ULONG ulDevice, ULONG ulStreamType, ULONG ulSysFileNum, OSSSTREAMID FAR *pStreamId) 45 45 { 46 if(midiOutStreamId == 0) 46 if(midiOutStreamId == 0) 47 47 { 48 48 if(OSS16_MidiOpen(current_device, FM_SEND, pStreamId) != OSSERR_SUCCESS) … … 83 83 //****************************************************************************** 84 84 int FMSYNTH::writeByte(OSSSTREAMID StreamId, BYTE b) 85 { 86 int dummy = b; 87 return 0; 85 { 86 int dummy = b; 87 return 0; 88 88 } 89 89 //****************************************************************************** … … 94 94 //****************************************************************************** 95 95 int FMSYNTH::readByte(OSSSTREAMID StreamId) 96 { 97 dprintf(("FMSYNTH::readByte"));96 { 97 //dprintf(("FMSYNTH::readByte")); 98 98 DebugInt3(); 99 return -1; 99 return -1; 100 100 } 101 101 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.