summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/atlantis.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-01-22 15:22:35 +1100
committer Vas Crabb <vas@vastheman.com>2017-01-22 15:37:37 +1100
commitedf64df1db1e1493e6980b79c38c4db744e23cea (patch)
treea26302d6f41d7de07e25372da5c5d46cdd893e8f /src/mame/drivers/atlantis.cpp
parent32ab35fa06fa81b0ceebb6e832858343bbc3f488 (diff)
srcclean (nw)
Diffstat (limited to 'src/mame/drivers/atlantis.cpp')
-rw-r--r--src/mame/drivers/atlantis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atlantis.cpp b/src/mame/drivers/atlantis.cpp
index 4d27c17a824..ff03e937c58 100644
--- a/src/mame/drivers/atlantis.cpp
+++ b/src/mame/drivers/atlantis.cpp
@@ -232,7 +232,7 @@ WRITE32_MEMBER(atlantis_state::board_ctrl_w)
break;
case CTRL_VSYNC_CLEAR:
//VSYNC_IE (0x1)
- //VSYNC_POL (0x2) off=negative true, on=positive true
+ //VSYNC_POL (0x2) off=negative true, on=positive true
// 0x1 VBlank clear?
if (changeData & 0x1) {
if ((data & 0x0001) == 0) {