summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Brian Troha <briantro@users.noreply.github.com>2012-03-23 03:53:59 +0000
committer Brian Troha <briantro@users.noreply.github.com>2012-03-23 03:53:59 +0000
commit6089e8e372f33068d3ed05420c16a7324b0a7ad3 (patch)
treecd0954aa406ee6c1f4f554504c0604e500edc1a8
parenta29099e95544ffe2ee6a8d5a91e2f77e64ce5770 (diff)
cave.c: Documentation - A note about Dodonpachi Arrange being a hack and not suitable for MAME to prevent it from being "found" in the future as a long lost version. - NW
-rw-r--r--src/mame/drivers/cave.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mame/drivers/cave.c b/src/mame/drivers/cave.c
index b6fb75f21d6..38dc25c36f8 100644
--- a/src/mame/drivers/cave.c
+++ b/src/mame/drivers/cave.c
@@ -69,6 +69,17 @@ Versions known to exist but not dumped:
PCBs were shown running (and could be played) at a Cave fan show known as Cave Festival 2006. There are
videos of the game being played floating around the internet and on YouTube. AKA DDP-CV or DDP BLUE ROM
+ Dodonpachi Arrange: This version is a hack by trap15 and ment to be a tribute to the game. It is neither a
+ long lost version or official release from Cave and therefore not suitable for MAME.
+
+ Known rom version 1.1:
+ File CRC32 SHA1
+ ---------------------------------------------------------
+ u27.bin 44b899ae 798ec437d861b94fcd90c99a7015dd420887c788
+ u26.bin 727a09a8 91876386855f19e8a3d8d1df71dfe9b3d98e9ea9
+ u51.bin 0f3e5148 3016f4d075940feae691389606cd2aa7ac53849e
+ u62.bin 42e4c6c5 4d282f7592f5fc5e11839c57f39cae20b8422aa1
+
***************************************************************************/
#include "emu.h"