Ignore:
Timestamp:
Nov 9, 2009, 2:36:35 AM (16 years ago)
Author:
pasha
Message:

Fix buffers overflow problem, check Flash10, fix some strange code

File:
1 edited

Legend:

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

    r468 r473  
    127127   pStream = (MIDISTREAM*) FindActiveStream( ulStreamType );
    128128
     129   dprintf(("TIMER::Ctx"));
    129130   if (pStream)   // Should always be a valid fn adr when timer is running.
    130131      pStream->Process();
     
    324325   USHORT rc;
    325326
     327   dprintf(("TIMER::iStart"));
    326328   // Disable any any pre-existing timer and reset state variables.
    327329   if ( _eState != TIMER_Stopped )
     
    369371int TIMER::_iStop()
    370372{
     373   dprintf(("TIMER::iStop"));
    371374   _eState = TIMER_Stopped;            // Stop this Timer.
    372375   if (! TIMER::_isAnyRunning()) {     // If no other Timers are running...
Note: See TracChangeset for help on using the changeset viewer.