summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ron.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ron.cpp')
-rw-r--r--src/mame/drivers/ron.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mame/drivers/ron.cpp b/src/mame/drivers/ron.cpp
index 8501d66e877..fb7efce214e 100644
--- a/src/mame/drivers/ron.cpp
+++ b/src/mame/drivers/ron.cpp
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Angelo Salese
+// copyright-holders:Angelo Salese, AJR
/***************************************************************************
Ron II Mah-Jongg (c) 1981 Sanritsu
@@ -7,6 +7,7 @@
TODO:
- colors;
- dip switches;
+ - sound, especially f/f part;
============================================================================
Debug cheats:
@@ -546,4 +547,4 @@ ROM_START( ron2 )
ROM_LOAD( "82s129_4.2m", 0x100, 0x100, CRC(f3c05d59) SHA1(bd48963aa9f2bedaa0c1fd031d7c93089161d1d9) )
ROM_END
-GAME( 1981, ron2, 0, ron, ron, ron_state, 0, ROT270, "Sanritsu", "Ron II Mah-Jongg", MACHINE_NOT_WORKING | MACHINE_WRONG_COLORS )
+GAME( 1981, ron2, 0, ron, ron, ron_state, 0, ROT270, "Sanritsu", "Ron II Mah-Jongg", MACHINE_IMPERFECT_SOUND | MACHINE_WRONG_COLORS )