summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/scregg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/scregg.cpp')
-rw-r--r--src/mame/drivers/scregg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/scregg.cpp b/src/mame/drivers/scregg.cpp
index 652ebcbfacc..b151ee3cfc0 100644
--- a/src/mame/drivers/scregg.cpp
+++ b/src/mame/drivers/scregg.cpp
@@ -411,7 +411,7 @@ DRIVER_INIT_MEMBER(scregg_state,rockduck)
{
// rd2.rdh and rd1.rdj are bitswapped, but not rd3.rdg .. are they really from the same board?
int x;
- UINT8 *src = memregion( "gfx1" )->base();
+ uint8_t *src = memregion( "gfx1" )->base();
for (x = 0x2000; x < 0x6000; x++)
{