summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ashnojoe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ashnojoe.cpp')
-rw-r--r--src/mame/drivers/ashnojoe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ashnojoe.cpp b/src/mame/drivers/ashnojoe.cpp
index 8116bfb4439..74328538f48 100644
--- a/src/mame/drivers/ashnojoe.cpp
+++ b/src/mame/drivers/ashnojoe.cpp
@@ -432,7 +432,7 @@ ROM_END
DRIVER_INIT_MEMBER(ashnojoe_state,ashnojoe)
{
- UINT8 *ROM = memregion("adpcm")->base();
+ uint8_t *ROM = memregion("adpcm")->base();
membank("bank4")->configure_entries(0, 16, &ROM[0x00000], 0x8000);
membank("bank4")->set_entry(0);