Skip to content

Commit e9b194d

Browse files
committed
Corrected some metadata.
1 parent 4e998fd commit e9b194d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

hash/apple2_flop_misc.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Generated by SLIST 0.2.1
5050
</software>
5151

5252
<software name="a2diag31">
53-
<description>Apple II Diagnostic Disk (version 3.1)(800K 3.5")</description>
53+
<description>Apple II Diagnostic Disk (version 3.1) (800K 3.5")</description>
5454
<year>1991</year>
5555
<publisher>Apple Computer</publisher>
5656
<info name="usage" value="Requires an Apple IIgs, IIc+, //c, //e with a compatible drive controller card." />

hash/ibm5170_cdrom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8038,7 +8038,7 @@ Installation and Open Circulation CDs are bootable.
80388038
</software>
80398039

80408040
<software name="winnt40e" cloneof="winnt40">
8041-
<description>Windows NT Server, Enterpise Edition 4.0 (4.0.1381.4)</description>
8041+
<description>Windows NT Server, Enterprise Edition 4.0 (4.0.1381.4)</description>
80428042
<year>1997</year>
80438043
<publisher>Microsoft</publisher>
80448044
<notes><![CDATA[

src/mame/wing/luckgrln.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -968,6 +968,6 @@ ROM_END
968968
**********************************************/
969969

970970
// YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULL NAME FLAGS LAYOUT
971-
GAMEL( 1991, luckgrln, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Girl (newer Z180 based hardware)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln )
972-
GAMEL( 1991, luckstrn, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Star (newer Z180 based hardware)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln ) // missing internal ROM dump
971+
GAMEL( 1991, luckgrln, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Girl (newer Z180-based hardware)", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln )
972+
GAMEL( 1991, luckstrn, 0, luckgrln, luckgrln, luckgrln_state, init_luckgrln, ROT0, "Wing Co., Ltd.", "Lucky Star (newer Z180-based hardware)", MACHINE_NOT_WORKING | MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_luckgrln ) // missing internal ROM dump
973973
GAMEL( 1993, 7smash, 0, _7smash, _7smash, luckgrln_state, empty_init, ROT0, "Sovic", "7 Smash", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_7smash )

0 commit comments

Comments
 (0)