From dbbfbe731cb194f7f00ffff45b72c8d20b344a67 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Tue, 18 Sep 2018 16:03:48 +0200 Subject: model1: minor docs update (nw) --- src/mame/drivers/model1.cpp | 2 +- src/mame/machine/model1io2.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/drivers/model1.cpp b/src/mame/drivers/model1.cpp index e0d35d30806..5079d0a93f0 100644 --- a/src/mame/drivers/model1.cpp +++ b/src/mame/drivers/model1.cpp @@ -1464,7 +1464,7 @@ wing War (US) Sega game ID# 833-10844-91-01 Sega ROM board ID# 834-10845-91-01 -Driver/Control BD ID# 837-10859 with EPR-16891 (not dumped) +Driver/Control BD ID# 837-10859 with EPR-16891 837-8679 MODEL-1 SOUND BD + 837-8680 SOUND BD OPTION daughterboard with ID# 837-10858 838-10141-04 Sound AMP board */ diff --git a/src/mame/machine/model1io2.cpp b/src/mame/machine/model1io2.cpp index f1bac5e80bb..4c115d86bda 100644 --- a/src/mame/machine/model1io2.cpp +++ b/src/mame/machine/model1io2.cpp @@ -5,7 +5,7 @@ Sega Model 1 I/O Board (Advanced) Used by: - - Wing War (R360) (837-10859) + - Wing War/Wing War R360 (837-10859) - NetMerc (837-11659) - Virtua Cop (837-11130 with 837-11131) @@ -112,7 +112,7 @@ ioport_constructor model1io2_device::device_input_ports() const ROM_START( model1io2 ) ROM_REGION(0x10000, "iocpu", 0) - // Wing War (taken from R360 version, is it the same for the regular version?) + // Wing War/Wing War R360 ROM_SYSTEM_BIOS(0, "epr16891", "EPR-16891") ROMX_LOAD("epr-16891.6", 0x00000, 0x10000, CRC(a33f84d1) SHA1(3079397c7241c1a6f494fa310faff0989dfa04a0), ROM_BIOS(0)) -- cgit v1.2.3