mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
selgame: test code elimination. (nw)
This commit is contained in:
parent
8c294708eb
commit
dbe46f8a52
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user