7 lines
77 B
C
7 lines
77 B
C
|
/* nest15.h */
|
||
|
#ifdef X0F
|
||
|
nest = 0x0f;
|
||
|
#else
|
||
|
#include "nest16.h"
|
||
|
#endif
|