diff options
author | 2017-01-22 15:22:35 +1100 | |
---|---|---|
committer | 2017-01-22 15:37:37 +1100 | |
commit | edf64df1db1e1493e6980b79c38c4db744e23cea (patch) | |
tree | a26302d6f41d7de07e25372da5c5d46cdd893e8f /src/mame/drivers/atlantis.cpp | |
parent | 32ab35fa06fa81b0ceebb6e832858343bbc3f488 (diff) |
srcclean (nw)
Diffstat (limited to 'src/mame/drivers/atlantis.cpp')
-rw-r--r-- | src/mame/drivers/atlantis.cpp | 2 |
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) { |