summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/88games.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/88games.cpp')
-rw-r--r--src/mame/drivers/88games.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/88games.cpp b/src/mame/drivers/88games.cpp
index 14431d778c0..5ec57a8a11e 100644
--- a/src/mame/drivers/88games.cpp
+++ b/src/mame/drivers/88games.cpp
@@ -278,7 +278,7 @@ WRITE8_MEMBER( _88games_state::banking_callback )
void _88games_state::machine_start()
{
- UINT8 *ROM = memregion("maincpu")->base() + 0x10000;
+ uint8_t *ROM = memregion("maincpu")->base() + 0x10000;
m_bank0000->configure_entries(0, 8, &ROM[0x0000], 0x2000);
m_bank1000->configure_entries(0, 8, &ROM[0x1000], 0x2000);