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();