diff --git a/src/raspberrypi/xm6.h b/src/raspberrypi/xm6.h index f03978c2..fbeeb13b 100644 --- a/src/raspberrypi/xm6.h +++ b/src/raspberrypi/xm6.h @@ -28,6 +28,11 @@ #define USE_SEL_EVENT_ENABLE // Check SEL signal by event #define REMOVE_FIXED_SASIHD_SIZE // remove the size limitation of SASIHD #define USE_MZ1F23_1024_SUPPORT // MZ-1F23 (SASI 20M/sector size 1024) +// This avoids an indefinite loop with warnings if there is no RaSCSI hardware +// and thus helps with running certain tests on X86 hardware. +#if defined(__x86_64__) || defined(__X86__) +#undef USE_SEL_EVENT_ENABLE +#endif //--------------------------------------------------------------------------- //