mirror of
https://github.com/holub/mame
synced 2025-04-17 22:13:04 +03:00
-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:
parent
27599c115e
commit
9753632492
@ -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">
|
||||
|
@ -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' } }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user