From 712b7e08b1f2015e362b7033ad4fd12b9c0abd3c Mon Sep 17 00:00:00 2001 From: Marc Riera Irigoyen Date: Tue, 19 Apr 2022 00:10:19 +0200 Subject: [PATCH] More software --- content/controllers/classic/_index.md | 1 + content/controllers/serial/_index.md | 3 +- content/controllers/serial/dgoc44/_index.md | 7 ++ content/controllers/standalone/_index.md | 1 + content/controllers/usb/_index.md | 1 + content/controllers/wii/_index.md | 1 + content/software/pc/_index.md | 1 + content/software/ps1/_index.md | 1 + content/software/ps2/_index.md | 4 + content/software/ps2/densha3/_index.md | 6 ++ content/software/ps2/final/_index.md | 6 ++ content/software/ps2/pro2/_index.md | 6 ++ content/software/ps2/ryojouhen/_index.md | 6 ++ content/software/ps2/shinkansen/_index.md | 6 ++ content/software/wii/_index.md | 1 + data/adapters.yml | 2 + data/controllers.yml | 6 ++ data/software.yml | 105 ++++++++++++++++++++ 18 files changed, 162 insertions(+), 2 deletions(-) create mode 100644 content/controllers/serial/dgoc44/_index.md create mode 100644 content/software/ps2/_index.md create mode 100644 content/software/ps2/densha3/_index.md create mode 100644 content/software/ps2/final/_index.md create mode 100644 content/software/ps2/pro2/_index.md create mode 100644 content/software/ps2/ryojouhen/_index.md create mode 100644 content/software/ps2/shinkansen/_index.md create mode 100644 data/adapters.yml diff --git a/content/controllers/classic/_index.md b/content/controllers/classic/_index.md index 459feee..42d7b9b 100644 --- a/content/controllers/classic/_index.md +++ b/content/controllers/classic/_index.md @@ -1,6 +1,7 @@ --- title: "Classic consoles" weight: 1 +alwaysopen: false --- The information in this section applies to the following controllers: diff --git a/content/controllers/serial/_index.md b/content/controllers/serial/_index.md index 50eaa1c..32157ed 100644 --- a/content/controllers/serial/_index.md +++ b/content/controllers/serial/_index.md @@ -1,10 +1,9 @@ --- title: "Serial port" weight: 2 +alwaysopen: false --- The information in this section applies to the following controllers: - **DGOC-44:** two-handle controller (Microsoft Windows) - -This is the original controller for the Microsoft Windows releases. No details are available regarding internal functioning. diff --git a/content/controllers/serial/dgoc44/_index.md b/content/controllers/serial/dgoc44/_index.md new file mode 100644 index 0000000..c71b704 --- /dev/null +++ b/content/controllers/serial/dgoc44/_index.md @@ -0,0 +1,7 @@ +--- +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. diff --git a/content/controllers/standalone/_index.md b/content/controllers/standalone/_index.md index 827e189..999d71c 100644 --- a/content/controllers/standalone/_index.md +++ b/content/controllers/standalone/_index.md @@ -1,6 +1,7 @@ --- title: "Standalone" weight: 5 +alwaysopen: false --- The information in this section applies to the following controllers: diff --git a/content/controllers/usb/_index.md b/content/controllers/usb/_index.md index 4cad1ff..8bd6da6 100644 --- a/content/controllers/usb/_index.md +++ b/content/controllers/usb/_index.md @@ -1,6 +1,7 @@ --- title: "USB" weight: 3 +alwaysopen: false --- The information in this section applies to the following controllers: diff --git a/content/controllers/wii/_index.md b/content/controllers/wii/_index.md index 17ce0fd..d1e514d 100644 --- a/content/controllers/wii/_index.md +++ b/content/controllers/wii/_index.md @@ -1,6 +1,7 @@ --- title: "Nintendo Wii" weight: 4 +alwaysopen: false --- The information in this section applies to the following controllers: diff --git a/content/software/pc/_index.md b/content/software/pc/_index.md index 9c44eb3..b5798cb 100644 --- a/content/software/pc/_index.md +++ b/content/software/pc/_index.md @@ -1,3 +1,4 @@ --- title: "PC" +alwaysopen: false --- diff --git a/content/software/ps1/_index.md b/content/software/ps1/_index.md index 077622f..025782e 100644 --- a/content/software/ps1/_index.md +++ b/content/software/ps1/_index.md @@ -1,3 +1,4 @@ --- title: "Sony PlayStation" +alwaysopen: false --- diff --git a/content/software/ps2/_index.md b/content/software/ps2/_index.md new file mode 100644 index 0000000..9e88e2d --- /dev/null +++ b/content/software/ps2/_index.md @@ -0,0 +1,4 @@ +--- +title: "Sony PlayStation 2" +alwaysopen: false +--- diff --git a/content/software/ps2/densha3/_index.md b/content/software/ps2/densha3/_index.md new file mode 100644 index 0000000..8594c0c --- /dev/null +++ b/content/software/ps2/densha3/_index.md @@ -0,0 +1,6 @@ +--- +title: "Densha de GO! 3" +weight: 1 +--- + +{{% software-page "ps2_densha3" %}} diff --git a/content/software/ps2/final/_index.md b/content/software/ps2/final/_index.md new file mode 100644 index 0000000..bdfca45 --- /dev/null +++ b/content/software/ps2/final/_index.md @@ -0,0 +1,6 @@ +--- +title: "Densha de GO! Final" +weight: 5 +--- + +{{% software-page "ps2_final" %}} diff --git a/content/software/ps2/pro2/_index.md b/content/software/ps2/pro2/_index.md new file mode 100644 index 0000000..5d858f6 --- /dev/null +++ b/content/software/ps2/pro2/_index.md @@ -0,0 +1,6 @@ +--- +title: "Densha de GO! Professional 2" +weight: 4 +--- + +{{% software-page "ps2_pro2" %}} diff --git a/content/software/ps2/ryojouhen/_index.md b/content/software/ps2/ryojouhen/_index.md new file mode 100644 index 0000000..ff7213c --- /dev/null +++ b/content/software/ps2/ryojouhen/_index.md @@ -0,0 +1,6 @@ +--- +title: "Densha de GO! Ryojōhen" +weight: 3 +--- + +{{% software-page "ps2_ryojouhen" %}} diff --git a/content/software/ps2/shinkansen/_index.md b/content/software/ps2/shinkansen/_index.md new file mode 100644 index 0000000..37243ca --- /dev/null +++ b/content/software/ps2/shinkansen/_index.md @@ -0,0 +1,6 @@ +--- +title: "Densha de GO! Shinkansen San'yō Shinkansen-hen" +weight: 2 +--- + +{{% software-page "ps2_shinkansen" %}} diff --git a/content/software/wii/_index.md b/content/software/wii/_index.md index e2c74bc..8321cc6 100644 --- a/content/software/wii/_index.md +++ b/content/software/wii/_index.md @@ -1,3 +1,4 @@ --- title: "Nintendo Wii" +alwaysopen: false --- diff --git a/data/adapters.yml b/data/adapters.yml new file mode 100644 index 0000000..dd1dddb --- /dev/null +++ b/data/adapters.yml @@ -0,0 +1,2 @@ +ps2_cheats: + notes: "Requires use of cheat codes." diff --git a/data/controllers.yml b/data/controllers.yml index 51df0c3..cde3994 100644 --- a/data/controllers.yml +++ b/data/controllers.yml @@ -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 diff --git a/data/software.yml b/data/software.yml index 9ed8b0c..0ba1894 100644 --- a/data/software.yml +++ b/data/software.yml @@ -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 山陽新幹線編"