Changes

Jump to: navigation, search

Gerelakos

104 bytes added, 23:21, 23 September 2009
/* Technicals */
*This game uses Overscan in Mode 0.
*The video RAM is located in the RAM blocks &0000-&3FFF and &C000-&FFFF. One screen RAM is to be seen on the upper half of the screen, the other screen RAM is shown on the lower half of the screen. Every frame a part of the displayed screen is served by two different screen RAMs, this technique is called Crossfire. Since the CPC has no Crossfire graphic card, this technique is emulated by the software of the game engine.
*Since the game engine needs 32 KB screen RAM( 0000-&3FFF and &C000-&FFFF) it|'s necessary to use the interrupt mode 2 of the Z80. (The entry of IM 1 is located at &0038, in this case a part of the screen RAM).
*The resoluton in Mode 0 is 208(x) * 288(y) using 16 colors.
*Beside the Overscan there is another hardware effect. Smooth hardware scrolling is used. You scroll through one screen horizontally or vertically.
2,002
edits