Skip to main content

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

If you change OR gate (near 1) to NAND You will not need extra NOT gate (+ must change And to NAND {second connection to OR for correct logic}) always one less gate ^^

Ah, I see what you mean. I already redesigned this though. I do like to optimize for minimal NAND gates but I also like to aim for clarity too, so it's a balance.

the new layout: 

OK , but why don`t eat a cake , and have a cake XD
I made based on your screenshot optimize version , maybe I will inspire You =P
I will hope You like it ^^

Interesting use of tri-state buffers. Good if you're going for absolute optimization of gate numbers. Actually, in the context of the rest of the circuit you could possibly take it even further, by using active-low inputs for the ripple signals. and maybe even removing the inverters on the display ROM.