summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arc/arc.c
diff options
context:
space:
mode:
author mamehaze <mamehaze@users.noreply.github.com>2014-12-03 14:51:54 +0000
committer mamehaze <mamehaze@users.noreply.github.com>2014-12-03 14:51:54 +0000
commit4476c481f4b0af46fb7d4012184451519b0dbe16 (patch)
tree035d55d34a1ad413e46373e71797a04cd4cdaaa1 /src/emu/cpu/arc/arc.c
parentf7f3a6e9d2da2c1943c65fbf13dc3ee3b5cc2dc1 (diff)
misc arc (nw)
Diffstat (limited to 'src/emu/cpu/arc/arc.c')
-rw-r--r--src/emu/cpu/arc/arc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/arc/arc.c b/src/emu/cpu/arc/arc.c
index a0c142373df..4bc688ce92d 100644
--- a/src/emu/cpu/arc/arc.c
+++ b/src/emu/cpu/arc/arc.c
@@ -40,7 +40,7 @@ void arc_device::unimplemented_opcode(UINT16 op)
/*****************************************************************************/
-UINT16 arc_device::READ32(UINT32 address)
+UINT32 arc_device::READ32(UINT32 address)
{
return m_program->read_dword(address << 2);
}