summaryrefslogtreecommitdiff
path: root/lib/VNDB
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-03-07 11:36:36 +0100
committerYorhel <git@yorhel.nl>2021-03-07 11:36:36 +0100
commit7d7fb6620f82a422486d9f59b0868d0bdc3786d8 (patch)
tree95e8bb0e925417c50b2eef8aa42a253716abb35d /lib/VNDB
parent4cf49275519dd6950c60a60e9b7e09f7630b3f0d (diff)
Bunch more platforms (and icons)
Diffstat (limited to 'lib/VNDB')
-rw-r--r--lib/VNDB/Types.pm15
1 files changed, 12 insertions, 3 deletions
diff --git a/lib/VNDB/Types.pm b/lib/VNDB/Types.pm
index 9c36a4ec..f7b12373 100644
--- a/lib/VNDB/Types.pm
+++ b/lib/VNDB/Types.pm
@@ -68,13 +68,17 @@ hash PLATFORM =>
lin => 'Linux',
mac => 'Mac OS',
web => 'Website',
+ tdo => '3DO',
ios => 'Apple iProduct',
and => 'Android',
bdp => 'Blu-ray Player',
dos => 'DOS',
dvd => 'DVD Player',
drc => 'Dreamcast',
- nes => 'Famicon',
+ nes => 'Famicom',
+ sfc => 'Super Famicom',
+ fm7 => 'FM-7',
+ fm8 => 'FM-8',
fmt => 'FM Towns',
gba => 'Game Boy Advance',
gbc => 'Game Boy Color',
@@ -93,13 +97,18 @@ hash PLATFORM =>
ps2 => 'PlayStation 2',
ps3 => 'PlayStation 3',
ps4 => 'PlayStation 4',
+ ps5 => 'PlayStation 5',
psv => 'PlayStation Vita',
+ smd => 'Sega Mega Drive',
+ scd => 'Sega Mega-CD',
sat => 'Sega Saturn',
- sfc => 'Super Nintendo',
- x68 => 'X68000',
+ vnd => 'VNDS',
+ x1s => 'Sharp X1',
+ x68 => 'Sharp X68000',
xb1 => 'Xbox',
xb3 => 'Xbox 360',
xbo => 'Xbox One',
+ xxs => 'Xbox X/S',
oth => 'Other';