diff options
author | 2024-11-28 07:01:01 +0100 | |
---|---|---|
committer | 2024-11-28 07:01:01 +0100 | |
commit | 2b6309f7253a0c659337039a06a2bd7abbb51792 (patch) | |
tree | 982848914ebfae05c8f00cf8de8d2817230ec281 /src | |
parent | 3affaa7853f258da481832973effed39cee194d4 (diff) |
wing/luckgrln.cpp: added missing MNW flag for luckstrn
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/wing/luckgrln.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/wing/luckgrln.cpp b/src/mame/wing/luckgrln.cpp index 654a8358a46..bbe42c42118 100644 --- a/src/mame/wing/luckgrln.cpp +++ b/src/mame/wing/luckgrln.cpp @@ -969,5 +969,5 @@ 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_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 ) |