Ignore:
Timestamp:
Apr 3, 2017, 4:51:56 PM (8 years ago)
Author:
David Azarewicz
Message:

Merged/reintegrated v2 branch into trunk. Trunk is now v2

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/drv32/parse.c

    r587 r598  
    4444int fDebug    = FALSE;
    4545int ForceCard = CARD_NONE;
     46int iAdapterNumber = 0;
    4647
    4748extern short int midi_port;
     
    209210{
    210211    switch (cParm) {
     212    case 'A':
     213        iAdapterNumber = *pszOption & 0x07;
     214        break;
    211215    case 'V':                     // Verbose option
    212216        fVerbose = TRUE;
     
    236240        if(*pszOption == '2') {
    237241            MAGIC_COMM_PORT = 0x2f8;
     242        }
     243        if(*pszOption == '4') {
     244            MAGIC_COMM_PORT = 0x4000;
    238245        }
    239246        break;
Note: See TracChangeset for help on using the changeset viewer.