New working clones

------------------
Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 1) [TeamEurope, f205v, Roberto Fresca]
Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 2) [TeamEurope, f205v, Roberto Fresca]
This commit is contained in:
Roberto Fresca 2023-06-25 09:00:04 +02:00
parent 1546c257e2
commit b5f830e977
2 changed files with 77 additions and 14 deletions

View File

@ -30415,6 +30415,8 @@ fruitstbb // 1997 Webak
fruitstbc // 1997 Webak
fruitstbd // 1997 Webak
fruitstbe // 1999 Webak
fruitstbf // 1997 Webak
fruitstbg // 1997 Webak
@source:misc/mtu130.cpp
mtu130

View File

@ -15,7 +15,9 @@
* Fruit Star Bonus (Ver 8.20PIR), 1997, Webak Elektronik.
* Fruit Star Bonus (Ver 8.36UNG-1100), 1996, Webak Elektronik.
* Fruit Star Bonus (Ver 8.30UNG-200), 1996, Webak Elektronik.
* Fruit Star Bonus (Ver 8.23PSTK, Steiermark), 199?, Webak Elektronik.
* Fruit Star Bonus (Ver 8.23PSTK, Steiermark), 1999, Webak Elektronik.
* Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 1), 1997, Webak Elektronik.
* Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 2), 1997, Webak Elektronik.
*****************************************************************************************
@ -1132,6 +1134,63 @@ ROM_START( fruitstbe )
ROM_LOAD( "82s131.ic47", 0x0000, 0x0200, CRC(54565d41) SHA1(8e412a3441c9c1e7f8309f2087389ac4250896e6) )
ROM_END
/*
Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 1)
MPU11 Number: 9650.
Program flash ROM is inside a CPU epoxy block
with M6809 CPU and one PLD.
BGL => Burgenland, Austria.
*/
ROM_START( fruitstbf )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "p28f512_817bgl-3_box.ic2", 0x8000, 0x8000, CRC(9562ab0b) SHA1(e60bec86d9ad8f41f726efa29279b467a72d600d) )
ROM_IGNORE( 0x8000 ) // second half is filled with 0xff, vectors are at the end of the 1st half.
ROM_REGION( 0x30000, "gfx1", 0 )
ROM_LOAD( "fu_3.ic39", 0x00000, 0x10000, CRC(81ad7752) SHA1(b5be715c9c1e0c20f63bfb2f9dcbadafe758a098) )
ROM_LOAD( "fu_2.ic38", 0x10000, 0x10000, CRC(0a7126aa) SHA1(28a05ca824922bb362b86f25f300833db30a91ae) )
ROM_LOAD( "fu_1.ic37", 0x20000, 0x10000, CRC(eaa231ad) SHA1(6c6d708a05b23b8b3f1f5844a587ae6d06940486) )
ROM_REGION( 0x0200, "proms", 0 )
ROM_LOAD( "am27s29.ic46", 0x0000, 0x0200, CRC(ee576268) SHA1(8964526fa253f484d784aec46c4c31358bc1667b) )
ROM_REGION( 0x0200, "proms2", 0 )
ROM_LOAD( "82s131.ic47", 0x0000, 0x0200, CRC(54565d41) SHA1(8e412a3441c9c1e7f8309f2087389ac4250896e6) )
ROM_END
/*
Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 2)
MPU11 Number: 9651. (program settings shows 5960)
Date: 3/97.
Program flash ROM is inside a CPU epoxy block
with M6809 CPU and one PLD.
BGL => Burgenland, Austria.
Program has 4 bytes different to the other set.
*/
ROM_START( fruitstbg )
ROM_REGION( 0x10000, "maincpu", 0 )
ROM_LOAD( "m28f512_8.17bgl-3_box.ic2", 0x8000, 0x8000, CRC(3a11823d) SHA1(7b7c21ad0f2f877274e0b99c8eb74398685705ae) )
ROM_IGNORE( 0x8000 ) // second half is filled with 0xff, vectors are at the end of the 1st half.
ROM_REGION( 0x30000, "gfx1", 0 )
ROM_LOAD( "fu3.ic39", 0x00000, 0x10000, CRC(81ad7752) SHA1(b5be715c9c1e0c20f63bfb2f9dcbadafe758a098) )
ROM_LOAD( "fu2.ic38", 0x10000, 0x10000, CRC(0a7126aa) SHA1(28a05ca824922bb362b86f25f300833db30a91ae) )
ROM_LOAD( "fu1.ic37", 0x20000, 0x10000, CRC(eaa231ad) SHA1(6c6d708a05b23b8b3f1f5844a587ae6d06940486) )
ROM_REGION( 0x0200, "proms", 0 )
ROM_LOAD( "am27s29.ic46", 0x0000, 0x0200, CRC(ee576268) SHA1(8964526fa253f484d784aec46c4c31358bc1667b) )
ROM_REGION( 0x0200, "proms2", 0 )
ROM_LOAD( "82s131.ic47", 0x0000, 0x0200, CRC(54565d41) SHA1(8e412a3441c9c1e7f8309f2087389ac4250896e6) )
ROM_END
/********************************
* Driver Init *
@ -1156,3 +1215,5 @@ GAMEL( 1997, fruitstbb, fruitstb, mpu12wbk, mpu12wbk, mpu12wbk_state, init_mpu12
GAMEL( 1996, fruitstbc, fruitstb, mpu12wbk, mpu12wbk, mpu12wbk_state, init_mpu12wbk, ROT0, "Webak Elektronik", "Fruit Star Bonus (Ver 8.36UNG-1100)", 0, layout_fruitstb )
GAMEL( 1996, fruitstbd, fruitstb, mpu12wbk, mpu12wbk, mpu12wbk_state, init_mpu12wbk, ROT0, "Webak Elektronik", "Fruit Star Bonus (Ver 8.30UNG-200)", 0, layout_fruitstb )
GAMEL( 1999, fruitstbe, fruitstb, mpu12wbk, mpu12wbk, mpu12wbk_state, init_mpu12wbk, ROT0, "Webak Elektronik", "Fruit Star Bonus (Ver 8.23PSTK, Steiermark)", 0, layout_fruitstb )
GAMEL( 1997, fruitstbf, fruitstb, mpu12wbk, mpu12wbk, mpu12wbk_state, init_mpu12wbk, ROT0, "Webak Elektronik", "Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 1)", 0, layout_fruitstb )
GAMEL( 1997, fruitstbg, fruitstb, mpu12wbk, mpu12wbk, mpu12wbk_state, init_mpu12wbk, ROT0, "Webak Elektronik", "Fruit Star Bonus (Ver 8.17BGL-3, Burgenland, set 2)", 0, layout_fruitstb )