Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Digital Logic Sim

​A minimalistic digital logic simulator · By Sebastian Lague

DISCONNECTED DETECTION

A topic by kshlok created 55 days ago Views: 121 Replies: 2
Viewing posts 1 to 3

In DLS, I can't detect if my input is disconnected and my chips treat it as an off state. Can you make a chip which detects a disconnected signal? It would be helpful if you do the same for a flickering state.

This came up on the github before, and I pointed this out:

Since you always have access to the thing that determines if a 3-state buffer is connected, you can always hook into that and negate it to get a "isDisconnected" signal.

Thanks!