logoalt Hacker News

weinzierltoday at 8:51 AM1 replyview on HN

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.


Replies

einrtoday at 9:46 AM

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)