mirror of
https://github.com/holub/mame
synced 2025-04-26 18:23:08 +03:00
thoop2.cpp: fixed issue #5990 (nw)
This commit is contained in:
parent
5e6927dcfa
commit
a52d527a1c
@ -269,6 +269,7 @@ void thoop2_state::thoop2(machine_config &config)
|
|||||||
|
|
||||||
gaelco_ds5002fp_device &ds5002fp(GAELCO_DS5002FP(config, "gaelco_ds5002fp", XTAL(24'000'000) / 2)); // 12MHz verified
|
gaelco_ds5002fp_device &ds5002fp(GAELCO_DS5002FP(config, "gaelco_ds5002fp", XTAL(24'000'000) / 2)); // 12MHz verified
|
||||||
ds5002fp.set_addrmap(0, &thoop2_state::mcu_hostmem_map);
|
ds5002fp.set_addrmap(0, &thoop2_state::mcu_hostmem_map);
|
||||||
|
config.set_perfect_quantum("gaelco_ds5002fp:mcu");
|
||||||
|
|
||||||
LS259(config, m_outlatch);
|
LS259(config, m_outlatch);
|
||||||
m_outlatch->q_out_cb<0>().set(FUNC(thoop2_state::coin1_lockout_w));
|
m_outlatch->q_out_cb<0>().set(FUNC(thoop2_state::coin1_lockout_w));
|
||||||
|
Loading…
Reference in New Issue
Block a user