nes.cpp: Oops, hide cartridge list from disk-only fds. (#10070)

This commit is contained in:
0kmg 2022-07-16 19:28:43 -08:00 committed by GitHub
parent c06216008f
commit ad213e1a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -225,6 +225,7 @@ void nes_state::fds(machine_config &config)
config.device_remove("ntb_list");
config.device_remove("kstudio_list");
config.device_remove("datach_list");
config.device_remove("famibox_list");
}
MACHINE_START_MEMBER( nes_state, famitwin )