summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-07-31 09:04:28 -0500
committer cracyc <cracyc@users.noreply.github.com>2016-07-31 09:04:28 -0500
commita006c68ef5d4b08d1c382dd618cfb13e1a9ac9ff (patch)
tree359034a51b80400678fe384244c0bfe98688cfd4 /src
parentd91322223b5b22e03919b4a8cb740922f856093f (diff)
fix build (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mame/machine/psion_pack.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psion_pack.cpp b/src/mame/machine/psion_pack.cpp
index a773f7114e5..070e477d0c8 100644
--- a/src/mame/machine/psion_pack.cpp
+++ b/src/mame/machine/psion_pack.cpp
@@ -94,7 +94,7 @@ void datapack_device::device_start()
void datapack_device::device_config_complete()
{
- m_formatlist.push_back(std::make_unique<image_device_format>("opk", "Psion Datapack image", "opk", datapack_option_spec));
+ add_format("opk", "Psion Datapack image", "opk", datapack_option_spec);
// set brief and instance name
update_names();