summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/atlantis.cpp
diff options
context:
space:
mode:
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) {