diff options
Diffstat (limited to 'src/mame/drivers/m90.cpp')
-rw-r--r-- | src/mame/drivers/m90.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/m90.cpp b/src/mame/drivers/m90.cpp index 6658e5c0e53..b363d806a68 100644 --- a/src/mame/drivers/m90.cpp +++ b/src/mame/drivers/m90.cpp @@ -1212,7 +1212,7 @@ DRIVER_INIT_MEMBER(m90_state,quizf1) DRIVER_INIT_MEMBER(m90_state,bomblord) { - UINT16 *ROM = (UINT16 *)(memregion("maincpu")->base()); + uint16_t *ROM = (uint16_t *)(memregion("maincpu")->base()); for (int i = 0; i < 0x100000 / 2; i += 4) { |