trunk/src/mame/drivers/itgambl2.c
| r22911 | r22912 | |
| 920 | 920 | ROM_LOAD( "xninesnd.bin", 0x00000, 0x20000, CRC(9dab99a6) SHA1(ce34056dd964be32359acd2e53a6101cb4d9ddff) ) |
| 921 | 921 | ROM_END |
| 922 | 922 | |
| 923 | ROM_START( thedrink ) |
| 924 | ROM_REGION( 0x1000000, "maincpu", 0 ) /* all the program code is in here */ |
| 925 | ROM_LOAD( "thedrink_hd64f3337cp16.mcu", 0x00000, 0x4000, NO_DUMP ) |
| 923 | 926 | |
| 927 | ROM_REGION( 0x200000, "gfx1", 0 ) |
| 928 | ROM_LOAD( "the-drink-ep1.bin", 0x000000, 0x80000, CRC(9d0f61ad) SHA1(8e45afdd7e31a830b62b3dc85e21e9bc024262ff) ) |
| 929 | ROM_LOAD( "the-drink-ep2.bin", 0x080000, 0x80000, CRC(b21f349a) SHA1(c46b95af869a648a17e0dd8f0eb82d5e347289ab) ) |
| 930 | ROM_LOAD( "the-drink-ep3.bin", 0x100000, 0x80000, CRC(bb1af614) SHA1(77496efc361b6fd2b4bac0304032ea44e47d1819) ) |
| 931 | ROM_LOAD( "the-drink-ep4.bin", 0x180000, 0x80000, CRC(f02a6387) SHA1(59d2a20d4fa9c78ef49c9afe82939c0a882012cc) ) |
| 932 | |
| 933 | ROM_REGION( 0x20000, "upd", 0 ) /* NEC D7759GC samples */ |
| 934 | ROM_LOAD( "the-drink-msg0.bin", 0x00000, 0x20000, CRC(5eefd405) SHA1(7b1d91181f5078c55cfa623d7e8fc5b4ebfff110) ) |
| 935 | ROM_END |
| 936 | |
| 937 | ROM_START( unkh8gam ) |
| 938 | ROM_REGION( 0x1000000, "maincpu", 0 ) /* all the program code is in here */ |
| 939 | ROM_LOAD( "unkh8gam.mcu", 0x00000, 0x4000, NO_DUMP ) |
| 940 | |
| 941 | ROM_REGION( 0x180000, "gfx1", 0 ) |
| 942 | ROM_LOAD( "24.bin", 0x000000, 0x80000, CRC(240eb4bf) SHA1(f79a735ed290f84a44411127af3e16a514b62b6b) ) |
| 943 | ROM_LOAD( "25.bin", 0x080000, 0x80000, CRC(c273c0ce) SHA1(8774cb101fccf1d97d66816df56dec8fa4e24ee6) ) |
| 944 | ROM_LOAD( "26.bin", 0x100000, 0x80000, CRC(0293b9bb) SHA1(00794fab4d9deb2ca5ce352ac7ed7aedb59bec7b) ) |
| 945 | |
| 946 | ROM_REGION( 0x20000, "upd", 0 ) /* NEC D7759GC samples */ |
| 947 | ROM_LOAD( "30.bin", 0x00000, 0x20000, CRC(72e56518) SHA1(7afdd6434beeea22673228c2417e4dee253a42b5) ) |
| 948 | ROM_END |
| 949 | |
| 950 | |
| 924 | 951 | /************************* |
| 925 | 952 | * Game Drivers * |
| 926 | 953 | *************************/ |
| 927 | 954 | |
| 928 | | /* YEAR NAME PARENT MACHINE INPUT INIT ROT COMPANY FULLNAME FLAGS */ |
| 955 | /* YEAR NAME PARENT MACHINE INPUT STATE INIT ROT COMPANY FULLNAME FLAGS */ |
| 929 | 956 | GAME( 1999, ntcash, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "NtCash", GAME_IS_SKELETON ) |
| 930 | 957 | GAME( 1999, wizard, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "A.A.", "Wizard (Ver 1.0)", GAME_IS_SKELETON ) |
| 931 | 958 | GAME( 200?, trstar2k, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "A.M.", "Triple Star 2000", GAME_IS_SKELETON ) |
| r22911 | r22912 | |
| 937 | 964 | GAME( 200?, sspac2k1, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Super Space 2001", GAME_IS_SKELETON ) |
| 938 | 965 | GAME( 200?, elvis, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Elvis?", GAME_IS_SKELETON ) |
| 939 | 966 | GAME( 200?, sstar, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Super Star", GAME_IS_SKELETON ) |
| 940 | | GAME( 2001, pirati, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "Cin", "Pirati", GAME_IS_SKELETON ) |
| 967 | GAME( 2001, pirati, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "Cin", "Pirati", GAME_IS_SKELETON ) |
| 941 | 968 | GAME( 200?, mnumitg, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Magic Number (Italian Gambling Game, Ver 1.5)", GAME_IS_SKELETON ) |
| 942 | 969 | GAME( 200?, mclass, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Magic Class (Ver 2.2)", GAME_IS_SKELETON ) |
| 943 | 970 | GAME( 200?, europass, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Euro Pass (Ver 1.1)", GAME_IS_SKELETON ) |
| 971 | GAME( 200?, thedrink, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "The Drink", GAME_IS_SKELETON ) |
| 972 | GAME( 200?, unkh8gam, 0, itgambl2, itgambl2, driver_device, 0, ROT0, "<unknown>", "Unknown H8 Italian Gambling game", GAME_IS_SKELETON ) |