summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/voodoo_render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/voodoo_render.cpp')
-rw-r--r--src/devices/video/voodoo_render.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/video/voodoo_render.cpp b/src/devices/video/voodoo_render.cpp
index b4b50fe5a68..37ddb4b9998 100644
--- a/src/devices/video/voodoo_render.cpp
+++ b/src/devices/video/voodoo_render.cpp
@@ -454,7 +454,7 @@ public:
{
double recip = double(1ULL << (47 - 39)) / m_w;
sow = s32(m_s * recip);
- tow = tow(m_t * recip);
+ tow = s32(m_t * recip);
oowlog = fast_log2(recip, 56);
}