minor change to make easier my work on the slot-ified pcbs/mappers. nw.

This commit is contained in:
Fabio Priuli 2013-04-03 09:46:32 +00:00
parent cbdb2f858d
commit efd92e28e8

View File

@ -1147,7 +1147,7 @@ bool nes_cart_slot_device::call_softlist_load(char *swlist, char *swname, rom_en
const char * nes_cart_slot_device::get_default_card_software(const machine_config &config, emu_options &options)
{
return software_get_default_slot(config, options, this, "rom");
return "rom";
}