ron2: Correct game title based on flyer

This commit is contained in:
AJR 2019-03-30 08:38:07 -04:00
parent ddca2da42d
commit 3602678271

View File

@ -2,7 +2,7 @@
// copyright-holders:Angelo Salese, AJR
/***************************************************************************
Ron II Mah-Jongg (c) 1981 Sanritsu
Futari Mahjong Ron II (c) 1981 Sanritsu
TODO:
- colors;
@ -559,4 +559,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, empty_init, ROT270, "Sanritsu", "Ron II Mah-Jongg", MACHINE_IMPERFECT_SOUND | MACHINE_WRONG_COLORS )
GAME( 1981, ron2, 0, ron, ron, ron_state, empty_init, ROT270, "Sanritsu", "Futari Mahjong Ron II", MACHINE_IMPERFECT_SOUND | MACHINE_WRONG_COLORS )