diff options
author | 2014-09-08 10:10:01 +0000 | |
---|---|---|
committer | 2014-09-08 10:10:01 +0000 | |
commit | ad0cdb4ad20c67092de0412b768a6e2f52f19ff9 (patch) | |
tree | 73d99fd1fb42d8720df96e7598f533ebc963049e /src | |
parent | d14d6a80995dc573eef6d21b2ca12c25bc4ad019 (diff) |
clear highscores + bookkeeping info from elfin rom (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/dgpix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dgpix.c b/src/mame/drivers/dgpix.c index e00fcb75191..b8803e616a9 100644 --- a/src/mame/drivers/dgpix.c +++ b/src/mame/drivers/dgpix.c @@ -440,7 +440,7 @@ ROM_START( elfin ) ROM_REGION32_BE( 0x2000000, "flash", ROMREGION_ERASE00 ) /* Hyperstone CPU Code & Data */ /* 0 - 0x17fffff empty space */ ROM_LOAD16_WORD_SWAP( "flash.u8", 0x1800000, 0x400000, CRC(eb56d7ca) SHA1(7c1cfcc68579cf3bdd9707da7d745a410223b8d9) ) - ROM_LOAD16_WORD_SWAP( "flash.u9", 0x1c00000, 0x400000, CRC(9ca6a209) SHA1(cfba8fa2e83aa1bb205f56ea59a4b432fb198cb5) ) + ROM_LOAD16_WORD_SWAP( "flash.u9", 0x1c00000, 0x400000, CRC(cbf64ef4) SHA1(1a231872ee14e6d718c3f8888185ede7483e79dd) ) /* game settings & highscores are saved in here */ ROM_REGION( 0x400000, "cpu1", 0 ) /* sound rom */ ROM_LOAD16_WORD_SWAP( "flash.u10", 0x000000, 0x400000, CRC(d378fe55) SHA1(5cc7bc5ae258cd48816857793a262e7c6c330795) ) |