-nes.xml: Added Latin title from box art for Yeongjaekeom Cocoma games.

-pluins/hiscore: Bumped version since storage location has changed.
This commit is contained in:
Vas Crabb 2021-10-25 23:56:45 +11:00
parent 27599c115e
commit 9753632492
3 changed files with 4 additions and 2 deletions

View File

@ -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">

View File

@ -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' } }

View File

@ -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"