diff options
Diffstat (limited to 'src/mame/drivers/bottom9.cpp')
-rw-r--r-- | src/mame/drivers/bottom9.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/bottom9.cpp b/src/mame/drivers/bottom9.cpp index e82ae67dca4..f0a45d49d1e 100644 --- a/src/mame/drivers/bottom9.cpp +++ b/src/mame/drivers/bottom9.cpp @@ -277,7 +277,7 @@ WRITE8_MEMBER(bottom9_state::volume_callback1) void bottom9_state::machine_start() { - UINT8 *ROM = memregion("maincpu")->base(); + uint8_t *ROM = memregion("maincpu")->base(); membank("bank1")->configure_entries(0, 12, &ROM[0x10000], 0x2000); |