summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gaplus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gaplus.cpp')
-rw-r--r--src/mame/drivers/gaplus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gaplus.cpp b/src/mame/drivers/gaplus.cpp
index a84134081ca..90dc53a7c46 100644
--- a/src/mame/drivers/gaplus.cpp
+++ b/src/mame/drivers/gaplus.cpp
@@ -979,7 +979,7 @@ ROM_END
DRIVER_INIT_MEMBER(gaplus_state,gaplus)
{
- UINT8 *rom;
+ uint8_t *rom;
rom = memregion("gfx1")->base();
for (int i = 0;i < 0x2000;i++)