mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
03458: bzone and clones: Broken engine sound
discrete_multiplex broke during enable removal
This commit is contained in:
parent
fe289e67f5
commit
2fdb170abc
@ -1381,7 +1381,7 @@ static DISCRETE_RESET(dst_multiplex)
|
||||
{
|
||||
struct dst_size_context *context = (struct dst_size_context *)node->context;
|
||||
|
||||
context->size = node->active_inputs - 2;
|
||||
context->size = node->active_inputs - 1;
|
||||
|
||||
DISCRETE_STEP_CALL(dst_multiplex);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user