summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/unkhorse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/unkhorse.cpp')
-rw-r--r--src/mame/drivers/unkhorse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/unkhorse.cpp b/src/mame/drivers/unkhorse.cpp
index 52ac1ad2b68..e8fad15fce1 100644
--- a/src/mame/drivers/unkhorse.cpp
+++ b/src/mame/drivers/unkhorse.cpp
@@ -62,7 +62,7 @@ public:
void horse_state::machine_start()
{
m_colorram = std::make_unique<uint8_t []>(0x200);
- save_pointer(NAME(m_colorram.get()), 0x200);
+ save_pointer(NAME(m_colorram), 0x200);
save_item(NAME(m_output));
}