summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/simpsons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/simpsons.cpp')
-rw-r--r--src/mame/drivers/simpsons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/simpsons.cpp b/src/mame/drivers/simpsons.cpp
index 0d4b65eb120..ebeee4e30e2 100644
--- a/src/mame/drivers/simpsons.cpp
+++ b/src/mame/drivers/simpsons.cpp
@@ -282,7 +282,7 @@ INPUT_PORTS_END
void simpsons_state::simpsons_objdma( )
{
int counter, num_inactive;
- UINT16 *src, *dst;
+ uint16_t *src, *dst;
m_k053246->k053247_get_ram(&dst);