summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/315_5649.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/315_5649.cpp')
-rw-r--r--src/mame/machine/315_5649.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/315_5649.cpp b/src/mame/machine/315_5649.cpp
index ef039b08e71..6b2560c7d44 100644
--- a/src/mame/machine/315_5649.cpp
+++ b/src/mame/machine/315_5649.cpp
@@ -164,7 +164,7 @@ WRITE8_MEMBER( sega_315_5649_device::write )
case 0x03:
case 0x04:
case 0x05:
- case 0x06: // when in counter mode, bit 7 - 0 reset counters (not implemented)
+ case 0x06: // when in counter mode, bit 7 - 0 reset counters (not implemented)
m_port_value[offset] = data;
m_out_port_cb[offset](data);
break;