summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author dankan1890 <mewuidev2@gmail.com>2016-03-01 03:02:20 +0100
committer dankan1890 <mewuidev2@gmail.com>2016-03-01 03:02:20 +0100
commitdbe46f8a527ef4c433a20c2946a7bf76ceea9596 (patch)
treea89f2ba4ff3dfd76335c29b21c54898c70ad40df
parent8c294708eb8226524f119d23dc6fe7fa1fd6cf19 (diff)
selgame: test code elimination. (nw)
-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;