OSDN Git Service

[VM][FM8] Fix FTBFS.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 17 Feb 2018 19:24:59 +0000 (04:24 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 17 Feb 2018 19:24:59 +0000 (04:24 +0900)
source/src/vm/fm7/fm7_mainio.cpp

index fe50739..cf01a93 100644 (file)
@@ -216,7 +216,7 @@ void FM7_MAINIO::initialize()
 #else
        bootmode = config.boot_mode & 3;
 #endif
-#if defined(_FM8) || defined(_FM77_VARIANTS)
+#if defined(HAS_2HD)
        event_2hd_nmi = -1;
        nmi_delay = 300;
 #endif