mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +03:00
new not working machine
------------------------------------- Bubble Torneo [TeamEurope]
This commit is contained in:
parent
bd62fd5fa9
commit
9fa1101ff3
@ -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, "<unknown>", "Laser 2001 (Ver 1.2)", MACHINE_IS_SKELETON )
|
||||
GAME( 2001, mdrink, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "<unknown>", "Magic Drink (Ver 1.2)", MACHINE_IS_SKELETON )
|
||||
GAME( 2001, te0144, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "<unknown>", "Puzzle Bobble (Italian Gambling Game)", MACHINE_IS_SKELETON )
|
||||
GAME( 1999, btorneo, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "<unknown>", "Bubble Torneo", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, cmagica, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "<unknown>", "Carta Magica (Ver 1.8)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, mcard_h8, cmagica, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "<unknown>", "Magic Card (H8, English)", MACHINE_IS_SKELETON )
|
||||
GAME( 200?, millsun, 0, itgambl2, itgambl2, itgambl2_state, empty_init, ROT0, "<unknown>", "Millennium Sun", MACHINE_IS_SKELETON )
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user