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
Amstrad ROM Expander - CPCWiki
Last modified on 25 August 2011, at 06:46

Amstrad ROM Expander

Self-built version of the Rom Expander

The Amstrad ROM Expansion was published 1988 in the Practical Electronics magazine by Simon Dean. It is possible to use up to six expansion ROMs (16 kB each) with the board. Because there are only a few parts needed, the price of the board is inexpensive.


Part List

R1		620 Ohm	0.25W
C1-C6		100nF ceramic
C7		22uF elect
IC1		74LS32
IC2		74LS374
IC3		74LS138
IC4		74LS02
IC5		74LS20
D1		1N4148


Note: There is a contradiction in the original documentation below. In the parts list, IC2 is listed as 74LS373, this is incorrect, it should be 74LS374 as shown in the circuit diagram on page 1.

Resources