From 19938c59cd4adfc8f4a6afadbe5b706d35e80577 Mon Sep 17 00:00:00 2001 From: toxieainc Date: Thu, 10 Oct 2024 21:52:42 +0200 Subject: [PATCH] disable debugging code --- src/wpc/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wpc/core.c b/src/wpc/core.c index 44ecc51c8..9c3111557 100644 --- a/src/wpc/core.c +++ b/src/wpc/core.c @@ -1952,9 +1952,9 @@ static MACHINE_INIT(core) { #endif // Enable PWM/dimmed segments for corresponding alphanum segment machines if(((core_gameData->gen & GEN_GTS3) && GTS3locals.alphagen) || (core_gameData->gen & (GEN_WPCALPHA_1 | GEN_WPCALPHA_2))) - options.usemodsol |= CORE_MODOUT_ENABLE_PHYSOUT_ALPHASEGS; // use CORE_MODOUT_ENABLE_PHYSOUT_ALL to enable/test all physical/PWM outputs + options.usemodsol |= CORE_MODOUT_ENABLE_PHYSOUT_ALPHASEGS; #endif - options.usemodsol |= CORE_MODOUT_ENABLE_PHYSOUT_ALL; // For debugging + //options.usemodsol |= CORE_MODOUT_ENABLE_PHYSOUT_ALL; // For debugging, enable/test all physical/PWM outputs /*-- init bulb model LUTs --*/ bulb_init();