mirror of
https://github.com/yxrei/two-torial.git
synced 2024-11-23 23:20:57 +01:00
fix: rename mentions of gpio to system
This commit is contained in:
parent
9ca68732a1
commit
96b8214c59
@ -239,10 +239,14 @@
|
|||||||
(dip switch 1 ON). Set all other machines to dip switch 1 OFF:
|
(dip switch 1 ON). Set all other machines to dip switch 1 OFF:
|
||||||
|
|
||||||
```ini hl_lines="2"
|
```ini hl_lines="2"
|
||||||
[gpio]
|
[system]
|
||||||
dipsw1=0
|
dipsw1=0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
### 3301
|
### 3301
|
||||||
|
|
||||||
!!! tip "Duplicate STANDARD in the same group"
|
!!! tip "Duplicate STANDARD in the same group"
|
||||||
@ -266,10 +270,14 @@
|
|||||||
switch 3 OFF) to run the game in 120fps. In `segatools.ini` this would be:
|
switch 3 OFF) to run the game in 120fps. In `segatools.ini` this would be:
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
[gpio]
|
[system]
|
||||||
dipsw3=0
|
dipsw3=0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
|
||||||
|
As of 2024-08-20, the [gpio] section in segatools has been renamed to [system].
|
||||||
|
|
||||||
## AMDaemon Error Codes
|
## AMDaemon Error Codes
|
||||||
|
|
||||||
### ampdGd1232a01aInit(). ErrCode -4
|
### ampdGd1232a01aInit(). ErrCode -4
|
||||||
|
Loading…
Reference in New Issue
Block a user