summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/jrpacman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jrpacman.cpp')
-rw-r--r--src/mame/drivers/jrpacman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/jrpacman.cpp b/src/mame/drivers/jrpacman.cpp
index 773a6788d4a..f0c42233d7a 100644
--- a/src/mame/drivers/jrpacman.cpp
+++ b/src/mame/drivers/jrpacman.cpp
@@ -400,7 +400,7 @@ DRIVER_INIT_MEMBER(jrpacman_state,jrpacman)
{ 0,0 }
};
- UINT8 *RAM = memregion("maincpu")->base();
+ uint8_t *RAM = memregion("maincpu")->base();
int i, j, A;
for (i = A = 0; table[i].count; i++)