Skip to content

Commit

Permalink
disable debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Oct 10, 2024
1 parent d1d9125 commit 19938c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wpc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 19938c5

Please sign in to comment.