summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/scramble.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/scramble.cpp')
-rw-r--r--src/mame/machine/scramble.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/scramble.cpp b/src/mame/machine/scramble.cpp
index 80cca7a8016..6f2293f2b90 100644
--- a/src/mame/machine/scramble.cpp
+++ b/src/mame/machine/scramble.cpp
@@ -645,7 +645,7 @@ DRIVER_INIT_MEMBER(scramble_state,harem)
{
UINT8 *ROM = memregion("maincpu")->base() + 0x8000;
size_t size = 0x2000;
-
+
m_harem_decrypted_data = std::make_unique<UINT8[]>(size * 3);
UINT8 *data = m_harem_decrypted_data.get();
m_harem_decrypted_opcodes = std::make_unique<UINT8[]>(size * 3);