Previous 199869 Revisions Next

r37199 Thursday 16th April, 2015 at 08:54:52 UTC by David Haywood
new clones
Perfect Billiard (MC-8123, 317-5008) [PokeMame]

(CPU has a different sitcker, seems to function in same way as existing encrypted one tho)
[src/mame]mame.lst
[src/mame/drivers]freekick.c

trunk/src/mame/drivers/freekick.c
r245710r245711
756756   ROM_LOAD( "82s129.3c", 0x0500, 0x0100, CRC(cc1657e5) SHA1(358f20dce376c2389009f9673ce38b297af863f6) )
757757ROM_END
758758
759// all ROMs were HN4827128G-25, except 17, HN27256G-25
760// CPU module marked 3?7-500B, but seems to act the same as above
761ROM_START( pbillrdsa )
762   ROM_REGION( 0x18000, "maincpu", 0 ) /* Z80 Code */
763   ROM_LOAD( "29",  0x00000, 0x4000, CRC(da020258) SHA1(172276061c2e06bcf3477488734a72598412181b) ) /* encrypted */ // label scraped off, might be 20
764   ROM_LOAD( "17",  0x04000, 0x4000, CRC(9bb3d467) SHA1(5d61c80c920363cbcb548f4a08434e2a05b3d5f3) ) /* encrypted */
765   ROM_CONTINUE(          0x10000, 0x4000 )
766   ROM_LOAD( "19", 0x14000, 0x4000, CRC(2335e6dd) SHA1(82352b6f4abea88aad3a96ca63cccccb6e278f48) ) /* encrypted */
767
768   ROM_REGION( 0x2000, "user1", 0 ) /* MC8123 key */
769   ROM_LOAD( "317-0030.key", 0x0000, 0x2000, CRC(9223f06d) SHA1(51a22a4c80fe273526bde68918c13c6476cec383) )
770
771   ROM_REGION( 0xc000, "gfx1", 0 ) /* GFX */
772   ROM_LOAD( "pb.4", 0x000000, 0x04000, CRC(2f4d4dd3) SHA1(ee4facabf591c235c270db4f4d3f612b8c474e57) )
773   ROM_LOAD( "pb.5", 0x004000, 0x04000, CRC(9dfccbd3) SHA1(66ad8882f36630312b488d5d67ae554477574c31) )
774   ROM_LOAD( "pb.6", 0x008000, 0x04000, CRC(b5c3f6f6) SHA1(586b47587619a766cf977b74978550aff41a58cc) )
775
776   ROM_REGION( 0xc000, "gfx2", 0 ) /* GFX */
777   ROM_LOAD( "1", 0x000000, 0x04000, CRC(c8ed651e) SHA1(9ddeb7906e0772f344af1d4f74755694cade1f97) )
778   ROM_LOAD( "3", 0x004000, 0x04000, CRC(5282fc86) SHA1(dd8938489071ce61dc9bd4fed5a28403131e5706) )
779   ROM_LOAD( "2", 0x008000, 0x04000, CRC(e9f73f5b) SHA1(470ad3b0d13269b098eec9d81956d70ac3aebc39) )
780
781   ROM_REGION( 0x0600, "proms", 0 )
782   ROM_LOAD( "82s129.3a", 0x0000, 0x0100, CRC(44802169) SHA1(f181d80185e0f87ee906d2b40e3a5deb6f563aa2) )
783   ROM_LOAD( "82s129.4d", 0x0100, 0x0100, CRC(69ca07cc) SHA1(38ab08174633b53d70a38aacb40059a25cf12069) )
784   ROM_LOAD( "82s129.4a", 0x0200, 0x0100, CRC(145f950a) SHA1(b007d0c1cc9545e0e241b39b79a48593d457f826) )
785   ROM_LOAD( "82s129.3d", 0x0300, 0x0100, CRC(43d24e17) SHA1(de5c9391574781dcd8f244794010e8eddffa1c1e) )
786   ROM_LOAD( "82s129.3b", 0x0400, 0x0100, CRC(7fdc872c) SHA1(98572560aa524490489d4202dba292a5af9f15e7) )
787   ROM_LOAD( "82s129.3c", 0x0500, 0x0100, CRC(cc1657e5) SHA1(358f20dce376c2389009f9673ce38b297af863f6) )
788ROM_END
789
759790/*
760791
761792The original Freekick boards have the main CPU code inside a custom CPU "block". This code is stored in battery
r245710r245711
11711202GAME( 1986, gigasm2b,  0,        gigas,     gigasm2,  freekick_state, gigasb,  ROT270, "bootleg",                      "Gigas Mark II (bootleg)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
11721203GAME( 1987, pbillrd,   0,        pbillrd,   pbillrd,  driver_device,  0,       ROT0,   "Nihon System",                 "Perfect Billiard", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
11731204GAME( 1987, pbillrds,  pbillrd,  pbillrd,   pbillrd,  freekick_state, pbillrds,ROT0,   "Nihon System",                 "Perfect Billiard (MC-8123, 317-0030)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
1205GAME( 1987, pbillrdsa, pbillrd,  pbillrd,   pbillrd,  freekick_state, pbillrds,ROT0,   "Nihon System",                 "Perfect Billiard (MC-8123, 317-5008)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE ) // sticker on CPU module different (wrong?) functionality the same
11741206GAME( 1987, freekick,  0,        freekickb, freekck,  driver_device, 0,        ROT270, "Nihon System (Merit license)", "Free Kick (NS6201-A 1987.10)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
11751207GAME( 1987, freekicka, freekick, freekickb, freekck,  driver_device, 0,        ROT270, "Nihon System",                 "Free Kick (NS6201-A 1987.9)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
11761208GAME( 1987, freekickb1,freekick, freekickb, freekck,  driver_device, 0,        ROT270, "bootleg",                      "Free Kick (bootleg set 1)", GAME_NO_COCKTAIL | GAME_SUPPORTS_SAVE )
trunk/src/mame/mame.lst
r245710r245711
1004210042gigasm2b        // (c) 1986 bootleg
1004310043oigas           // (c) 1986 bootleg
1004410044pbillrd         // (c) 1987 Nihon System
10045pbillrds        // (c) 1988 Nihon System (+ optional Sega)
10045pbillrds        // (c) 1987 Nihon System (Sega license?)
10046pbillrdsa       // (c) 1987 Nihon System (Sega license?)
1004610047freekick        // (c) 1988 Nihon System licensed to Merit (+ optional Sega) NS6201-A 1987.10
1004710048freekicka       // (c) 1988 Nihon System (+ optional Sega) NS6201-A 1987.9
1004810049freekickb1      // (c) 1987 bootleg


Previous 199869 Revisions Next


© 1997-2024 The MAME Team