summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/phantom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/phantom.cpp')
-rw-r--r--src/mame/drivers/phantom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/phantom.cpp b/src/mame/drivers/phantom.cpp
index 78ef541403f..ab9f9923319 100644
--- a/src/mame/drivers/phantom.cpp
+++ b/src/mame/drivers/phantom.cpp
@@ -75,7 +75,7 @@ protected:
DRIVER_INIT_MEMBER(phantom_state, fphantom)
{
- UINT8 *ROM = memregion("maincpu")->base();
+ uint8_t *ROM = memregion("maincpu")->base();
membank("bank1")->configure_entries(0, 2, &ROM[0], 0x4000);
}