1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-04-28 20:59:01 +00:00

KA10: Merge branch 'larsbrinkhoff-lars/match'

This commit is contained in:
Richard Cornwell
2021-02-04 19:36:52 -05:00

View File

@@ -291,7 +291,7 @@ t_stat imx_set_channel (UNIT *uptr, int32 val, CONST char *cptr, void *desc)
return r;
if (*tptr != 0) {
if (strcasecmp (tptr, "negate") != 0)
if (MATCH_CMD (tptr, "NEGATE"))
return SCPE_ARG;
negate = 1;
}