diff options
author | 2024-12-30 07:34:27 +1100 | |
---|---|---|
committer | 2024-12-30 07:34:27 +1100 | |
commit | e9b194d1c57c5f7de6463c8d4d54b8293fab0635 (patch) | |
tree | 307033034c0f8524906efa303773e5dff89de29b | |
parent | 4e998fda386fbaa737d4f90942ff35deef54ef97 (diff) |
Corrected some metadata.
-rw-r--r-- | hash/apple2_flop_misc.xml | 2 | ||||
-rw-r--r-- | hash/ibm5170_cdrom.xml | 2 | ||||
-rw-r--r-- | src/mame/wing/luckgrln.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/hash/apple2_flop_misc.xml b/hash/apple2_flop_misc.xml index b030248391f..f9c002dde32 100644 --- a/hash/apple2_flop_misc.xml +++ b/hash/apple2_flop_misc.xml @@ -50,7 +50,7 @@ Generated by SLIST 0.2.1 </software> <software name="a2diag31"> - <description>Apple II Diagnostic Disk (version 3.1)(800K 3.5")</description> + <description>Apple II Diagnostic Disk (version 3.1) (800K 3.5")</description> <year>1991</year> <publisher>Apple Computer</publisher> <info name="usage" value="Requires an Apple IIgs, IIc+, //c, //e with a compatible drive controller card." /> diff --git a/hash/ibm5170_cdrom.xml b/hash/ibm5170_cdrom.xml index 63870ca2802..d5fd13a59b1 100644 --- a/hash/ibm5170_cdrom.xml +++ b/hash/ibm5170_cdrom.xml @@ -8038,7 +8038,7 @@ Installation and Open Circulation CDs are bootable. </software> <software name="winnt40e" cloneof="winnt40"> - <description>Windows NT Server, Enterpise Edition 4.0 (4.0.1381.4)</description> + <description>Windows NT Server, Enterprise Edition 4.0 (4.0.1381.4)</description> <year>1997</year> <publisher>Microsoft</publisher> <notes><![CDATA[ diff --git a/src/mame/wing/luckgrln.cpp b/src/mame/wing/luckgrln.cpp index bbe42c42118..40a805d52a6 100644 --- a/src/mame/wing/luckgrln.cpp +++ b/src/mame/wing/luckgrln.cpp @@ -968,6 +968,6 @@ ROM_END **********************************************/ // YEAR NAME PARENT MACHINE INPUT CLASS INIT ROT COMPANY FULL NAME FLAGS LAYOUT -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 ) -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 +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 ) +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 GAMEL( 1993, 7smash, 0, _7smash, _7smash, luckgrln_state, empty_init, ROT0, "Sovic", "7 Smash", MACHINE_NO_SOUND | MACHINE_SUPPORTS_SAVE, layout_7smash ) |