Previous 199869 Revisions Next

r31988 Monday 8th September, 2014 at 10:10:01 UTC by David Haywood
clear highscores + bookkeeping info from elfin rom (nw)
[src/mame/drivers]dgpix.c

trunk/src/mame/drivers/dgpix.c
r31987r31988
440440   ROM_REGION32_BE( 0x2000000, "flash", ROMREGION_ERASE00 ) /* Hyperstone CPU Code & Data */
441441   /* 0 - 0x17fffff empty space */
442442   ROM_LOAD16_WORD_SWAP( "flash.u8", 0x1800000, 0x400000, CRC(eb56d7ca) SHA1(7c1cfcc68579cf3bdd9707da7d745a410223b8d9) )
443   ROM_LOAD16_WORD_SWAP( "flash.u9", 0x1c00000, 0x400000, CRC(9ca6a209) SHA1(cfba8fa2e83aa1bb205f56ea59a4b432fb198cb5) )
443   ROM_LOAD16_WORD_SWAP( "flash.u9", 0x1c00000, 0x400000, CRC(cbf64ef4) SHA1(1a231872ee14e6d718c3f8888185ede7483e79dd) ) /* game settings & highscores are saved in here */
444444
445445   ROM_REGION( 0x400000, "cpu1", 0 ) /* sound rom */
446446   ROM_LOAD16_WORD_SWAP( "flash.u10", 0x000000, 0x400000, CRC(d378fe55) SHA1(5cc7bc5ae258cd48816857793a262e7c6c330795) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team