Changes

Jump to: navigation, search

CRTC

4 bytes added, 6 January
/* Screen size */
We can calculate the screen size in words by multiplying R1 x R6 x (R9+1). And then multiplying the result by 2 to have the screen size in bytes.
With the default CRTC values, we obtain 40x25x8x2 40x25x(7+1)x2 = 16000 bytes.
So we can observe that only part of the 16384 bytes (=16KB) page of VRAM is actually displayed on screen.
11,866
edits