Skip to content

Simulate delay with strobed outputs #729

Open
@happppp

Description

@happppp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    artwork.lay/SVG dependant systemneeds designimplementation details needs to be properly addressed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions