From 9fa1101ff371ec2a5ec34338b310864ea4b2b86e Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Tue, 20 Aug 2019 16:40:39 +0200 Subject: new not working machine ------------------------------------- Bubble Torneo [TeamEurope] --- src/mame/drivers/itgambl2.cpp | 16 +++++++++++++++- src/mame/mame.lst | 1 + 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/src/mame/drivers/itgambl2.cpp b/src/mame/drivers/itgambl2.cpp index 79ccaabe13e..48f1a2187ac 100644 --- a/src/mame/drivers/itgambl2.cpp +++ b/src/mame/drivers/itgambl2.cpp @@ -495,7 +495,7 @@ ROM_END PCB n. 2-0276 TE04.01 - Formely named "videopoker1" + Formerly named "videopoker1" */ ROM_START( te0144 ) @@ -512,6 +512,19 @@ ROM_START( te0144 ) ROM_LOAD( "pb0.bin", 0x00000, 0x20000, CRC(123ef964) SHA1(b36d91b58119c15211a54ff7d78c7137d638ea88) ) ROM_END +ROM_START( btorneo ) // Silkscreened on PCB: "2-0250" (same as elvis set) + ROM_REGION( 0x1000000, "maincpu", 0 ) /* all the program code is in here */ + ROM_LOAD( "a1-hd64f3337cp16.mcu", 0x00000, 0x4000, NO_DUMP ) + + ROM_REGION( 0x200000, "gfx1", 0 ) + ROM_LOAD( "bt01.bin", 0x000000, 0x80000, CRC(e95d4f0e) SHA1(0c1a3c5e26102215e806f351279c4ee7858bd152) ) + ROM_LOAD( "bt02.bin", 0x080000, 0x80000, CRC(177424a0) SHA1(d395dfb7af3ef44c99623101377cae152b0dda37) ) + ROM_LOAD( "bt03.bin", 0x100000, 0x80000, CRC(1984427e) SHA1(0200360f083019235f464ed9b96bf7f78a07df37) ) // same as the one in te0144 romset + ROM_LOAD( "bt04.bin", 0x180000, 0x80000, CRC(57de0f01) SHA1(b958497bdf890be4c8482c4c89c24fc9f02eebf9) ) + + ROM_REGION( 0x80000, "upd", 0 ) /* NEC D7759GC samples */ + ROM_LOAD( "bt05.bin", 0x00000, 0x80000, CRC(1a399d20) SHA1(c21122275cf595493a101f3ad98aa9e839c82871) ) // 11xxxxxxxxxxxxxxxxx = 0xFF +ROM_END /* Carta Magica (Ver 1.8) @@ -1158,6 +1171,7 @@ GAME( 200?, trstar2k, 0, itgambl2, itgambl2, itgambl2_state, empty_init, GAME( 2001, laser2k1, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Laser 2001 (Ver 1.2)", MACHINE_IS_SKELETON ) GAME( 2001, mdrink, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Magic Drink (Ver 1.2)", MACHINE_IS_SKELETON ) GAME( 2001, te0144, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Puzzle Bobble (Italian Gambling Game)", MACHINE_IS_SKELETON ) +GAME( 1999, btorneo, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Bubble Torneo", MACHINE_IS_SKELETON ) GAME( 200?, cmagica, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Carta Magica (Ver 1.8)", MACHINE_IS_SKELETON ) GAME( 200?, mcard_h8, cmagica, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Magic Card (H8, English)", MACHINE_IS_SKELETON ) GAME( 200?, millsun, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "", "Millennium Sun", MACHINE_IS_SKELETON ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index 808fac41a46..db3e4d8f82d 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -16234,6 +16234,7 @@ wfortune // (c) 1989 GameTek wfortunea // (c) 1989 GameTek @source:itgambl2.cpp +btorneo // (c) 1999 unknown cmagica // (c) 200? unknown granfrat // (c) 200? unknown mcard_h8 // (c) 200? unknown -- cgit v1.2.3