summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/dmax8000.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/dmax8000.cpp')
-rw-r--r--src/mame/drivers/dmax8000.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dmax8000.cpp b/src/mame/drivers/dmax8000.cpp
index 797200876db..40b40fc65d4 100644
--- a/src/mame/drivers/dmax8000.cpp
+++ b/src/mame/drivers/dmax8000.cpp
@@ -140,7 +140,7 @@ MACHINE_RESET_MEMBER( dmax8000_state, dmax8000 )
DRIVER_INIT_MEMBER( dmax8000_state, dmax8000 )
{
- UINT8 *main = memregion("maincpu")->base();
+ uint8_t *main = memregion("maincpu")->base();
membank("bankr0")->configure_entry(1, &main[0x0000]);
membank("bankr0")->configure_entry(0, &main[0x10000]);