Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Mode 4 of CPCs (two bitplanes emulation) - CPCWiki
Last modified on 12 August 2012, at 19:49

Mode 4 of CPCs (two bitplanes emulation)

Revision as of 19:49, 12 August 2012 by Prodatron (Talk | contribs) (Ghost'n'Goblins used a 4colour sprite technique, but not mode3)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mode 4 screen (two bitplanes emulation)


is a software technique to emulate two bitplanes on-screen at once. The main advantage is that you don't need to take care of the background while moving sprites around. Moreover, graphics need 50% less memory space. On the other hand, main disadvantage is that you can use half of available colours for each bitplane. Also known as 'Mode 3'.

Used in games like: ZTB-Mission Genocide etc..