summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gijoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gijoe.cpp')
-rw-r--r--src/mame/drivers/gijoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gijoe.cpp b/src/mame/drivers/gijoe.cpp
index 7f29fd19907..5b0368bde6b 100644
--- a/src/mame/drivers/gijoe.cpp
+++ b/src/mame/drivers/gijoe.cpp
@@ -142,7 +142,7 @@ WRITE16_MEMBER(gijoe_state::control2_w)
void gijoe_state::gijoe_objdma( )
{
- UINT16 *src_head, *src_tail, *dst_head, *dst_tail;
+ uint16_t *src_head, *src_tail, *dst_head, *dst_tail;
src_head = m_spriteram;
src_tail = m_spriteram + 255 * 8;