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

Games

1,731 bytes removed, 09:13, 29 October 2012
/* Loading music */
* [[Lenslok]]
== Loading music == === Cassette === Loading from cassette effectively uses all the CPU's time because you have to keep checking the cassette signal to see if it has changed, and you use a CPU timing loop to calculate length of signal.  So to do music and other things during loading requires precise timing. The C64 effectively had interrupt driven loading music and the serial chip handled clocking in of the data bits and signalled an interrupt when the byte of data was ready.  <br>  I think only Firebird games had loading music on cassette. The music was composed by Melvyn Wright ([http://www.melright.com www.melright.com]). The music data was embeded into the data on cassette. The data was read as a group of 3 bits and 8 data bits. The 3 bits determined if the 8 data bits were for data&nbsp;or for music.  <br>  This list is not complete, please add more. Will upload YM&nbsp;of the loading music soon.  <br>  {| class="FCK__ShowTableBorders"|-|Game|Loading music|-|Booty ||-|Comet Game (The) |[[Media:Comet_game_%28the%29-loader.ym|Media:Comet_game_(the)-loader.ym]]<br> |-|Harvey Headbanger |[[Media:Harvey_headbanger-loader.ym|Media:Harvey_headbanger-loader.ym‎]] |-|Thrust|[[Media:Thrust.ym]]|-|Spiky Harold |* [[Media:Spiky_harold-loader.ym|Media:Spiky_harold-loader.ymLoaders]]|} === Disc === The disc system on the Amstrad is "polled" which means the CPU&nbsp;has to keep checking if the FDC&nbsp;(NEC765)&nbsp;has more data to read/write. On the C64 the disc system is interrupt driven.  So to do music while loading requires careful timing and often the use of very small sectors (128bytes).  <br> ZapTBalls  The Demo  5KB&nbsp;Demo 3  Midline Process Orion Prime Batman Forever<br> <br>
== Games Which use hardware tricks (on old generation cpcs) ==
2,630
edits