diff options
Diffstat (limited to 'src/emu/bus/nes/datach.c')
-rw-r--r-- | src/emu/bus/nes/datach.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/nes/datach.c b/src/emu/bus/nes/datach.c index c8d826e8095..d0a9bed64ee 100644 --- a/src/emu/bus/nes/datach.c +++ b/src/emu/bus/nes/datach.c @@ -144,7 +144,7 @@ bool nes_datach_slot_device::call_softlist_load(software_list_device &swlist, co return TRUE; } -void nes_datach_slot_device::get_default_card_software(astring &result) +void nes_datach_slot_device::get_default_card_software(std::string &result) { // any way to detect the game with X24C01? software_get_default_slot(result, "datach_rom"); |