Welcome, Guest. Please login or register.

Author Topic: The astonishing unpopularity of "dynamic-highres"  (Read 16971 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline number6

Re: The astonishing unpopularity of "dynamic-highres"
« on: July 29, 2013, 09:36:29 PM »
Quote from: ChaosLord;742945
Yep!  I used the same type of method "rasterline interrupt color changes" on my C64 in 1983.

And it was very VERY useful on the Atari 800/400 computers which had a palette of 256 colors!  And no HAM mode.  So every good coder did "dynamic hires" on Atari 8-bit computers.  These are the computers that competed against the C64 and Apple ][+

The Atari 400 and Atari 800 chipsets were designed by Jay Miner who then took the idea to the next level in the Amiga.



Although strong vertical design was stressed, changing color registers at the end of each scan line during horizontal blank was not always the best method.
Page flipping 2 screens offered more colors without the overhead. Just 4 load and stores for color and 1 load and store for the page flip. That left plenty of VBI time for other routines.

#6