summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-04-24 15:42:10 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-04-24 15:42:10 +0000
commit9402c42533b8e336889f6c2030b529b1a24010d2 (patch)
treea1d1df592207a6b4fdce1e39a8238323179e9fc9
parent45d9031cc8f97a97d043a18c9db30a3b5260e3b6 (diff)
Utterly broken noise doesn't necessarily mean having imperfect sound ...
-rw-r--r--src/mame/drivers/cop01.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cop01.c b/src/mame/drivers/cop01.c
index b6039df8592..604d71b09df 100644
--- a/src/mame/drivers/cop01.c
+++ b/src/mame/drivers/cop01.c
@@ -660,4 +660,4 @@ static DRIVER_INIT( mightguy )
GAME( 1985, cop01, 0, cop01, cop01, 0, ROT0, "Nichibutsu", "Cop 01 (set 1)", GAME_SUPPORTS_SAVE )
GAME( 1985, cop01a, cop01, cop01, cop01, 0, ROT0, "Nichibutsu", "Cop 01 (set 2)", GAME_SUPPORTS_SAVE )
-GAME( 1986, mightguy, 0, mightguy, mightguy, mightguy, ROT270, "Nichibutsu", "Mighty Guy", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
+GAME( 1986, mightguy, 0, mightguy, mightguy, mightguy, ROT270, "Nichibutsu", "Mighty Guy", GAME_NOT_WORKING | GAME_UNEMULATED_PROTECTION | GAME_NO_SOUND | GAME_SUPPORTS_SAVE )