summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rsp/vmov.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/rsp/vmov.h')
-rw-r--r--src/devices/cpu/rsp/vmov.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/rsp/vmov.h b/src/devices/cpu/rsp/vmov.h
index 10a7b1df85f..59e02e8b118 100644
--- a/src/devices/cpu/rsp/vmov.h
+++ b/src/devices/cpu/rsp/vmov.h
@@ -1,7 +1,7 @@
// license:BSD-3-Clause
// copyright-holders:Tyler J. Stachecki,Ryan Holtz
-inline rsp_vec_t vec_vmov(UINT32 src, UINT32 e, UINT32 dest, UINT32 de)
+inline rsp_vec_t vec_vmov(uint32_t src, uint32_t e, uint32_t dest, uint32_t de)
{
// Get the element from VT and write out the upper part of the result.
m_v[dest].s[de & 0x7] = m_v[src].s[e & 0x7];