mirror of
https://github.com/holub/mame
synced 2025-07-11 12:44:54 +03:00
minor change to make easier my work on the slot-ified pcbs/mappers. nw.
This commit is contained in:
parent
cbdb2f858d
commit
efd92e28e8
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user