Open
Description
Simulate delay with strobed outputs
an 'output' in this case is a MAME output port or pin, such as for a 7segled: output().set_digit_value(index, state);
The problem is really simple. We need to simulate outputs with (inherited) capacitance. There is a too often seen scenario where leds or lamps are strobed and if represented to the emulator user digitally, it will show as a flickering mess. This is the reason I have a custom output-decay handler in many of the handheld drivers.
What needs to be done is a solution in the back-end(HLSL etc?), or MAME output core, that leaves these outputs on for a user-defined interval, by default a few microseconds.