Previous 199869 Revisions Next

r20403 Tuesday 22nd January, 2013 at 17:36:43 UTC by Roberto Fresca
New games marked as GAME_NOT_WORKING
------------------------------------
Rugby? (four roses hardware) [Any, The Dumping Union, Roberto Fresca]
[src/mame]mame.lst
[src/mame/drivers]4roses.c

trunk/src/mame/mame.lst
r20402r20403
1044810448vcarn           // (c) 1999 Electronic Projects
10449104494roses          // (c) 1999 Unknown
10450104504rosesa         // (c) 1999 Unknown
10451rugby           // (c) 1999 C.M.C.
1045110452big10           // (c) 198? Unknown
1045210453bingor1         // (c) 2002 Unknown
1045310454bingor2         // (c) 2002 Unknown
trunk/src/mame/drivers/4roses.c
r20402r20403
456456   ROM_LOAD( "palce22v10h.u29", 0x0000, 0x02dd, BAD_DUMP CRC(5c4e9024) SHA1(e9d1e4df3d79c21f4ce053a84bb7b7a43d650f91) )
457457ROM_END
458458
459/*
4602x 6821
4616845
462AY-3-8910
459463
464no cpu... cpu seem a 44 plcc chip with name scratched off...
465
466pcb is almost the same as "Four Roses"
467*/
468ROM_START( rugby )
469   ROM_REGION( 0x10000, "maincpu", 0 ) /* encrypted program ROM...*/
470   ROM_LOAD( "rugby1.u15", 0x00000, 0x10000, CRC(6ac45fa7) SHA1(dba936d236d57172e56143a9858e5052009e4346) )
471
472   ROM_REGION( 0x0400,  "mcu", 0 ) /* protected... no dump available */
473   ROM_LOAD( "ep87c750ebpn_no_dump.u41", 0x0000, 0x0400, NO_DUMP )
474
475   ROM_REGION( 0x80000, "gfx1", 0 )
476   ROM_LOAD( "rugby2.u17", 0x00000, 0x40000, CRC(822eb316) SHA1(8568f5a67f6a54858841e6832dc987f72dd911e2) )
477   ROM_LOAD( "rugby3.u18", 0x40000, 0x40000, CRC(536c56c1) SHA1(a7812f0a854c5138fb7412d656de128ff094010f) )
478
479   ROM_REGION( 0x10000, "proms", 0 )
480   ROM_LOAD( "rugby4.u5", 0x00000, 0x10000, CRC(dc1eb4cd) SHA1(fb7b933a6e4307ee693c4f4bb3630b98a0c60f16) )
481ROM_END
482
483
460484/**************************
461485*  Driver Initialization  *
462486**************************/
r20402r20403
470494*      Game Drivers      *
471495*************************/
472496
473/*    YEAR  NAME     PARENT  MACHINE  INPUT   INIT    ROT    COMPANY    FULLNAME                        FLAGS  */
497/*    YEAR  NAME     PARENT  MACHINE  INPUT    STATE         INIT    ROT    COMPANY      FULLNAME                        FLAGS  */
474498GAME( 1999, 4roses,  0,      4roses,  4roses, _4roses_state, 4roses, ROT0, "<unknown>", "Four Roses (encrypted, set 1)", GAME_IMPERFECT_GRAPHICS | GAME_WRONG_COLORS | GAME_UNEMULATED_PROTECTION | GAME_NO_SOUND | GAME_NOT_WORKING )
475499GAME( 1999, 4rosesa, 4roses, 4roses,  4roses, _4roses_state, 4roses, ROT0, "<unknown>", "Four Roses (encrypted, set 2)", GAME_IMPERFECT_GRAPHICS | GAME_WRONG_COLORS | GAME_UNEMULATED_PROTECTION | GAME_NO_SOUND | GAME_NOT_WORKING )
500GAME( 1999, rugby,   0,      4roses,  4roses, _4roses_state, 4roses, ROT0, "C.M.C.",    "Rugby? (four roses hardware)",  GAME_IMPERFECT_GRAPHICS | GAME_WRONG_COLORS | GAME_UNEMULATED_PROTECTION | GAME_NO_SOUND | GAME_NOT_WORKING )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team