It's easy to forget how much innovation divergence was happening in the early 70s. Up till the late nineties we speculated that ISAs other than x86 (spec. RISC designs) would win in the end. Imagine these 8 bitters were mostly hardwired, with less than a million transistors.
Eight More '8-Bit Era' Microprocessors
21–30 of 37 posts
Re: Eight More '8-Bit Era' Microprocessors
#22The OS was interesting too: https://en.wikipedia.org/wiki/OS-9
Re: Eight More '8-Bit Era' Microprocessors
#23The Signetics 2650 found its way into a bunch of arcade games by lieu of British company Century Electronics. I have a conversion kit of theirs installed into a Donkey Kong Jr. board, which outright replaces DK Jr.'s Z80 with a daughterboard containing the CPU. Always wondered why they chose that in particular, it's not a very common chip, and just using the Z80 that was there and replacing the ROMs was the more comm…
Re: Eight More '8-Bit Era' Microprocessors
#24Earlier quoted context omitted.
The Motorola 68000, a great CPU with 32-bit operands, was initially implemented with 68,000 transistors. The model number was decided long before the transistor-level design was finalized.
I think there were actually 68000 transistor positions. In the ROMs and PLAs not every potential transistor is populated but the missing ones were counted as well. But the number of actual transistors is only slightly smaller so it doesn't really matter.
The 68000 transistors number claimed by the Motorola marketing was close to what you get by dividing the die area to the area of one transistor, so it did not correspond to actual transistor positions.
The MC68000 die had large areas occupied with microprogram ROMs, and there as you say only a part of the array of transistors are active, depending on the stored bits. Nonetheless, a significant part of the die was occupied with random logic, where all the physical transistors are used and a part of the area does not have any transistors.
Re: Eight More '8-Bit Era' Microprocessors
#25It's easy to forget how much innovation divergence was happening in the early 70s. Up till the late nineties we speculated that ISAs other than x86 (spec. RISC designs) would win in the end. Imagine these 8 bitters were mostly hardwired, with less than a million transistors.
Way less than a million! I believe usually in the order of thousands.
The first generation of true 16-bit CPUs, i.e. Intel 8086, Motorola MC68000 and Zilog Z8000, had almost an order of magnitude more transistors, i.e. in the range of 15000 transistors to 50000 transistors.
The first true 32-bit CPUs, like the National 32000 series, Motorola MC68020 and Intel 80386, had a few hundred thousand transistors.
By the end of the eighties, the second generation of 32-bit CPUs reached 1 million transistors.
Re: Eight More '8-Bit Era' Microprocessors
#26Re: Eight More '8-Bit Era' Microprocessors
#27Question: I once heard somebody talk about a micro-controller (with a minimal instruction set) where every register could be the program counter. It did not have jump or call instructions. You had 'emulate' those with the instruction (possibly conditionally) that changed the assignment of the program counter to one of the instructions. If I am not mistaken, it had eight registers. Does this ring a bell?
Re: Eight More '8-Bit Era' Microprocessors
#28Slightly orthogonal, but I'm curious how much effort is going into capturing historic hardware in accurate FPGA representation? There'll come a day when the final physical 6502, 80486 (etc etc) powers off for the final time, and it seems like these technologies would be worth preserving. (I'm sure this is much easier said than done, not trying to minimise the effort involved.) Is there a project that does something l…
Full die capture, full transistor level simulation.
Most of the others are being emulated in proportion to their importance to games, in arcade machines and consoles. Those emulations are going to be as cycle-accurate as required.
There are some issues around things like the Yamaha synth chips, which are mixed-signal and depend on analogue properties that can be difficult to emulate.
Re: Eight More '8-Bit Era' Microprocessors
#29It's easy to forget how much innovation divergence was happening in the early 70s. Up till the late nineties we speculated that ISAs other than x86 (spec. RISC designs) would win in the end. Imagine these 8 bitters were mostly hardwired, with less than a million transistors.
They're correct: ARM won the mobile space, won Apple, and is very gradually seeping into wider availability for other operating systems.
Never mind the majority of raw FLOPS these days are almost certainly going through GPU architectures.