summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/capbowl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/capbowl.cpp')
-rw-r--r--src/mame/drivers/capbowl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/capbowl.cpp b/src/mame/drivers/capbowl.cpp
index eed4313b5c3..11108c48118 100644
--- a/src/mame/drivers/capbowl.cpp
+++ b/src/mame/drivers/capbowl.cpp
@@ -462,7 +462,7 @@ ROM_END
DRIVER_INIT_MEMBER(capbowl_state,capbowl)
{
- UINT8 *ROM = memregion("maincpu")->base();
+ uint8_t *ROM = memregion("maincpu")->base();
/* configure ROM banks in 0x0000-0x3fff */
membank("bank1")->configure_entries(0, 6, &ROM[0x10000], 0x4000);