summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/model1io2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/model1io2.cpp')
-rw-r--r--src/mame/machine/model1io2.cpp4
1 files changed, 2 insertions, 2 deletions
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))