forked from TeamTofuShop/segatools
docs: fix playformID and billingType config docs
This commit is contained in:
2
dist/cxb/segatools.ini
vendored
2
dist/cxb/segatools.ini
vendored
@ -60,7 +60,7 @@ enable=1
|
|||||||
subnet=192.168.150.0
|
subnet=192.168.150.0
|
||||||
billingCa=../DEVICE/ca.crt
|
billingCa=../DEVICE/ca.crt
|
||||||
billingPub=../DEVICE/billing.pub
|
billingPub=../DEVICE/billing.pub
|
||||||
billingType=2
|
billingType=0
|
||||||
|
|
||||||
[eeprom]
|
[eeprom]
|
||||||
; See above
|
; See above
|
||||||
|
@ -420,18 +420,22 @@ Default: (Varies depending on game)
|
|||||||
|
|
||||||
Override the game's four-character platform code (e.g. `AAV2` for Nu 2). This
|
Override the game's four-character platform code (e.g. `AAV2` for Nu 2). This
|
||||||
is actually supposed to be a separate three-character `platformId` and
|
is actually supposed to be a separate three-character `platformId` and
|
||||||
integer `modelType` setting, but they are combined here for convenience. Valid
|
integer `modelType` setting, but they are combined here for convenience.
|
||||||
values include:
|
|
||||||
|
|
||||||
- `AAV0`: Nu 1 (Project DIVA)
|
`platformId` is one of the following:
|
||||||
- `AAV1`: Nu 1.1 (Chunithm)
|
- `AAV`: Nu 1/1.1/2
|
||||||
- `AAV2`: Nu 2 (Initial D Zero)
|
- `AAW`: NuSX 1/1.1
|
||||||
- `AAW0`: NuSX 1
|
- `ACA`: ALLS UX/HX/MX
|
||||||
- `AAW1`: NuSX 1.1
|
|
||||||
- `ACA0`: ALLS UX
|
`modelType` is one of the following:
|
||||||
- `ACA1`: ALLS HX
|
- `1`: Server (SV)
|
||||||
- `ACA2`: ALLS UX (without dedicated GPU)
|
- `2`: Satalite (ST)
|
||||||
- `ACA4`: ALLS MX
|
- `3`: Live (LV)
|
||||||
|
- `4`: Terminal (TN)
|
||||||
|
|
||||||
|
It's safe to assume that every game you'll be playing with these tools will be a Satalite.
|
||||||
|
Some games care, others don't. Some even change how they run based on this value (Wonderland Wars
|
||||||
|
will boot into terminal mode if `modelType` is 4).
|
||||||
|
|
||||||
### `region`
|
### `region`
|
||||||
|
|
||||||
@ -468,15 +472,9 @@ the billing transactions.
|
|||||||
|
|
||||||
Default: `1`
|
Default: `1`
|
||||||
|
|
||||||
Set the billing "type" for the keychip. The type determins what kind of revenue share,
|
Sets the billing type, a single bit value that flags the cabinet as a rental if set to `1`, or `0` otherwise.
|
||||||
if any, the game maker has with SEGA. Some games may be picky and require types other
|
Certian games that were only sold officially as full purchases (that is, non-rentals) must have this value set to 0.
|
||||||
then 1 (ex. crossbeats REV. requires billing type 2), so this option is provided if this
|
NOTE: Crossbeats erroniously displays Billing modes A/B1/B2, but this value comes from the `modelType` and NOT this value!
|
||||||
is an issue. Billing types are:
|
|
||||||
|
|
||||||
- 0: No billing?
|
|
||||||
- 1: Billing type A
|
|
||||||
- 2: Billing type B1
|
|
||||||
- 3: Billing type B2
|
|
||||||
|
|
||||||
### `systemFlag`
|
### `systemFlag`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user