From 179b8a64a978cd81b71f4fcd995da3325cf39a87 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 11 May 2015 13:03:42 +0200 Subject: Three new platforms: FM Towns, PC Engine, X68000 --- data/global.pl | 2 +- data/icons/plat/fmt.png | Bin 0 -> 430 bytes data/icons/plat/pce.png | Bin 0 -> 3467 bytes data/icons/plat/x68.png | Bin 0 -> 486 bytes data/lang.txt | 36 ++++++++++++++++++++++++++++++++++++ 5 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 data/icons/plat/fmt.png create mode 100644 data/icons/plat/pce.png create mode 100644 data/icons/plat/x68.png (limited to 'data') diff --git a/data/global.pl b/data/global.pl index d9201b28..392d987a 100644 --- a/data/global.pl +++ b/data/global.pl @@ -68,7 +68,7 @@ our %S = (%S, age_ratings => [-1, 0, 6..18], release_types => [qw|complete partial trial|], # The 'unk' platform and medium are reserved for "unknown". - platforms => [qw|win dos lin mac ios and dvd bdp gba gbc msx nds nes p88 p98 pcf psp ps1 ps2 ps3 ps4 psv drc sat sfc wii n3d xb1 xb3 xbo web oth|], + platforms => [qw|win dos lin mac ios and dvd bdp fmt gba gbc msx nds nes p88 p98 pce pcf psp ps1 ps2 ps3 ps4 psv drc sat sfc wii n3d x68 xb1 xb3 xbo web oth|], media => { #DB qty? cd => 1, diff --git a/data/icons/plat/fmt.png b/data/icons/plat/fmt.png new file mode 100644 index 00000000..c9625e91 Binary files /dev/null and b/data/icons/plat/fmt.png differ diff --git a/data/icons/plat/pce.png b/data/icons/plat/pce.png new file mode 100644 index 00000000..b8b42d4d Binary files /dev/null and b/data/icons/plat/pce.png differ diff --git a/data/icons/plat/x68.png b/data/icons/plat/x68.png new file mode 100644 index 00000000..4731e374 Binary files /dev/null and b/data/icons/plat/x68.png differ diff --git a/data/lang.txt b/data/lang.txt index 3cd556c0..cd9beb37 100644 --- a/data/lang.txt +++ b/data/lang.txt @@ -548,6 +548,18 @@ tr : Blu-ray oynatıcı uk : Blu-ray Player it : Blu-ray Player +:_plat_fmt +en : FM Towns +ru*: +cs*: +hu*: +nl*: +de*: +es*: +tr*: +uk*: +it*: + :_plat_gba en : Game Boy Advance ru : Game Boy Advance @@ -632,6 +644,18 @@ tr : PC-98 uk : PC-98 it : PC-98 +:_plat_pce +en : PC Engine +ru*: +cs*: +hu*: +nl*: +de*: +es*: +tr*: +uk*: +it*: + :_plat_pcf en : PC-FX ru*: @@ -776,6 +800,18 @@ tr : Nintendo 3DS uk*: it*: +:_plat_x68 +en : X68000 +ru*: +cs*: +hu*: +nl*: +de*: +es*: +tr*: +uk*: +it*: + :_plat_xb1 en : Xbox ru*: -- cgit v1.2.3