mirror of
https://github.com/holub/mame
synced 2025-05-13 09:28:13 +03:00
ron2: Correct game title based on flyer
This commit is contained in:
parent
ddca2da42d
commit
3602678271
@ -2,7 +2,7 @@
|
|||||||
// copyright-holders:Angelo Salese, AJR
|
// copyright-holders:Angelo Salese, AJR
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Ron II Mah-Jongg (c) 1981 Sanritsu
|
Futari Mahjong Ron II (c) 1981 Sanritsu
|
||||||
|
|
||||||
TODO:
|
TODO:
|
||||||
- colors;
|
- colors;
|
||||||
@ -559,4 +559,4 @@ ROM_START( ron2 )
|
|||||||
ROM_LOAD( "82s129_4.2m", 0x100, 0x100, CRC(f3c05d59) SHA1(bd48963aa9f2bedaa0c1fd031d7c93089161d1d9) )
|
ROM_LOAD( "82s129_4.2m", 0x100, 0x100, CRC(f3c05d59) SHA1(bd48963aa9f2bedaa0c1fd031d7c93089161d1d9) )
|
||||||
ROM_END
|
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 )
|
||||||
|
Loading…
Reference in New Issue
Block a user