summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/ui/selgame.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/ui/selgame.cpp b/src/emu/ui/selgame.cpp
index a108f15fb22..34fdab6d64e 100644
--- a/src/emu/ui/selgame.cpp
+++ b/src/emu/ui/selgame.cpp
@@ -683,8 +683,6 @@ void ui_menu_select_game::build_available_list()
if (cx != -1 && m_included[cx])
{
const game_driver *drv = &driver_list::driver(cx);
- if (strcmp(drv->name, "natodef") == 0)
- noroms = false;
const rom_entry *parentrom = drv->rom;
if ((rom = driver->rom) == parentrom)
noroms = true;