logoalt Hacker News

retrac04/22/20251 replyview on HN

They do appear to mean emulator.

The PDP-8 was hardware replicated many times. In the '80s it was a common final year project. There's a classic textbook that works through designing and implementing a clone of the PDP-8/I [1]. I've run into a number of threads over the years where hobbyists have done it with TTL to varying degrees of completeness.

The Apollo Guidance Computer was recreated by a hobbyist from the original designs using a modern logic family but gate-equivalent -- and I can't find it online anymore! Anyone know?

You can still build an original Apple II. [2] Being from the late 1970s there was no custom logic; it's straight TTL plus a 6502, and all the chips are still in production except for the ROMs and DRAM, which are easy enough to work around or find used.

[1] https://www.amazon.ca/Art-Digital-Design-Introduction-Top-Do...

[2] https://www.reactivemicro.com/product/apple-ii-plus-rev-7-rf...


Replies

TruffleLabs04/23/2025

Art of Digital Design: An Introduction to Top-Down Design - Prosser & Winkel, I took their graduate class in 1990 at IU Bloomington.

In this class I & my lab partner designed and built a PDP-8 out of PALs on a wire wrapped board. And we loaded code from old paper tape sources as part of the testing. It was a fun class :)