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

909 bytes added, 13:02, 21 September 2010
/* Pictures */
* [[CPC Schneider International]] 11/1987, Page 097-099, Notes (?)
Notes: The "Centronics" board is yet another [[8bit Printer Ports|8bit Printer Port]] solution (but different than the [[CPCI 8bit Printer Mod|joystick-signal based one]] that was released a few months earlier in the same magazine). The Real Time Clock is somewhat similar to the [[Real Time Clock|CPCI Real Time Clock]] released in a special issue of the same magazine, but not identical (the RTC chip has different pin-outs, and some of it's 4bit registers are working slightly different, the leap-year bits, for example).
 
== I/O Ports ==
 
{|{{Prettytable|width: 700px; font-size: 2em;}}
|Address (default) || Address (alternate) || Usage
|-
|F8E0h || F8F0h || Schneiderware Centronics 8255 PPI Port A (data)
|-
|F8E1h || F8F1h || Schneiderware Centronics 8255 PPI Port B (unused)
|-
|F8E2h || F8F2h || Schneiderware Centronics 8255 PPI Port C (bit7=busy, bit6-1=unused, bit0=strobe; strobe is externally inverted)
|-
|F8E3h || F8F3h || Schneiderware Centronics 8255 PPI Control
|-
|F9E0h || F9E2h || Schneiderware V/24 8251 USART Data
|-
|F9E1h || F9E3h || Schneiderware V/24 8251 USART Control
|-
|F9ECh || F9E8h || Schneiderware V/24 8253 Timer 0 (TX clock)
|-
|F9EDh || F9E9h || Schneiderware V/24 8253 Timer 1 (RX clock)
|-
|F9EEh || F9EAh || Schneiderware V/24 8253 Timer 2 (unused)
|-
|F9EFh || F9EBh || Schneiderware V/24 8253 Control
|-
|colspan=3|Note: Timer clock input is jumper select-able: 2MHz (default), or 1MHz
|}
== Pictures ==
6,388
edits