Remix.run Logo
leptons 3 hours ago

There was plenty of amazing stuff going on with computing in the 90's. You just had to know where to look. Do you consider the 68000 CPU to be 16 or 32 bit, or both?

weinzierl 3 hours ago | parent [-]

The 68000 was introduced in 1979, to me it is part of the 80s.

But you are making a good point. Maybe the distinction between 8/16/32/64-bit isn't really helpful. I loved the Amiga but I loathed all the XT/AT segmented memory bitplaned VGA 16-bit stuff. That to me is the deep dark ages.

einr 2 hours ago | parent [-]

I loved the Amiga but I loathed all the XT/AT segmented memory bitplaned VGA 16-bit stuff. That to me is the deep dark ages.

I get the sentiment, but I have to nitpick the details ;)

VGA isn't bitplaned. It's chunky -- to put a pixel on the screen in 320x200x8 VGA mode 13h you literally just write a single byte to the VGA memory. The Amiga, on the other hand, does use planar graphics.

(Maybe you're thinking of EGA, which is planar and a pain to program for)