Ignore:
Timestamp:
Nov 17, 2018, 4:23:38 AM (7 years ago)
Author:
David Azarewicz
Message:

Removed broken/unusable forcecard option.
Fixed Ensoniq driver selection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/parse.c

    r602 r607  
    4343int fVerbose  = FALSE;
    4444int fDebug    = FALSE;
    45 int ForceCard = CARD_NONE;
     45//int ForceCard = CARD_NONE;
    4646int iAdapterNumber = -1;
    4747
     
    121121}
    122122//*****************************************************************************
     123
     124#if 0
    123125//*****************************************************************************
    124126void CheckCardName(char FAR48 *psz)
     
    206208}
    207209//*****************************************************************************
     210#endif
     211
    208212//*****************************************************************************
    209213int DoParm(char cParm, char FAR48 *pszOption)
     
    219223        fDebug = TRUE;
    220224        break;
    221     case 'C':
    222         CheckCardName(pszOption);
    223         break;
     225    //case 'C':
     226        //CheckCardName(pszOption);
     227        //break;
    224228#if 1
    225229    case 'M':
Note: See TracChangeset for help on using the changeset viewer.