mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
cococart.cpp: Fix copy-and-paste mistake
This commit is contained in:
parent
6c9d8a51ab
commit
6ccae2148d
@ -609,7 +609,7 @@ std::string cococart_slot_device::get_default_card_software(get_default_card_sof
|
||||
// RPK file
|
||||
rpk_file::ptr file;
|
||||
util::core_file::ptr proxy;
|
||||
std::error_condition err = util::core_file::open_proxy(image_core_file(), proxy);
|
||||
std::error_condition err = util::core_file::open_proxy(*hook.image_file(), proxy);
|
||||
if (!err)
|
||||
err = read_coco_rpk(std::move(proxy), file);
|
||||
if (!err)
|
||||
|
Loading…
Reference in New Issue
Block a user