Fixed 6 validation errors.

This commit is contained in:
Robbbert 2015-07-12 01:14:29 +10:00
parent bdc59d3d7d
commit a1c224c15c
3 changed files with 7 additions and 7 deletions

View File

@ -2816,7 +2816,7 @@
<software name="spacei">
<description>Space Invaders</description>
<year>19xx</year>
<year>19??</year>
<publisher>Unknown</publisher>
<!-- pet8032 cb2snd Side A: invaders -->
@ -2926,7 +2926,7 @@
<software name="timec">
<description>Time Chess</description>
<year>198_</year>
<year>198?</year>
<!-- pet8032 Side A: time chess -->
<publisher>Unknown</publisher>

View File

@ -26,7 +26,7 @@
</part>
</software>
<software name="1001demoa">
<software name="1001demoa" cloneof="1001demo">
<description>Commodore SFD-1001 Test/Demo</description>
<year>198?</year>
<publisher>Commodore</publisher>
@ -62,7 +62,7 @@
</part>
</software>
<software name="datestond">
<software name="dateston">
<description>The Datestones of Ryn A Microquest</description>
<year>1979</year>
<publisher>Automated Simulations</publisher>
@ -98,7 +98,7 @@
</part>
</software>
<software name="hellfired">
<software name="hellfire">
<description>Hellfire Warrior</description>
<year>1980</year>
<publisher>Automated Simulations</publisher>

View File

@ -223,5 +223,5 @@ ROM_START( metamaq2 )
ROM_REGION( 0x1000, "eeprom", ROMREGION_ERASEFF )
ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME */
COMP(2012, metamaq2, 0, rambo, rambo, 0, rambo_state, rambo, "Metamaquina", "Metamaquina 2 desktop 3d printer", GAME_NOT_WORKING | GAME_NO_SOUND)
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */
COMP(2012, metamaq2, 0, 0, rambo, 0, rambo_state, rambo, "Metamaquina", "Metamaquina 2 desktop 3d printer", GAME_NOT_WORKING | GAME_NO_SOUND)