summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/seibu_cop.c
diff options
context:
space:
mode:
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;