trunk/src/mame/drivers/highvdeo.cpp
| r252925 | r252926 | |
| 1408 | 1408 | ROM_LOAD( "t41.bin", 0x00000, 0x80000, CRC(6f694406) SHA1(ec8b8baba0ee1bfe8986ce978412ee4de06f1906) ) |
| 1409 | 1409 | ROM_END |
| 1410 | 1410 | |
| 1411 | |
| 1412 | ROM_START( galeone ) |
| 1413 | ROM_REGION( 0x100000, "user1", 0 ) /* V30 Code */ |
| 1414 | ROM_LOAD16_BYTE( "model.A8-vers.1.0.ic8", 0x00001, 0x40000, CRC(b9e1e7ce) SHA1(4e036285b26dc0a313e76259b7e67c8d55322c84) ) |
| 1415 | ROM_RELOAD(0x80001,0x40000) |
| 1416 | ROM_LOAD16_BYTE( "model.A7-vers.1.0.ic7", 0x00000, 0x40000, CRC(1940b738) SHA1(81e40de8df4dc838342bf966658110989a233731) ) |
| 1417 | ROM_RELOAD(0x80000,0x40000) |
| 1418 | |
| 1419 | ROM_REGION( 0x040000, "boot_prg", 0 ) /* copy for program code */ |
| 1420 | ROM_COPY( "user1", 0x040000, 0x000000, 0x40000 ) |
| 1421 | |
| 1422 | ROM_REGION( 0x080000, "oki", 0 ) /* M6376 Samples */ |
| 1423 | ROM_LOAD( "model.GA-vers.1.ic25", 0x00000, 0x80000, CRC(4c2c2cc1) SHA1(20da29b2f1dd1f86ec23d9dbdaa9470878e900e2) ) |
| 1424 | ROM_END |
| 1425 | |
| 1411 | 1426 | /* |
| 1412 | 1427 | CPU |
| 1413 | 1428 | |
| r252925 | r252926 | |
| 1635 | 1650 | GAMEL( 2000, nyjoker, 0, nyjoker, nyjoker, driver_device, 0, ROT0, "High Video", "New York Joker", 0, layout_fashion ) |
| 1636 | 1651 | GAMEL( 2000, cfever1k, 0, tv_tcf, tv_tcf, driver_device, 0, ROT0, "High Video", "Casino Fever 1k", 0, layout_fashion ) |
| 1637 | 1652 | GAMEL( 2000, girotutt, 0, tv_tcf, tv_tcf, driver_device, 0, ROT0, "High Video", "GiroTutto", 0, layout_fashion ) |
| 1653 | GAMEL( 2000, galeone, 0, nyjoker, nyjoker, driver_device, 0, ROT0, "San Remo Games", "Il Galeone", 0, layout_fashion ) |
| 1638 | 1654 | GAMEL( 2000, ciclone, 0, ciclone, tv_tcf, highvdeo_state, ciclone, ROT0, "High Video", "Ciclone", 0, layout_fashion ) |
| 1639 | 1655 | GAMEL( 2000, newmcard, 0, newmcard, tv_tcf, driver_device, 0, ROT0, "High Video", "New Magic Card", 0, layout_fashion ) |
| 1640 | 1656 | GAMEL( 2000, brasil, 0, brasil, brasil, driver_device, 0, ROT0, "High Video", "Bra$il (Version 3)", 0, layout_fashion ) |