summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/zx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/zx.cpp')
-rw-r--r--src/mame/video/zx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/zx.cpp b/src/mame/video/zx.cpp
index ecf00939bbf..43ec24aa467 100644
--- a/src/mame/video/zx.cpp
+++ b/src/mame/video/zx.cpp
@@ -86,7 +86,7 @@ void zx_state::recalc_hsync()
delta = 192 - step;
else
delta = 399 - step;
- }
+ }
m_ula_hsync->adjust(m_maincpu->cycles_to_attotime(delta));
}