> For the complete documentation index, see [llms.txt](https://blog.azagra.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.azagra.dev/playstation/instalacion-chip-psx.md).

# Instalación chip PSX, PU-20

**Diagrama de instalación del chip 12C508A para la Playstation SCPH-7002 con placa PU-20**

Necesitamos grabar el código .hex en el chip 12c508a, podemos grabar la versión normal "*modchip\_12c508a.hex*" o el modo stealth "*stealth\_12c508a.hex*" para juegos japoneses.

![](/files/3RUTFwpUlwQiEttosTzj)

Desmontamos la consola, retirando los 6 tornillos de la carcasa.

<figure><img src="/files/jOK3mvtJPOSEWz0pn8TL" alt=""><figcaption></figcaption></figure>

Localizamos el área de la placa donde vamos a colocar el chip

<figure><img src="/files/AafuL40JhPAdMGpepL9i" alt=""><figcaption></figcaption></figure>

**Puntos a soldar**<br>

* Instalación\
  [modchip\_12c508a.hex](https://raw.githubusercontent.com/AzagraMac/PSX-modchip/master/modchip_12c508a.hex)

<figure><img src="/files/sz76lMA5JJMapENxODMY" alt=""><figcaption></figcaption></figure>

* Instalación\
  [stealth\_12c508a.hex](https://raw.githubusercontent.com/AzagraMac/PSX-modchip/master/stealth_12c508a.hex)

<figure><img src="/files/SIy8pF5F4ZgnmRM21X2g" alt=""><figcaption></figcaption></figure>

***Notas***

* Modo Dino pulsar reset 3 seg
* una pulsación mas de reset para cambiar otro modo, hay 10 "Dino Modes", esto no es necesario para los modelos 750x/9xxx
* se desactiva al pulsar reset 11 veces, apagar con power se activa
* Si se quiere poner un LED, en la patilla 3
* Repasar las soldaduras a la inversa, ten cuidado de no calentar mucho el chip ya que lo puedes quemar.

:warning: *La modificación de la consola, anula cualquier garantía que pudiera tener, y solo es responsable el propietario de la consola, el uso de copias de juegos ilegales no es legal en muchos países, este tutorial se ha realizado a modo informativo, el autor no se hace responsable del mal uso que se le pueda dar.*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://blog.azagra.dev/playstation/instalacion-chip-psx.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
