mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-18 09:39:28 +02:00
Add PnP 2
This commit is contained in:
parent
d168b7c15a
commit
7969e54b44
3 changed files with 18 additions and 3 deletions
|
@ -5,9 +5,9 @@ weight: 1
|
||||||
|
|
||||||
{{% standalone_controller-page "pnp" %}}
|
{{% standalone_controller-page "pnp" %}}
|
||||||
|
|
||||||
This controller is different from traditional controllers in the sense that it contains the game (an improved version of *Densha de GO! Final*) and does not connect to a PC or console. Externally, it looks similar to a TCPP-20009, except it does not include a pedal connection. Internally, it contains an ARM board running Linux. It requires a micro USB cable for power and a HDMI cable for video output.
|
This controller is a self-contained console with a modified version of *Densha de GO! Final*. Externally, it looks similar to a TCPP-20009, except it does not include a pedal connection. It requires a micro USB cable for power and a HDMI cable for video output.
|
||||||
|
|
||||||
The micro USB port supports USB OTG with a powered adapter and is used by Taito to install software updates.
|
Internally, it contains an ARM board running a Linux distro. The micro USB port supports USB OTG with a powered adapter and is used by Taito to install software updates.
|
||||||
|
|
||||||
## Mods
|
## Mods
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@ There are several unofficial mods available to improve or add functionality to t
|
||||||
| **Mod** | **Site** | **Description** |
|
| **Mod** | **Site** | **Description** |
|
||||||
|-----------------------------|------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
|
|-----------------------------|------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------|
|
||||||
| Chime Patcher | [Link](https://github.com/GMMan/dengo-plug-and-play-chimes-patch) | Restores the station jingles and musical horns from *Densha de GO! Final*. |
|
| Chime Patcher | [Link](https://github.com/GMMan/dengo-plug-and-play-chimes-patch) | Restores the station jingles and musical horns from *Densha de GO! Final*. |
|
||||||
| Overclock script | [Link](https://gist.github.com/GMMan/5b5daa43d7922d1e32a1b79cf344ad01) | Sets the console's CPU to a higher (but safe) clock rate to improve performance. |
|
| Overclock script | [Link](https://gist.github.com/GMMan/5b5daa43d7922d1e32a1b79cf344ad01) | Sets the console's CPU to a higher (but safe) clock rate to improve performance. May cause crashes |
|
||||||
| Controller mod | [Link](https://github.com/MarcRiera/ddgo-pnp-controller) | Allows using the console as a USB controller for PC and consoles. Several controller models available. |
|
| Controller mod | [Link](https://github.com/MarcRiera/ddgo-pnp-controller) | Allows using the console as a USB controller for PC and consoles. Several controller models available. |
|
||||||
| Controller mod (legacy) | [Link](https://github.com/GMMan/dengo-plug-and-play-controller) | Allows using the console as a DGOC-44U controller. Superseded by the newer multi-controller mod. |
|
| Controller mod (legacy) | [Link](https://github.com/GMMan/dengo-plug-and-play-controller) | Allows using the console as a DGOC-44U controller. Superseded by the newer multi-controller mod. |
|
||||||
|
|
||||||
|
|
10
content/controllers/standalone/pnp2/_index.md
Normal file
10
content/controllers/standalone/pnp2/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
title: "Densha de GO! Plug and Play 2"
|
||||||
|
weight: 2
|
||||||
|
---
|
||||||
|
|
||||||
|
{{% standalone_controller-page "pnp2" %}}
|
||||||
|
|
||||||
|
This controller is a self-contained console with a modified version of *Densha de GO! Shinkansen EX San'yō Shinkansen Hen*. Externally, it looks similar to a TCPP-20011, except it does not include a pedal connection and top display. It requires a USB-C cable for power and a HDMI cable for video output.
|
||||||
|
|
||||||
|
No technical details are known regarding internal functioning.
|
|
@ -45,6 +45,11 @@ pnp:
|
||||||
image: "pnp.jpg"
|
image: "pnp.jpg"
|
||||||
ref: "/controllers/standalone/pnp"
|
ref: "/controllers/standalone/pnp"
|
||||||
|
|
||||||
|
pnp2:
|
||||||
|
name: "Densha de GO! Plug and Play 2"
|
||||||
|
date: 2023-12-07
|
||||||
|
ref: "/controllers/standalone/pnp2"
|
||||||
|
|
||||||
sotp031201:
|
sotp031201:
|
||||||
name: "Multi Train Controller (Sony PlayStation 2)"
|
name: "Multi Train Controller (Sony PlayStation 2)"
|
||||||
date: 2003-12-18
|
date: 2003-12-18
|
||||||
|
|
Loading…
Add table
Reference in a new issue