summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-06-26 03:15:35 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-06-26 03:15:46 +0200
commit42719e5b5312a6cc18e99765a97e712ca29dc030 (patch)
treec1c5151202aff90446a0b807244e3c69ef1b1aa6
parente5112a99c9d70001b82f7370cfa498de2b02c632 (diff)
-dpb_brushstore: Fixed ROM hash, nw
-rw-r--r--src/mame/video/dpb_brushstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/dpb_brushstore.cpp b/src/mame/video/dpb_brushstore.cpp
index 8ab2eeffe5d..dd212550e4f 100644
--- a/src/mame/video/dpb_brushstore.cpp
+++ b/src/mame/video/dpb_brushstore.cpp
@@ -49,7 +49,7 @@ dpb7000_brush_store_card_device::dpb7000_brush_store_card_device(const machine_c
ROM_START( dpb7000_brush_store )
ROM_REGION(0x100, "pal", 0)
- ROM_LOAD("pb-02a-17421-ada.bin", 0x000, 0x100, CRC(12345678) SHA1(1234567812345678123456781234567812345678))
+ ROM_LOAD("pb-02a-17421-ada.bin", 0x000, 0x100, CRC(84bf7029) SHA1(9d58322994f6f7e99a9c6478577559c8171670ed))
ROM_END
const tiny_rom_entry *dpb7000_brush_store_card_device::device_rom_region() const