trunk/src/mame/drivers/pastelg.c
| r31295 | r31296 | |
| 512 | 512 | ROM_LOAD( "pgal_bp2.bin", 0x0020, 0x0020, CRC(4433021e) SHA1(e0d6619a193d26ad24788d4af5ef01ee89cffacd) ) |
| 513 | 513 | ROM_END |
| 514 | 514 | |
| 515 | | ROM_START( 3ds ) |
| 515 | ROM_START( threeds ) |
| 516 | 516 | ROM_REGION( 0x10000, "maincpu", 0 ) /* program */ |
| 517 | 517 | ROM_LOAD( "up9.9a", 0x00000, 0x04000, CRC(bc0e7cfd) SHA1(4e84f573fb2c1228757d34b8bc69649b145d9707) ) |
| 518 | 518 | ROM_LOAD( "up10.10a", 0x04000, 0x04000, CRC(e185d9f5) SHA1(98d4a824ed6a89e42543fb87daed33ef606bcced) ) |
| r31295 | r31296 | |
| 543 | 543 | |
| 544 | 544 | ROM_REGION( 0x08000, "voice", ROMREGION_ERASE00 ) /* voice */ |
| 545 | 545 | |
| 546 | | ROM_REGION( 0x38000, "gfx1", 0 ) /* gfx - the same as 3ds */ |
| 546 | ROM_REGION( 0x38000, "gfx1", 0 ) /* gfx - the same as threeds */ |
| 547 | 547 | ROM_LOAD( "dg1.ic11", 0x00000, 0x08000, CRC(5734ca7d) SHA1(d22b9e604cc4e2c0bb4eb32ded06bb5fa519965f) ) |
| 548 | 548 | ROM_LOAD( "dg2.ic10", 0x08000, 0x08000, CRC(c7f21718) SHA1(4b2956d499e4db63e7f2329420e3d0313e6360ed) ) |
| 549 | 549 | ROM_LOAD( "dg3.ic9", 0x10000, 0x08000, CRC(87bd0a9e) SHA1(a0443017ef4c19f0135c4f764a96457f02cda743) ) |
| r31295 | r31296 | |
| 559 | 559 | |
| 560 | 560 | |
| 561 | 561 | |
| 562 | | GAME( 1985, pastelg, 0, pastelg, pastelg, driver_device, 0, ROT0, "Nichibutsu", "Pastel Gal (Japan 851224)", 0 ) |
| 563 | | GAME( 1985, 3ds, 0, threeds, threeds, driver_device, 0, ROT0, "Nichibutsu", "Three Ds - Three Dealers Casino House", 0 ) |
| 564 | | GAME( 1985, galds, 3ds, threeds, galds, driver_device, 0, ROT0, "Nihon System Corp.", "Gals Ds - Three Dealers Casino House (bootleg?)", 0 ) |
| 562 | GAME( 1985, pastelg, 0, pastelg, pastelg, driver_device, 0, ROT0, "Nichibutsu", "Pastel Gal (Japan 851224)", 0 ) |
| 563 | GAME( 1985, threeds, 0, threeds, threeds, driver_device, 0, ROT0, "Nichibutsu", "Three Ds - Three Dealers Casino House", 0 ) |
| 564 | GAME( 1985, galds, threeds, threeds, galds, driver_device, 0, ROT0, "Nihon System Corp.", "Gals Ds - Three Dealers Casino House (bootleg?)", 0 ) |