summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/actfancr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/actfancr.cpp')
-rw-r--r--src/mame/drivers/actfancr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/actfancr.cpp b/src/mame/drivers/actfancr.cpp
index 3f24105bcff..6d898b20901 100644
--- a/src/mame/drivers/actfancr.cpp
+++ b/src/mame/drivers/actfancr.cpp
@@ -63,7 +63,7 @@ WRITE8_MEMBER(actfancr_state::actfancr_sound_w)
WRITE8_MEMBER(actfancr_state::actfancr_buffer_spriteram_w)
{
- UINT8 *src = reinterpret_cast<UINT8 *>(memshare("spriteram")->ptr());
+ uint8_t *src = reinterpret_cast<uint8_t *>(memshare("spriteram")->ptr());
// copy to a 16-bit region for our sprite draw code too
for (int i=0;i<0x800/2;i++)
{