summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/seicop.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-10 03:10:17 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-10 03:10:17 +0000
commit62c9a9d8cb303b9ce63926072eaab55eec405f4c (patch)
treec19c72b6c8af5206d957d06400c920854d85d367 /src/mame/machine/seicop.c
parent1f747224c00e292f9ac0bbe7bf84a4fa4f44fd57 (diff)
Cleanups and version bump.mame0132u4
Diffstat (limited to 'src/mame/machine/seicop.c')
-rw-r--r--src/mame/machine/seicop.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mame/machine/seicop.c b/src/mame/machine/seicop.c
index 57174d6b88b..c45da1519fe 100644
--- a/src/mame/machine/seicop.c
+++ b/src/mame/machine/seicop.c
@@ -1115,11 +1115,11 @@ static WRITE16_HANDLER( generic_cop_w )
break;
case (0x024/2):
/*
- This looks like a register for the BCD...
- Godzilla and Heated Barrel sets 3
- Denjin Makai sets 3 at start-up and toggles between 2 and 3 during gameplay on the BCD subroutine
- SD Gundam sets 0 (maybe there's a mirror somewhere else? 0x01e for example is setted with an 8)
- */
+ This looks like a register for the BCD...
+ Godzilla and Heated Barrel sets 3
+ Denjin Makai sets 3 at start-up and toggles between 2 and 3 during gameplay on the BCD subroutine
+ SD Gundam sets 0 (maybe there's a mirror somewhere else? 0x01e for example is setted with an 8)
+ */
break;
/* Command tables for 0x500 / 0x502 commands */