summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp/vdivh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rsp/vdivh.h')
-rw-r--r--src/devices/cpu/rsp/vdivh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rsp/vdivh.h b/src/devices/cpu/rsp/vdivh.h
index 286aa8a3ca7..5bd4093f6b4 100644
--- a/src/devices/cpu/rsp/vdivh.h
+++ b/src/devices/cpu/rsp/vdivh.h
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Tyler J. Stachecki,Ryan Holtz
-inline rsp_vec_t vec_vdivh(UINT32 src, UINT32 e, UINT32 dest, UINT32 de)
+inline rsp_vec_t vec_vdivh(uint32_t src, uint32_t e, uint32_t dest, uint32_t de)
{
// Get the element from VT.
m_div_in = m_v[src].s[e & 0x7];