Warning: Bad Behavior DBQueryError A database error has occurred. Did you forget to run maintenance/update.php after upgrading? See: https://www.mediawiki.org/wiki/Manual:Upgrading#Run_the_update_script Query: CREATE TABLE IF NOT EXISTS `bad_behavior` ( `id` INT(11) NOT NULL auto_increment, `ip` TEXT NOT NULL, `date` DATETIME NOT NULL default '0000-00-00 00:00:00', `request_method` TEXT NOT NULL, `request_uri` TEXT NOT NULL, `server_protocol` TEXT NOT NULL, `http_headers` TEXT NOT NULL, `user_agent` TEXT NOT NULL, `request_entity` TEXT NOT NULL, `key` TEXT NOT NULL, INDEX (`ip`(15)), INDEX (`user_agent`(10)), PRIMARY KEY (`id`) ); Function: DatabaseBase::query Error: 1813 Tablespace for table '`wikidb`.`bad_behavior`' exists. Please DISCARD the tablespace before IMPORT. (localhost) in /home/gryzor/cpcwiki_backup/httpdocs/extensions/bad-behavior/bad-behavior-mediawiki.php on line 84
Changes - CPCWiki

Changes

Klax (cartridge)

742 bytes added, 19:05, 21 February 2016
/* Video */
A [[File:Klax cartridge.png|384px|thumb|right]]An Almost [[Direct Disk to Cartridge Port]]. Also a brilliant [[Arcade Ports|Arcade Port]]. There is almost no difference between both versions gameplay wise. Yet as a colourfull non-scroller reflexion game, the CPC/PLUS version is one of the best for 8 bit computers.
You can download in CPR for use in emulators and BIN from CPCmania ( See the links ).
 
==Video==
Quick Look by Novabug
{{#ev:youtube|deq6DM-tkMs|340}}
 
{{#ev:youtube|x5p87_xuL34|340}}{{#ev:youtube|wIW8P0Ex72A|340}}
{{#ev:youtube|nIjtTgq-1ZM|340}}Videos of CPC version courtesy from Ataru'75 and CholoCPC.
Video == Implementation details and use of the CPC version courtesy from Ataru'75.Plus hardware==
* Mode 0 is used for display
* Plus palette is used for screen transitions (fade in and fade out) and in game (some colours are slightly different to the CPC version)
* Plus raster interrupt is not used
* Plus split screen is not used
* Plus pixel by pixel hardware scroll is not used
* Plus sprites are not used
== Links ==
30
edits