Changeset 598 for GPL/trunk/drv32/parse.c
- Timestamp:
- Apr 3, 2017, 4:51:56 PM (8 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
-
Property svn:mergeinfo
set to
/GPL/branches/uniaud32-2.1.x merged eligible
-
Property svn:mergeinfo
set to
-
GPL/trunk/drv32/parse.c
r587 r598 44 44 int fDebug = FALSE; 45 45 int ForceCard = CARD_NONE; 46 int iAdapterNumber = 0; 46 47 47 48 extern short int midi_port; … … 209 210 { 210 211 switch (cParm) { 212 case 'A': 213 iAdapterNumber = *pszOption & 0x07; 214 break; 211 215 case 'V': // Verbose option 212 216 fVerbose = TRUE; … … 236 240 if(*pszOption == '2') { 237 241 MAGIC_COMM_PORT = 0x2f8; 242 } 243 if(*pszOption == '4') { 244 MAGIC_COMM_PORT = 0x4000; 238 245 } 239 246 break;
Note:
See TracChangeset
for help on using the changeset viewer.