Cloning a 6502 Apple-1 in just 930 logic gates
obsolescenceguaranteed.blogspot.com
Cloning a 6502 Apple-1 in just 930 logic gates
1–10 of 47 posts
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#2And correct enough that he drops it into both a VIC20, and a C64, and it works.
About ~130 74xx chips vs the Gigatron's 33, and SMT instead of through-hole.
Edit: A link to an old school web-ring of other homebrew (mostly) ttl logic CPUs: https://www.homebrewcpuring.org/ringhome.html
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#3Re: Cloning a 6502 Apple-1 in just 930 logic gates
#4Given that 7400 chips existed at the time, why did no contemporary microcomputer go this route? Would it just have been cost prohibitive?
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#5"It needs just 930 logic gates (packed into 33 standard 7400-series ICs) to create a computer that beat 'complex' 1980s home computers like the VIC-20 in terms of both CPU power and graphics." Given that 7400 chips existed at the time, why did no contemporary microcomputer go this route? Would it just have been cost prohibitive?
Edit: The Xerox Alto CPU was built with 74181 chips.
Cost, power consumption, space, etc, are all disadvantages. I assume the Gigatron is using modern 74HCxx CMOS chips, which consume less power than the original 74xx TTL chips.
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#6"It needs just 930 logic gates (packed into 33 standard 7400-series ICs) to create a computer that beat 'complex' 1980s home computers like the VIC-20 in terms of both CPU power and graphics." Given that 7400 chips existed at the time, why did no contemporary microcomputer go this route? Would it just have been cost prohibitive?
There were commercial computers that did. The PDP-8, as one example (not 74xx, but similar). Edit: The Xerox Alto CPU was built with 74181 chips. Cost, power consumption, space, etc, are all disadvantages. I assume the Gigatron is using modern 74HCxx CMOS chips, which consume less power than the original 74xx TTL chips.
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#7"It needs just 930 logic gates (packed into 33 standard 7400-series ICs) to create a computer that beat 'complex' 1980s home computers like the VIC-20 in terms of both CPU power and graphics." Given that 7400 chips existed at the time, why did no contemporary microcomputer go this route? Would it just have been cost prohibitive?
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#8Re: Cloning a 6502 Apple-1 in just 930 logic gates
#9I wonder how big the difference is between current logic gate performance vs. what we have available when the 6502 was 'new'.
Re: Cloning a 6502 Apple-1 in just 930 logic gates
#10TL;DR: this is a very simple computer running an emulator. Cool project! (The approach is similar to the way many of FPGA applications are done these days.)
So getting an emulator running is quite an achievement.