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

128k on GX-4000

635 bytes added, 13:49, 11 June 2022
Disclaimer: Adding ram to the GX-4000 is mostly useless. The only reason I did this is for fun...
'''1) Get two CPC-Plus compatible ram., and a 10 kΩ resistor'''
I used KM41464AP-12, but there are other chips of the same kind that should work.
(I'm not that proud of my color choices, nor of my soldering skills...
 
'''4) Telling the ASIC it should use this RAM.'''
 
For now, these chips are totally ignored by the GX-4000. It needs to be told that CAS1 must be used. To do so, the 10 kΩ resistor must be added to match the resistor present in the 6128 plus. The easiest place to solder it is on this 74HC4051 chip, pulling down its pin 11 using pin 8, which is ground.
 
[[File:Resistor-location-to-enable-ram.png|framed|center]]
 
It's worth noticing that this resistor is labelled R128 on the 6128 schematics, thus enabling 128k of ram.
 
[[File:Enabled-second-ram-bank.png|framed|center]]
 
Here is the resistor installed...
25
edits