Skip to content

Commit

Permalink
tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
toxieainc committed Jan 20, 2024
1 parent b728d4a commit fe489e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wpc/gts3.c
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ static void GTS3_alpha_common_init(void) {
else if (strncasecmp(gn, "ccruise", 7) == 0) { // Caribbean Cruise
// TODO No manual found
}
else if (strncasecmp(gn, "deadweap", 7) == 0) { // Deadly Weapon
else if (strncasecmp(gn, "deadweap", 8) == 0) { // Deadly Weapon
coreGlobals.nAlphaSegs = 20 * 16 * 2 + 8 * 16;
core_set_pwm_output_type(CORE_MODOUT_SOL0 + 10, 15, CORE_MODOUT_BULB_89_20V_DC_GTS3); // Playfield & Backbox flashers
for (int i = 0; i < 8; i++) // TODO check strobe timings for LED power
Expand Down

0 comments on commit fe489e0

Please sign in to comment.