summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/simpsons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/simpsons.cpp')
-rw-r--r--src/mame/machine/simpsons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/simpsons.cpp b/src/mame/machine/simpsons.cpp
index 420f65bef31..19fc05c50d5 100644
--- a/src/mame/machine/simpsons.cpp
+++ b/src/mame/machine/simpsons.cpp
@@ -63,7 +63,7 @@ WRITE8_MEMBER( simpsons_state::banking_callback )
void simpsons_state::machine_start()
{
- m_spriteram = make_unique_clear<UINT16[]>(0x1000 / 2);
+ m_spriteram = make_unique_clear<uint16_t[]>(0x1000 / 2);
membank("bank1")->configure_entries(0, 64, memregion("maincpu")->base(), 0x2000);