From 369f1eae80622f3ec6ee99d812109b4a291c558b Mon Sep 17 00:00:00 2001 From: Brian Troha Date: Fri, 1 Jan 2021 03:52:42 -0600 Subject: model2.cpp: Documentation update for Dead or Alive, Model 2A version --- src/mame/drivers/model2.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/mame/drivers/model2.cpp b/src/mame/drivers/model2.cpp index e8a767f3dcf..836ecc680ec 100644 --- a/src/mame/drivers/model2.cpp +++ b/src/mame/drivers/model2.cpp @@ -5729,6 +5729,18 @@ ROM_START( topskatrj ) /* Top Skater (Japan), Model 2C, Sega Game ID# 833-13080- ROM_LOAD("mpr-19750.24s", 0xc00000, 0x400000, CRC(cd95d0bf) SHA1(40e2a2980c89049c339fefd48bf7aac79962cd2e) ) ROM_END +/* +Dead or Alive below also known to have genuine Tecmo labels: + PROJECT PROJECT + EPR-AK EPR-AK + ROM No. & ROM No. + 19310A 19311A + DATE DATE + 97/1/10 97/1/10 + +Sega ID# 836-12884 DEAD OR ALIVE + +*/ ROM_START( doaa ) /* Dead or Alive Revision A, Model 2A, Sega Game ID# 833-11341, ROM board ID# 834-11342, 837-12880 security board */ ROM_REGION( 0x200000, "maincpu", 0 ) // i960 program ROM_LOAD32_WORD("epr-19310a.12", 0x000000, 0x080000, CRC(06486f7a) SHA1(b3e14103570e5f45aed16e1c158e469bc85002ae) ) -- cgit v1.2.3