Ignore:
Timestamp:
May 6, 2010, 3:08:34 AM (15 years ago)
Author:
David Azarewicz
Message:

Rework buffer management

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OCO/trunk/drv16/fmsynth.cpp

    r468 r483  
    4444BOOL FMSYNTH::Open(ULONG ulDevice, ULONG ulStreamType, ULONG ulSysFileNum, OSSSTREAMID FAR *pStreamId)
    4545{
    46     if(midiOutStreamId == 0) 
     46    if(midiOutStreamId == 0)
    4747    {
    4848        if(OSS16_MidiOpen(current_device, FM_SEND, pStreamId) != OSSERR_SUCCESS)
     
    8383//******************************************************************************
    8484int FMSYNTH::writeByte(OSSSTREAMID StreamId, BYTE b)
    85 { 
    86     int dummy = b; 
    87     return 0; 
     85{
     86    int dummy = b;
     87    return 0;
    8888}
    8989//******************************************************************************
     
    9494//******************************************************************************
    9595int FMSYNTH::readByte(OSSSTREAMID StreamId)
    96 { 
    97     dprintf(("FMSYNTH::readByte"));
     96{
     97    //dprintf(("FMSYNTH::readByte"));
    9898    DebugInt3();
    99     return -1; 
     99    return -1;
    100100}
    101101//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.