Changes

Jump to: navigation, search

Action Replay AMX

1,167 bytes added, 08:50, 7 May 2021
/* Technical */
The hardware only has RAM and not ROM, therefore the device needs software programmed into the RAM to use it.
 
== Technical ==
 
* The eagle schematics indicate INT is triggered, but the PCB drawings indicate NMI is connected.
* the static RAM is accessible between 0-1fff. It could be mirrored between 2000-3fff.
* Has a write only I/O port where A10=0 and A2=0. A8 of the port address (when '1'?) is used to 'activate' the ROMDIS signal (see IC1A) causing the CPC's ROM to be disabled. The static ram is then readable in the address space from 0-fff. A9 of the port address (when '1'?) (see IC1B) is used to 'activate' the RAMDIS signal causing the CPC's RAM to be disabled. This allows the static RAM to be read/written in the range 1000-1fff since access depends on A12 (see IC7A). It's not clear if both are visible.
It's not clear how the entire space can be written to.
* The unit has a switch for load/save, looks like A12 is driven depending on that.
 
All the above has been derived from schematics so may be wrong. This needs testing.
== Pictures ==
* [[Media:Action Replay (eagle).zip|Action Replay (Eagle).zip]] (Action Replay AMX files for Eagle)
 
== Weblinks ==
 
* [https://cpcrulez.fr/hardware-interface_debug-action_replay_AMX_AC.htm ''Action Replay AMX'' from CPCrulez]
* [http://hardware.speccy.org/temp/Amstrad-ARM.html ''Action Replay AMX'' from hardware.speccy.org]
[[Category:Peripherals]] [[Category:Copy Protection]]
2,541
edits