diff --git a/PDP10/ka10_imx.c b/PDP10/ka10_imx.c index 626a90c..b4623b1 100644 --- a/PDP10/ka10_imx.c +++ b/PDP10/ka10_imx.c @@ -325,7 +325,7 @@ t_stat imx_show_channel (FILE *st, UNIT *uptr, int32 val, CONST void *desc) } else negate = ""; - fprintf (st, "%sCHANNEL=%d;JOY%d;AXIS%d%s", comma, chan, i, j, negate); + fprintf (st, "%sCHANNEL=%o;JOY%d;AXIS%d%s", comma, chan, i, j, negate); comma = ", "; nothing = 0; }