#define ML_GETINT(x) \
ptr = strtok(NULL, " "); if(!ptr) break; \
mmt.##x = atoi(ptr);
mmt.x = atoi(ptr);
ML_GETINT(HDisplay);
ML_GETINT(HSyncStart);