mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-20 02:29:29 +02:00
More controllers and games
This commit is contained in:
parent
b3c19365b4
commit
17aa365f62
6 changed files with 138 additions and 18 deletions
5
content/controllers/gameport/_index.md
Normal file
5
content/controllers/gameport/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "Game port"
|
||||||
|
weight: 2
|
||||||
|
alwaysopen: false
|
||||||
|
---
|
22
content/controllers/gameport/dgoc44/_index.md
Normal file
22
content/controllers/gameport/dgoc44/_index.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
title: "Two handle controller, game port (PC)"
|
||||||
|
---
|
||||||
|
|
||||||
|
{{% controller-page "dgoc44" %}}
|
||||||
|
|
||||||
|
This is the original controller for the Microsoft Windows releases. This controller has two handles (5 power notches and 8+emergency brake notches) and 3 buttons (A, B, C).
|
||||||
|
|
||||||
|
The buttons and handles are mapped to game port buttons and axes, respectively, as follows:
|
||||||
|
|
||||||
|
| Game port | Controller |
|
||||||
|
|-------------|------------|
|
||||||
|
| B1 | B |
|
||||||
|
| B2 | A |
|
||||||
|
| B3 | *Unused* |
|
||||||
|
| B4 | C |
|
||||||
|
| X1 | Brake |
|
||||||
|
| Y1 | Power |
|
||||||
|
| X2 | *Unused* |
|
||||||
|
| Y2 | *Unused* |
|
||||||
|
|
||||||
|
The controller needs to be calibrated before it can be used.
|
|
@ -1,9 +0,0 @@
|
||||||
---
|
|
||||||
title: "Serial port"
|
|
||||||
weight: 2
|
|
||||||
alwaysopen: false
|
|
||||||
---
|
|
||||||
|
|
||||||
The information in this section applies to the following controllers:
|
|
||||||
|
|
||||||
- **DGOC-44:** two-handle controller (Microsoft Windows)
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
title: "Two handle controller, serial port (PC)"
|
|
||||||
---
|
|
||||||
|
|
||||||
{{% controller-page "dgoc44" %}}
|
|
||||||
|
|
||||||
This is the original controller for the Microsoft Windows releases. No details are available regarding internal functioning.
|
|
|
@ -5,10 +5,10 @@ dgc255:
|
||||||
ref: "/controllers/usb/dgc255"
|
ref: "/controllers/usb/dgc255"
|
||||||
|
|
||||||
dgoc44:
|
dgoc44:
|
||||||
name: "Two handle controller, serial port (PC)"
|
name: "Two handle controller, game port (PC)"
|
||||||
date: 1999-03-18
|
date: 1999-03-18
|
||||||
code: "DGOC-44"
|
code: "DGOC-44"
|
||||||
ref: "/controllers/serial/dgoc44"
|
ref: "/controllers/gameport/dgoc44"
|
||||||
|
|
||||||
dgoc44u:
|
dgoc44u:
|
||||||
name: "Two handle controller (PC)"
|
name: "Two handle controller (PC)"
|
||||||
|
|
|
@ -1,3 +1,112 @@
|
||||||
|
pc_densha:
|
||||||
|
name: "Densha de GO!"
|
||||||
|
namejp: "電車でGO!"
|
||||||
|
date: 1999-04-23
|
||||||
|
ref: "/software/pc/densha"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
notes: "Only republished version"
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
notes: "Only republished version"
|
||||||
|
|
||||||
|
pc_densha2:
|
||||||
|
name: "Densha de GO! 2"
|
||||||
|
namejp: "電車でGO!2"
|
||||||
|
date: 1999-03-18
|
||||||
|
ref: "/software/pc/densha2"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
notes: "Only republished version"
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
notes: "Only republished version"
|
||||||
|
|
||||||
|
pc_pro:
|
||||||
|
name: "Densha de GO! Professional"
|
||||||
|
namejp: "電車でGO!プロフェッショナル仕様"
|
||||||
|
date: 2001-06-15
|
||||||
|
ref: "/software/pc/pro"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
notes: "Only republished version"
|
||||||
|
|
||||||
|
pc_nagoya:
|
||||||
|
name: "Densha de GO! Nagoya Tetsudōhen"
|
||||||
|
namejp: "電車でGO!名古屋鉄道編"
|
||||||
|
date: 2000-12-01
|
||||||
|
ref: "/software/pc/nagoya"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
notes: "Only republished version"
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
notes: "Only republished version"
|
||||||
|
|
||||||
|
pc_kisha:
|
||||||
|
name: "Kisha de GO!"
|
||||||
|
namejp: "汽車でGO!"
|
||||||
|
date: 2001-02-09
|
||||||
|
ref: "/software/pc/kisha"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
notes: "Only republished version"
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
notes: "Only republished version"
|
||||||
|
|
||||||
|
pc_densha3:
|
||||||
|
name: "Densha de GO! 3"
|
||||||
|
namejp: "電車でGO!3"
|
||||||
|
date: 2002-03-21
|
||||||
|
ref: "/software/pc/densha3"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
|
||||||
|
pc_shinkansen:
|
||||||
|
name: "Densha de GO! Shinkansen San'yō Shinkansen-hen"
|
||||||
|
namejp: "電車でGO!新幹線 山陽新幹線編"
|
||||||
|
date: 2002-12-13
|
||||||
|
ref: "/software/pc/shinkansen"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
- model: dgoc44
|
||||||
|
- model: dgoc44u
|
||||||
|
|
||||||
|
pc_ryojouhen:
|
||||||
|
name: "Densha de GO! Ryojōhen"
|
||||||
|
namejp: "電車でGO!旅情編"
|
||||||
|
date: 2003-06-05
|
||||||
|
ref: "/software/pc/ryojouhen"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
- model: dyc288
|
||||||
|
- model: dgoc44u
|
||||||
|
|
||||||
|
pc_pro2:
|
||||||
|
name: "Densha de GO! Professional 2"
|
||||||
|
namejp: "電車でGO!プロフェッショナル2"
|
||||||
|
date: 2003-04-30
|
||||||
|
ref: "/software/pc/pro2"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
- model: dyc288
|
||||||
|
- model: dgoc44u
|
||||||
|
|
||||||
|
pc_final:
|
||||||
|
name: "Densha de GO! Final"
|
||||||
|
namejp: "電車でGO! FINAL"
|
||||||
|
date: 2004-12-17
|
||||||
|
ref: "/software/pc/final"
|
||||||
|
controllers:
|
||||||
|
- model: dgc255
|
||||||
|
- model: dyc288
|
||||||
|
- model: dgoc44u
|
||||||
|
|
||||||
ps1_densha:
|
ps1_densha:
|
||||||
name: "Densha de GO!"
|
name: "Densha de GO!"
|
||||||
namejp: "電車でGO!"
|
namejp: "電車でGO!"
|
||||||
|
|
Loading…
Add table
Reference in a new issue