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

Dk'tronics memory expansion

169 bytes added, 18:55, 17 July 2024
/* RSX Commands (Memory Expansion) */
The Bank Switch Software RSX commands are:
* <code>|Bank, n </code> - Map a 16K bank directly into memory space (where n is the bank No.)* <code>|Swap </code> - Alternate between high and low screens* <code>|Low </code> - Change to the low screen* <code>|High </code> - Change to the high (default) screen* <code>|Saves, n </code> - Store a screen to a 16K bank (where n is the bank No.)* <code>|Loads, n </code> - Retrieve a screen from a 16K bank (where n is the bank No.)* <code>|Savew, w, n </code> - Stores a windows contents into a 16K bank (where n is the bank No.)* <code>|Loadw, w, n </code> - Load a window with the data from a 16K bank (where n is the bank No.)* <code>|Saved, n, s, l </code> - Transfer original RAM to expansion RAM* <code>|Loadd, n, s, l </code> - Load original RAM from expansion RAM* <code>|Peek, n, s, v </code> - Read the value of a byte in the expansion RAM* <code>|Poke, n, s, v </code> - Write to a byte in the expansion RAM
A further command which was considered to be only for 'advanced' users was also described later in the handbook:
* <code>|Askram, E, V </code> (E=enquiry No. V=variable) could be used to request information from the expansion card, including the amount of RAM available (where E=1), return the number of banks available (where E=2) or (E=3) returned a 0 or 1 to indicate whether the expansion card 'had a problem'.
== RSX Commands (Silicon Disc) ==
1,093
edits