summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/cesblit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/cesblit.cpp')
-rw-r--r--src/devices/video/cesblit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/cesblit.cpp b/src/devices/video/cesblit.cpp
index a79d9a605e9..88d98f5ea84 100644
--- a/src/devices/video/cesblit.cpp
+++ b/src/devices/video/cesblit.cpp
@@ -184,7 +184,7 @@ void cesblit_device::do_blit()
#endif
sx &= 0x1ff;
- sw &= 0x1ff; // can be 0: draw nothing (see e.g. fade-in effect in galgame3/diamond derby)
+ sw &= 0x1ff; // can be 0: draw nothing (see e.g. fade-in effect in galgame3/diamond derby)
sy &= 0x1ff;
sh &= 0x1ff;