mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
nes.cpp: Oops, hide cartridge list from disk-only fds. (#10070)
This commit is contained in:
parent
c06216008f
commit
ad213e1a1b
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user