summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/carpolo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/carpolo.cpp')
-rw-r--r--src/mame/drivers/carpolo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/carpolo.cpp b/src/mame/drivers/carpolo.cpp
index 4fe413dafff..b111489223e 100644
--- a/src/mame/drivers/carpolo.cpp
+++ b/src/mame/drivers/carpolo.cpp
@@ -344,7 +344,7 @@ ROM_END
DRIVER_INIT_MEMBER(carpolo_state,carpolo)
{
size_t i, len;
- UINT8 *ROM;
+ uint8_t *ROM;
/* invert gfx PROM since the bits are active LO */