summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pcktgal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcktgal.cpp')
-rw-r--r--src/mame/drivers/pcktgal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcktgal.cpp b/src/mame/drivers/pcktgal.cpp
index 49b5c8d4b41..27d8562897a 100644
--- a/src/mame/drivers/pcktgal.cpp
+++ b/src/mame/drivers/pcktgal.cpp
@@ -424,7 +424,7 @@ ROM_END
DRIVER_INIT_MEMBER(pcktgal_state,pcktgal)
{
- UINT8 *rom = memregion("gfx1")->base();
+ uint8_t *rom = memregion("gfx1")->base();
int len = memregion("gfx1")->bytes();
int i,j,temp[16];