Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Creating short impulse generator

A topic by MegaLoogin created Jan 30, 2023 Views: 415 Replies: 3
Viewing posts 1 to 3

I want to create a very short single impulse for shift register based on d-latch. Something like this:

But i don't know how. The impulse to long, and all my d-latches activated by one impulse, like on next picture:

But should be like this:

(2 edits)

So, it's possible with delay of gates, but very unstable

After 4 "cells", game doesn't work correctly

It would be nice to add delaying system and simulation based on tick instead of frames (but maybe it is) for easiler automatisation of computing based (for expamle) on shift registers. Although maybe i didn't understand how to create and work with shift registers :)

P.s. sorry for my english if it too complicated to read

I was able to achive really short pulses using the following setup

Unfortunately this setup does not work with d-latch