PDP11: Avoid reference to display.h when building without display support
This commit is contained in:
parent
dbc596ff22
commit
b759d73fe5
1 changed files with 2 additions and 0 deletions
|
@ -63,7 +63,9 @@
|
||||||
|
|
||||||
#include "pdp11_defs.h"
|
#include "pdp11_defs.h"
|
||||||
#include "sim_tmxr.h"
|
#include "sim_tmxr.h"
|
||||||
|
#if defined(USE_DISPLAY)
|
||||||
#include "display/display.h"
|
#include "display/display.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
|
#define TTICSR_IMP (CSR_DONE + CSR_IE) /* terminal input */
|
||||||
#define TTICSR_RW (CSR_IE)
|
#define TTICSR_RW (CSR_IE)
|
||||||
|
|
Loading…
Add table
Reference in a new issue