From 343d24fa7241a7cbd6aca8b1350d0d810d464734 Mon Sep 17 00:00:00 2001 From: scrib-bler Date: Sun, 25 Aug 2024 04:34:17 +0100 Subject: [PATCH] Updated CHUNITHM guides to reflect segatools change from [gpio] to [system] --- docs/games/chunithmluminous/setup.md | 12 ++++++++---- docs/games/chunithmnew/setup.md | 12 ++++++++---- docs/games/chunithmnewplus/setup.md | 12 ++++++++---- docs/games/chunithmsun/setup.md | 12 ++++++++---- docs/games/chunithmsunplus/setup.md | 12 ++++++++---- 5 files changed, 40 insertions(+), 20 deletions(-) diff --git a/docs/games/chunithmluminous/setup.md b/docs/games/chunithmluminous/setup.md index ffcaaf6..dfea8e2 100644 --- a/docs/games/chunithmluminous/setup.md +++ b/docs/games/chunithmluminous/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmnew/setup.md b/docs/games/chunithmnew/setup.md index bc2566a..c039f94 100644 --- a/docs/games/chunithmnew/setup.md +++ b/docs/games/chunithmnew/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmnewplus/setup.md b/docs/games/chunithmnewplus/setup.md index 8c3ad23..69483dd 100644 --- a/docs/games/chunithmnewplus/setup.md +++ b/docs/games/chunithmnewplus/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmsun/setup.md b/docs/games/chunithmsun/setup.md index 8fa3a9e..86d5595 100644 --- a/docs/games/chunithmsun/setup.md +++ b/docs/games/chunithmsun/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ``` diff --git a/docs/games/chunithmsunplus/setup.md b/docs/games/chunithmsunplus/setup.md index e414679..82303bc 100644 --- a/docs/games/chunithmsunplus/setup.md +++ b/docs/games/chunithmsunplus/setup.md @@ -159,7 +159,7 @@ setting. Do not add another key. ```ini - [gpio] + [system] dipsw2=1 dipsw2=1 ; WRONG! ``` @@ -178,14 +178,18 @@ appdata=../../AppData ``` -#### `[gpio]` +#### `[system] (formerly [gpio])` + +!!! warning + + As of 2024-08-20, the [gpio] section in segatools has been renamed to [system]. !!! tip "" - If you have a 120Hz monitor, set `dipsw2` and `dipsw3` to 0: ```ini - [gpio] + [system] dipsw2=0 dipsw3=0 ``` @@ -193,7 +197,7 @@ - If you have a 60Hz monitor, set `dipsw2` and `dipsw3` to 1: ```ini - [gpio] + [system] dipsw2=1 dipsw3=1 ```