mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-05-02 06:37:05 +02:00
More software
This commit is contained in:
parent
25dc26cc0a
commit
712b7e08b1
18 changed files with 162 additions and 2 deletions
2
data/adapters.yml
Normal file
2
data/adapters.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
ps2_cheats:
|
||||
notes: "Requires use of cheat codes."
|
|
@ -4,6 +4,12 @@ dgc255:
|
|||
code: "DGC-255"
|
||||
ref: "/controllers/usb/dgc255"
|
||||
|
||||
dgoc44:
|
||||
name: "Two handle controller, serial port (PC)"
|
||||
date: 1999-03-18
|
||||
code: "DGOC-44"
|
||||
ref: "/controllers/serial/dgoc44"
|
||||
|
||||
dgoc44u:
|
||||
name: "Two handle controller (PC)"
|
||||
date: 2001-06-15
|
||||
|
|
|
@ -3,6 +3,7 @@ ps1_densha:
|
|||
namejp: "電車でGO!"
|
||||
date: 1997-12-18
|
||||
code: "SCPS-45166"
|
||||
ref: "/software/ps1/densha"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: tcpp20001
|
||||
|
@ -13,6 +14,7 @@ ps1_densha2:
|
|||
namejp: "電車でGO!2"
|
||||
date: 1999-03-18
|
||||
code: "SLPM-86142"
|
||||
ref: "/software/ps1/densha2"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: tcpp20001
|
||||
|
@ -23,6 +25,7 @@ ps1_pro:
|
|||
namejp: "電車でGO!プロフェッショナル仕様"
|
||||
date: 1999-12-09
|
||||
code: "SLPM-86378"
|
||||
ref: "/software/ps1/pro"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: tcpp20001
|
||||
|
@ -33,6 +36,7 @@ ps1_nagoya:
|
|||
namejp: "電車でGO!名古屋鉄道編"
|
||||
date: 2000-01-27
|
||||
code: "SLPM-86424"
|
||||
ref: "/software/ps1/nagoya"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: tcpp20001
|
||||
|
@ -43,11 +47,112 @@ ps1_kisha:
|
|||
namejp: "汽車でGO!"
|
||||
date: 2000-03-23
|
||||
code: "SLPM-86449"
|
||||
ref: "/software/ps1/kisha"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: tcpp20001
|
||||
- model: slph00051
|
||||
|
||||
ps2_densha3:
|
||||
name: "Densha de GO! 3"
|
||||
namejp: "電車でGO!3"
|
||||
date: 2001-03-15
|
||||
code: "SLPM-62049"
|
||||
ref: "/software/ps2/densha3"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: sotp031201
|
||||
partial: yes
|
||||
notes: "Only P5/B8 cassette."
|
||||
- model: tcpp20001
|
||||
- model: slph00051
|
||||
- model: tcpp20009
|
||||
|
||||
ps2_shinkansen:
|
||||
name: "Densha de GO! Shinkansen San'yō Shinkansen-hen"
|
||||
namejp: "電車でGO!新幹線 山陽新幹線編"
|
||||
date: 2001-09-20
|
||||
code: "SLPM-65039"
|
||||
ref: "/software/ps2/shinkansen"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
- model: sotp031201
|
||||
partial: yes
|
||||
notes: "Only P5/B8 cassette."
|
||||
- model: tcpp20001
|
||||
- model: tcpp20011
|
||||
- model: slph00051
|
||||
- model: tcpp20009
|
||||
|
||||
ps2_ryojouhen:
|
||||
name: "Densha de GO! Ryojōhen"
|
||||
namejp: "電車でGO!旅情編"
|
||||
date: 2002-07-25
|
||||
code: "SLPM-65148"
|
||||
ref: "/software/ps2/ryojouhen"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: sotp031201
|
||||
partial: yes
|
||||
notes: "Only P5/B8 cassette."
|
||||
- model: tcpp20001
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: tcpp20014
|
||||
- model: tcpp20011
|
||||
- model: slph00051
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: tcpp20009
|
||||
|
||||
ps2_pro2:
|
||||
name: "Densha de GO! Professional 2"
|
||||
namejp: "電車でGO!プロフェッショナル2"
|
||||
date: 2003-02-27
|
||||
code: "SLPM-65243"
|
||||
ref: "/software/ps2/pro2"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: sotp031201
|
||||
partial: yes
|
||||
notes: "Only P5/B8 cassette."
|
||||
- model: tcpp20001
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: tcpp20014
|
||||
- model: tcpp20011
|
||||
- model: slph00051
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: tcpp20009
|
||||
|
||||
ps2_final:
|
||||
name: "Densha de GO! Final"
|
||||
namejp: "電車でGO! FINAL"
|
||||
date: 2004-05-27
|
||||
code: "SLPM-65590"
|
||||
ref: "/software/ps2/final"
|
||||
controllers:
|
||||
- model: tcpp20002
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: sotp031201
|
||||
partial: yes
|
||||
notes: "Only P5/B8 cassette."
|
||||
- model: tcpp20001
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: tcpp20014
|
||||
- model: tcpp20011
|
||||
- model: slph00051
|
||||
unofficial: yes
|
||||
adapter: ps2_cheats
|
||||
- model: tcpp20009
|
||||
|
||||
wii_shinkansen:
|
||||
name: "Densha de GO! Shinkansen EX San'yō Shinkansen-hen"
|
||||
namejp: "電車でGO!新幹線EX 山陽新幹線編"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue