diff --git a/PDP10/ka10_iii.c b/PDP10/ka10_iii.c index 1ee5841..1fa269f 100644 --- a/PDP10/ka10_iii.c +++ b/PDP10/ka10_iii.c @@ -429,6 +429,8 @@ iii_svc (UNIT *uptr) lx = ox; ly = oy + cy; sim_debug(DEBUG_DATA, &iii_dev, "III: ch %d %d %o %o %o\n", lx, ly, ch, sz, br); + if (ch == '\t') + continue; if (ch == '\r') { ox = -512; continue; diff --git a/PDP10/kx10_defs.h b/PDP10/kx10_defs.h index 04a6c5d..90db1cf 100644 --- a/PDP10/kx10_defs.h +++ b/PDP10/kx10_defs.h @@ -1,6 +1,6 @@ -/* ka10_defs.h: PDP-10 simulator definitions +/* kx10_defs.h: PDP-10 simulator definitions - Copyright (c) 2011-2017, Richard Cornwell + Copyright (c) 2011-2020, Richard Cornwell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), @@ -615,7 +615,7 @@ int auxcpu_write (t_addr addr, t_uint64); #define NUM_DEVS_TU 1 #define NUM_DEVS_PMP WAITS #define NUM_DEVS_DKB WAITS -#define NUM_DEVS_III 0 /* (WAITS * USE_DISPLAY) *//* Disabled until working */ +#define NUM_DEVS_III (WAITS * USE_DISPLAY) /* Disabled until working */ #define NUM_DEVS_PD ITS | KL_ITS #define NUM_DEVS_IMX ITS #define NUM_DEVS_STK ITS