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 ```