1
1
mirror of https://github.com/Shizmob/arcade-docs.git synced 2025-01-20 15:58:45 +01:00

sega: identifiers: add example for serial numbers

This commit is contained in:
Shiz 2021-09-06 02:25:23 +02:00
parent 4d59f1a7fc
commit 4a22710676

View File

@ -250,7 +250,7 @@ A specific identifier for a physical product. Seems to have been introduced arou
Format: `[A-Z]{4}-[0-9]{2}[A-Z][0-9]+`. The first part indicates the product type, second and third possibly the batch, and the fourth the identifier. Format: `[A-Z]{4}-[0-9]{2}[A-Z][0-9]+`. The first part indicates the product type, second and third possibly the batch, and the fourth the identifier.
Known product types: Known product types (tree view):
``` ```
A - game boards, keychips A - game boards, keychips
@ -309,6 +309,10 @@ A - game boards, keychips
B - ROM boards B - ROM boards
``` ```
Example:
* `AAVE-01A912938`: Nu gameboard, serial number #912938
* `A72E-01U4539`: RINGEDGE keychip, serial number #4539
## Game ID ## Game ID
Seems to have been introduced around the start of ALL.NET and used from at least the Lindbergh onwards, possibly earlier. Seems to have been introduced around the start of ALL.NET and used from at least the Lindbergh onwards, possibly earlier.