summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/crospang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/crospang.cpp')
-rw-r--r--src/mame/drivers/crospang.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/crospang.cpp b/src/mame/drivers/crospang.cpp
index e75a6ff015b..eb9a7f9d1bd 100644
--- a/src/mame/drivers/crospang.cpp
+++ b/src/mame/drivers/crospang.cpp
@@ -604,7 +604,7 @@ ROM_END
void crospang_state::tumblepb_gfx1_rearrange()
{
- UINT8 *rom = memregion("gfx1")->base();
+ uint8_t *rom = memregion("gfx1")->base();
int len = memregion("gfx1")->bytes();
int i;