summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/mephisto.cpp
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2019-07-11 09:07:20 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2019-07-11 09:07:20 +1000
commitdf99ce2ec0e82020a6fee89f4ffaf7f1468fec31 (patch)
treef6b1459a7e882047476bf817a410ab44eac3e99a /src/mame/drivers/mephisto.cpp
parent704355279e6b62fa93d80e948073f90eba0032f2 (diff)
parent5eaac5e857176b56c990f6bb864a1a5c27b6cf6d (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/mephisto.cpp')
-rw-r--r--src/mame/drivers/mephisto.cpp19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/mame/drivers/mephisto.cpp b/src/mame/drivers/mephisto.cpp
index d1c142e3194..a525b7571d0 100644
--- a/src/mame/drivers/mephisto.cpp
+++ b/src/mame/drivers/mephisto.cpp
@@ -274,23 +274,6 @@ void mephisto_state::machine_reset()
{
m_lcd_shift_counter = 3;
m_allowNMI = 1;
-
-/* adjust artwork depending on current emulation*/
-
- if (!strcmp(machine().system().name,"mm2") )
- output().set_value("MM",1);
- else if (!strcmp(machine().system().name,"mm4") )
- output().set_value("MM",2);
- else if (!strcmp(machine().system().name,"mm4tk") )
- output().set_value("MM",5);
- else if (!strcmp(machine().system().name,"mm5tk") )
- output().set_value("MM",5);
- else if (!strcmp(machine().system().name,"mm5") )
- output().set_value("MM",3);
- else if (!strcmp(machine().system().name,"mm50") )
- output().set_value("MM",3);
- else if (!strcmp(machine().system().name,"rebel5") )
- output().set_value("MM",4);
}
@@ -316,7 +299,7 @@ void mephisto_state::mephisto(machine_config &config)
TIMER(config, "nmi_timer").configure_periodic(FUNC(mephisto_state::update_nmi), attotime::from_hz(600));
- MEPHISTO_SENSORS_BOARD(config, "board", 0);
+ MEPHISTO_SENSORS_BOARD(config, "board");
config.set_default_layout(layout_mephisto);
}