Previous 199869 Revisions Next

r31296 Wednesday 16th July, 2014 at 22:06:56 UTC by Tafoid
Renamed 3ds -> threeds in MAME to avoid potential setname difficulties later (nw)
[src/mame]mame.lst
[src/mame/drivers]pastelg.c

trunk/src/mame/drivers/pastelg.c
r31295r31296
512512   ROM_LOAD( "pgal_bp2.bin", 0x0020, 0x0020, CRC(4433021e) SHA1(e0d6619a193d26ad24788d4af5ef01ee89cffacd) )
513513ROM_END
514514
515ROM_START( 3ds )
515ROM_START( threeds )
516516   ROM_REGION( 0x10000, "maincpu", 0 ) /* program */
517517   ROM_LOAD( "up9.9a",    0x00000, 0x04000, CRC(bc0e7cfd) SHA1(4e84f573fb2c1228757d34b8bc69649b145d9707) )
518518   ROM_LOAD( "up10.10a",  0x04000, 0x04000, CRC(e185d9f5) SHA1(98d4a824ed6a89e42543fb87daed33ef606bcced) )
r31295r31296
543543
544544   ROM_REGION( 0x08000, "voice", ROMREGION_ERASE00 ) /* voice */
545545
546   ROM_REGION( 0x38000, "gfx1", 0 ) /* gfx - the same as 3ds */
546   ROM_REGION( 0x38000, "gfx1", 0 ) /* gfx - the same as threeds */
547547   ROM_LOAD( "dg1.ic11",  0x00000, 0x08000, CRC(5734ca7d) SHA1(d22b9e604cc4e2c0bb4eb32ded06bb5fa519965f) )
548548   ROM_LOAD( "dg2.ic10",  0x08000, 0x08000, CRC(c7f21718) SHA1(4b2956d499e4db63e7f2329420e3d0313e6360ed) )
549549   ROM_LOAD( "dg3.ic9",   0x10000, 0x08000, CRC(87bd0a9e) SHA1(a0443017ef4c19f0135c4f764a96457f02cda743) )
r31295r31296
559559
560560
561561
562GAME( 1985, pastelg, 0,   pastelg, pastelg, driver_device, 0, ROT0, "Nichibutsu", "Pastel Gal (Japan 851224)", 0 )
563GAME( 1985, 3ds,     0,   threeds, threeds, driver_device, 0, ROT0, "Nichibutsu", "Three Ds - Three Dealers Casino House", 0 )
564GAME( 1985, galds,   3ds, threeds, galds,   driver_device, 0, ROT0, "Nihon System Corp.", "Gals Ds - Three Dealers Casino House (bootleg?)", 0 )
562GAME( 1985, pastelg, 0,       pastelg, pastelg, driver_device, 0, ROT0, "Nichibutsu", "Pastel Gal (Japan 851224)", 0 )
563GAME( 1985, threeds, 0,       threeds, threeds, driver_device, 0, ROT0, "Nichibutsu", "Three Ds - Three Dealers Casino House", 0 )
564GAME( 1985, galds,   threeds, threeds, galds,   driver_device, 0, ROT0, "Nihon System Corp.", "Gals Ds - Three Dealers Casino House (bootleg?)", 0 )
trunk/src/mame/mame.lst
r31295r31296
531531sweetgal        // (c) 1985
532532ngalsumr        // (c) 1985
533533pastelg         // (c) 1985
5343ds             // (c) 1985
534threeds         // (c) 1985
535535galds           // (c) 1985
536536crystalg        // (c) 1986
537537crystal2        // (c) 1986

Previous 199869 Revisions Next


© 1997-2024 The MAME Team