Original Pong did not have any code or even a microprocessor
11–20 of 152 posts
Re: Original Pong did not have any code or even a microprocessor
#12Re: Original Pong did not have any code or even a microprocessor
#13https://en.wikipedia.org/wiki/Pong states "TTL logic" with later IC versions for consumer mass production, whereas the subcircuits in this demonstration state "analog". Well, I guess everything's analog if you look at it that way. Certainly logic ICs are a long way from pure analog. The interface is https://lushprojects.com/circuitjs/
Re: Original Pong did not have any code or even a microprocessor
#14Analog computers did not have a CPU, either.
Re: Original Pong did not have any code or even a microprocessor
#15I had no idea that could be done with Falstad. That's really amazing.
That's enormously cool, I do use the falstad circuit simulator, but I've never thought I could add a separate frame with JavaScript for I/O.
Re: Original Pong did not have any code or even a microprocessor
#16Re: Original Pong did not have any code or even a microprocessor
#17https://en.wikipedia.org/wiki/Pong states "TTL logic" with later IC versions for consumer mass production, whereas the subcircuits in this demonstration state "analog". Well, I guess everything's analog if you look at it that way. Certainly logic ICs are a long way from pure analog. The interface is https://lushprojects.com/circuitjs/
TTL was digital logic, chips that do boolean functions or that implement simple registers and latches.
Re: Original Pong did not have any code or even a microprocessor
#18It'll be exciting if the clock cycles keep stalling like they've basically been doing in the last few years and we end up having to learn and do things at this level again to squeeze out what we want happen out of a long-term fixed compute budget.
Re: Original Pong did not have any code or even a microprocessor
#19It uses sixty four NAND gates, twelve NE555 timers, two dozen diodes and some analog parts.
It's about the most basic version of the game. They later published a sound effects board and an on-screen scoring board that uses a couple of dozen more chips.
Re: Original Pong did not have any code or even a microprocessor
#20Funnily enough, they made us build this in college 8 years ago