mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +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("ntb_list");
|
||||||
config.device_remove("kstudio_list");
|
config.device_remove("kstudio_list");
|
||||||
config.device_remove("datach_list");
|
config.device_remove("datach_list");
|
||||||
|
config.device_remove("famibox_list");
|
||||||
}
|
}
|
||||||
|
|
||||||
MACHINE_START_MEMBER( nes_state, famitwin )
|
MACHINE_START_MEMBER( nes_state, famitwin )
|
||||||
|
Loading…
Reference in New Issue
Block a user