summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-10-25 23:56:45 +1100
committer Vas Crabb <vas@vastheman.com>2021-10-25 23:56:45 +1100
commit97536324921b26f9e423fa82db6d772891885c37 (patch)
tree06200166a0a014d76dd3de289235ae2a2ffde38c
parent27599c115e6fbb20042b113bb2e29b47bb027fce (diff)
-nes.xml: Added Latin title from box art for Yeongjaekeom Cocoma games.
-pluins/hiscore: Bumped version since storage location has changed.
-rw-r--r--hash/nes.xml2
-rw-r--r--plugins/hiscore/init.lua2
-rw-r--r--plugins/hiscore/plugin.json2
3 files changed, 4 insertions, 2 deletions
diff --git a/hash/nes.xml b/hash/nes.xml
index 7720e769665..6c2218046c2 100644
--- a/hash/nes.xml
+++ b/hash/nes.xml
@@ -62891,6 +62891,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<year>1999</year>
<publisher>EduBank</publisher>
<info name="alt_title" value="영재컴 꼬꼬마 Pack 1"/>
+ <info name="alt_title" value="Brilliant Com Cocoma Pack 1"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="cocoma" />
<dataarea name="prg" size="524288">
@@ -62907,6 +62908,7 @@ preliminary proto for the PAL version, still running on NTSC systems) or the gfx
<year>1999</year>
<publisher>EduBank</publisher>
<info name="alt_title" value="영재컴 꼬꼬마 Pack 2"/>
+ <info name="alt_title" value="Brilliant Com Cocoma Pack 2"/>
<part name="cart" interface="nes_cart">
<feature name="slot" value="cocoma" />
<dataarea name="prg" size="524288">
diff --git a/plugins/hiscore/init.lua b/plugins/hiscore/init.lua
index 4ec94c9a590..b4677c957dd 100644
--- a/plugins/hiscore/init.lua
+++ b/plugins/hiscore/init.lua
@@ -7,7 +7,7 @@
--
local exports = {
name = 'hiscore',
- version = '1.0.0',
+ version = '1.0.1',
description = 'Hiscore',
license = 'CC0',
author = { name = 'borgar@borgar.net' } }
diff --git a/plugins/hiscore/plugin.json b/plugins/hiscore/plugin.json
index 62e02e431d6..a77184d3016 100644
--- a/plugins/hiscore/plugin.json
+++ b/plugins/hiscore/plugin.json
@@ -2,7 +2,7 @@
"plugin": {
"name": "hiscore",
"description": "Hiscore support",
- "version": "1.0.0",
+ "version": "1.0.1",
"author": "borgar@borgar.net",
"type": "plugin",
"start": "false"