summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh4/sh3comn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh4/sh3comn.cpp')
-rw-r--r--src/devices/cpu/sh4/sh3comn.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/cpu/sh4/sh3comn.cpp b/src/devices/cpu/sh4/sh3comn.cpp
index 1fcacaa9165..4a50e748eb9 100644
--- a/src/devices/cpu/sh4/sh3comn.cpp
+++ b/src/devices/cpu/sh4/sh3comn.cpp
@@ -75,7 +75,7 @@ WRITE32_MEMBER( sh3_base_device::sh3_internal_high_w )
READ32_MEMBER( sh3_base_device::sh3_internal_high_r )
{
- UINT32 ret = 0;
+ uint32_t ret = 0;
switch (offset)
{
@@ -378,7 +378,7 @@ WRITE32_MEMBER( sh3_base_device::sh3_internal_w )
{
if (offset<0x1000)
{
- //UINT32 old = m_sh3internal_lower[offset];
+ //uint32_t old = m_sh3internal_lower[offset];
COMBINE_DATA(&m_sh3internal_lower[offset]);
switch (offset)