mirror of
https://github.com/holub/mame
synced 2025-06-21 11:46:49 +03:00
fix build (nw)
This commit is contained in:
parent
d91322223b
commit
a006c68ef5
@ -94,7 +94,7 @@ void datapack_device::device_start()
|
|||||||
|
|
||||||
void datapack_device::device_config_complete()
|
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
|
// set brief and instance name
|
||||||
update_names();
|
update_names();
|
||||||
|
Loading…
Reference in New Issue
Block a user