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

Schneiderware

108 bytes added, 23:17, 28 September 2010
/* I/O Ports */
The SRAM/Write mode doesn't disable the internal RAM in the CPC, so writes are going both to SRAM and normal RAM at C000-FFFF, that no matter if upper ROM is enabled/disabled via Gate Array; the author recommended to map VRAM to 4000-7FFF via CRTC registers, in order to prevent video dirt during writing.
|-
|F8E0h || F8F0h (later redefined to F8E4h) || Schneiderware Centronics 8255 PPI Port A (data)
|-
|F8E1h || F8F1h (later redefined to F8E5h) || Schneiderware Centronics 8255 PPI Port B (unused)
|-
|F8E2h || F8F2h (later redefined to F8E6h) || Schneiderware Centronics 8255 PPI Port C (busy/strobe)<br>(bit7=busy, bit6-1=unused, bit0=strobe; strobe is externally inverted)<br>(autolf is wired to GND, all other control/status signals are not connected)
|-
|F8E3h || F8F3h (later redefined to F8E7h) || Schneiderware Centronics 8255 PPI Control
|-
|F8E8h || F8F0h,F8F8h || Schneiderware Uni-PIO 8255 PPI #1 Port A ('''without''' pull-ups, with red LEDs)
6,388
edits