summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/seibu_cop.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
commite25c13f2532730ebf50d0cffa0147393fd8e0228 (patch)
treea6c25d1de7041f26afed559dbc6670fa550e6b41 /src/emu/machine/seibu_cop.c
parentf97e8f00818bd8d898facc206ed33ab72cf10a75 (diff)
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/emu/machine/seibu_cop.c')
-rw-r--r--src/emu/machine/seibu_cop.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/machine/seibu_cop.c b/src/emu/machine/seibu_cop.c
index 6d39755c1da..65ca18efd0d 100644
--- a/src/emu/machine/seibu_cop.c
+++ b/src/emu/machine/seibu_cop.c
@@ -1,8 +1,8 @@
/***************************************************************************
- Seibu COP protection device
+ Seibu COP protection device
- (this header needs expanding)
+ (this header needs expanding)
***************************************************************************/
@@ -116,14 +116,14 @@ WRITE16_MEMBER( seibu_cop_device::write )
case 0x074/2:
/*
- This sets up a DMA mode of some sort
- 0x0e00: grainbow, cupsoc
- 0x0a00: legionna, godzilla, denjinmk
- 0x0600: heatbrl
- 0x1e00: zeroteam, xsedae
- raiden2 and raidendx doesn't set this up, this could indicate that this is related to the non-private buffer DMAs
- (both only uses 0x14 and 0x15 as DMAs)
- */
+ This sets up a DMA mode of some sort
+ 0x0e00: grainbow, cupsoc
+ 0x0a00: legionna, godzilla, denjinmk
+ 0x0600: heatbrl
+ 0x1e00: zeroteam, xsedae
+ raiden2 and raidendx doesn't set this up, this could indicate that this is related to the non-private buffer DMAs
+ (both only uses 0x14 and 0x15 as DMAs)
+ */
COMBINE_DATA(&m_dma_unk_param);
break;