summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phoenix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phoenix.cpp')
-rw-r--r--src/mame/drivers/phoenix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/phoenix.cpp b/src/mame/drivers/phoenix.cpp
index 44f23073adb..395ce097887 100644
--- a/src/mame/drivers/phoenix.cpp
+++ b/src/mame/drivers/phoenix.cpp
@@ -1420,7 +1420,7 @@ DRIVER_INIT_MEMBER(phoenix_state,condor)
DRIVER_INIT_MEMBER(phoenix_state,vautourza)
{
- UINT8 *rgn = memregion("proms")->base();
+ uint8_t *rgn = memregion("proms")->base();
// expand the 8-bit PROM into the same layout as the 4-bit PROMs used by most versions of the game
for (int i = 0; i < 0x100; i++)