summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cloud9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/cloud9.c')
-rw-r--r--src/mame/video/cloud9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/cloud9.c b/src/mame/video/cloud9.c
index 473220449e3..9bfa978b817 100644
--- a/src/mame/video/cloud9.c
+++ b/src/mame/video/cloud9.c
@@ -156,7 +156,6 @@ inline void cloud9_state::cloud9_write_vram( UINT16 addr, UINT8 data, UINT8 bitm
inline void cloud9_state::bitmode_autoinc( )
{
-
/* auto increment in the x-direction if it's enabled */
if (!m_video_control[0]) /* /AX */
m_bitmode_addr[0]++;