diff options
Diffstat (limited to 'src/emu/bus/nes/sunsoft_dcs.c')
-rw-r--r-- | src/emu/bus/nes/sunsoft_dcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes/sunsoft_dcs.c b/src/emu/bus/nes/sunsoft_dcs.c index b290e9611a8..4deb83e3e9a 100644 --- a/src/emu/bus/nes/sunsoft_dcs.c +++ b/src/emu/bus/nes/sunsoft_dcs.c @@ -112,7 +112,7 @@ bool nes_ntb_slot_device::call_softlist_load(software_list_device &swlist, const return TRUE; } -void nes_ntb_slot_device::get_default_card_software(astring &result) +void nes_ntb_slot_device::get_default_card_software(std::string &result) { software_get_default_slot(result, "ntbrom"); } |