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
CPC iRAM - CPCWiki
Last modified on 29 January 2025, at 18:47

CPC iRAM

Revision as of 18:47, 29 January 2025 by Eto (Talk | contribs) (CPC iRAM/640)

Iram640.jpeg
Iram640 builtin.jpeg
Iram640ramtest.jpeg

CPC iRAM is a series of open source, DIY friendly, internal RAM expansions for the CPC 6128 (later hopefully also for the 464 and 664).

The iRAM expansion sits in the CPU socket and requires no additional soldering inside the CPC.

The first 512K of expansion RAM follow the DK'Tronics addressing mode standard, giving up to 576K of RAM to legacy software. More modern software that supports the extended 1M-4M standard will be able to access all the provided RAM.

CPC iRAM/640

  • for CPC 6128 only
  • 512K expansion
  • total accessible RAM of 640K in a 6128 (64K Base RAM + 512K RAM expansion + 64K secondary RAM bank of the 6128)
  • easy to assemble, all through-hole components
  • fits into a CPC 6128. In Schneider CPC 6128 the metal shielding needs to be removed or altered.

Status: Released - see https://github.com/etomuc/CPC6128_iRAM-640

CPC iRAM/576

  • for CPC 6128 only
  • 512K expansion
  • total accessible RAM of 576K in a 6128 (following the DK'Tronics standard)
  • easy to assemble, all through-hole components

Status: abandoned as the same components are required as for iRAM/640 with only minimal changes to the PCB and GAL logic.

currently in development

CPC iRAM/1088

  • for CPC 6128 only
  • 1024K expansion
  • total accessible RAM of 1088K in a 6128 (64K Base RAM + 1024K RAM expansion)
  • easy to assemble, but some SMD components due to size constraints in the CPC 6128

Status: Prototype successfully tested. Release unclear due to lack of demand.

CPC iRAM/512

  • for CPC 464/664
  • 512K expansion
  • total accessible RAM of 512K in a CPC, following the DK'Tronics standard and support of C3 mode.
  • or 576K without C3 support (512K_C3 / 576K selection per manual switch)
  • easy to assemble, all through-hole components

Status: Prototype successfully tested. Release can be expected in Q1/2025.