summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/homedata.cpp
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-05-06 18:24:13 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2019-05-06 18:24:13 +0200
commit4555a6225a2fcfb9dbb1d8e173bcbfd1d5008a29 (patch)
tree822667d3afaefb911fde2e9ece8384f00a605345 /src/mame/drivers/homedata.cpp
parent9ed404d66bafda5591703c854207aa35aee8bd4a (diff)
homedata.cpp: fixed MT7314. This restores working state, though the move to using genlatch seems to have exposed some communication problems (the log gets spammed ). (nw)
Diffstat (limited to 'src/mame/drivers/homedata.cpp')
-rw-r--r--src/mame/drivers/homedata.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/homedata.cpp b/src/mame/drivers/homedata.cpp
index 6a6ea2610a9..b4675ba7431 100644
--- a/src/mame/drivers/homedata.cpp
+++ b/src/mame/drivers/homedata.cpp
@@ -1402,6 +1402,8 @@ void homedata_state::mjikaga(machine_config &config)
/* Mahjong Ikagadesuka is different as well. */
m_maincpu->set_addrmap(AS_PROGRAM, &homedata_state::mjikaga_map);
m_audiocpu->set_addrmap(AS_PROGRAM, &homedata_state::mjikaga_upd7807_map);
+
+ config.m_minimum_quantum = attotime::from_hz(9000); // boost synch a bit more, otherwise the game fails to start
}
static INPUT_PORTS_START( mirderby )