summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/suprloco.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/suprloco.cpp')
-rw-r--r--src/mame/drivers/suprloco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/suprloco.cpp b/src/mame/drivers/suprloco.cpp
index a6c4b414340..89c53cda56c 100644
--- a/src/mame/drivers/suprloco.cpp
+++ b/src/mame/drivers/suprloco.cpp
@@ -272,7 +272,7 @@ DRIVER_INIT_MEMBER(suprloco_state,suprloco)
/* convert graphics to 4bpp from 3bpp */
int i, j, k, color_source, color_dest;
- UINT8 *source, *dest, *lookup;
+ uint8_t *source, *dest, *lookup;
source = memregion("gfx1")->base();
dest = source + 0x6000;