mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Added date and year...
This commit is contained in:
parent
bdcdca41a7
commit
27c129e2b3
@ -465,7 +465,7 @@ ROM_START( perfect ) // Perfect Game (Russian)
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( reelemin ) // Reel 'Em In (English)
|
||||
ROM_START( reelemin ) // Reel 'Em In (English) / U4 01/22/97
|
||||
ROM_REGION(0x100000, "maincpu", 0)
|
||||
ROM_LOAD( "reel_'em_in.xu3", 0x0000, 0x100000, CRC(a3840965) SHA1(1e782bb5eaeabce0d1a07eb895d344028364cd4f) )
|
||||
|
||||
@ -626,7 +626,7 @@ GAME( 200?, mtburn, 0, wms, wms, wms_state, wms, ROT0, "WMS
|
||||
GAME( 200?, mtburnr, mtburn, wms, wms, wms_state, wms, ROT0, "WMS", "Money To Burn (Russian)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, otchart, 0, wms, wms, wms_state, wms, ROT0, "WMS", "Off The Charts (Russian)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, perfect, 0, wms, wms, wms_state, wms, ROT0, "WMS", "Perfect Game (Russian)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, reelemin, 0, wms, wms, wms_state, wms, ROT0, "WMS", "Reel 'Em In (English)", MACHINE_IS_SKELETON )
|
||||
GAME( 1997, reelemin, 0, wms, wms, wms_state, wms, ROT0, "WMS", "Reel 'Em In (English)", MACHINE_IS_SKELETON ) // U4 01/22/97
|
||||
GAME( 200?, reeleminr, reelemin, wms, wms, wms_state, wms, ROT0, "WMS", "Reel 'Em In (Russian)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, sonoth, 0, wms, wms, wms_state, wms, ROT0, "WMS", "Something For Nothing (Russian)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, swingin, 0, wms, wms, wms_state, wms, ROT0, "WMS", "Swingin In The Green (Russian)", MACHINE_IS_SKELETON )
|
||||
|
@ -38422,7 +38422,7 @@ mtburn // Money To Burn (English)
|
||||
mtburnr // Money To Burn (Russian)
|
||||
otchart // Off The Charts (Russian)
|
||||
perfect // Perfect Game (Russian)
|
||||
reelemin // Reel 'Em In (English)
|
||||
reelemin // Reel 'Em In (English) - (c) 1997 WMS
|
||||
reeleminr // Reel 'Em In (Russian)
|
||||
sonoth // Sum Of Nothing (Russian)
|
||||
swingin // Swingin' Green (Russian)
|
||||
|
Loading…
Reference in New Issue
Block a user