diff options
-rw-r--r-- | sys/i386/isa/sound/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/local.h b/sys/i386/isa/sound/local.h index 2d81c52..cf8a219 100644 --- a/sys/i386/isa/sound/local.h +++ b/sys/i386/isa/sound/local.h @@ -101,10 +101,12 @@ #define CONFIG_YM3812 #endif +#ifdef PC98 #include "nss.h" #if NNSS != 0 #define CONFIG_NSS #endif +#endif #define ALLOW_POLL |