mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
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)
This commit is contained in:
parent
9ed404d66b
commit
4555a6225a
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user