mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
namcos21_c67.cpp: Use C140 INT1 for FIRQ (nw)
This commit is contained in:
parent
48f831e0e5
commit
a89629c721
@ -790,7 +790,6 @@ void namcos21_c67_state::namcos21(machine_config &config)
|
||||
MC6809E(config, m_audiocpu, 3072000); /* Sound */
|
||||
m_audiocpu->set_addrmap(AS_PROGRAM, &namcos21_c67_state::sound_map);
|
||||
m_audiocpu->set_periodic_int(FUNC(namcos21_c67_state::irq0_line_hold), attotime::from_hz(2*60));
|
||||
m_audiocpu->set_periodic_int(FUNC(namcos21_c67_state::irq1_line_hold), attotime::from_hz(120));
|
||||
|
||||
configure_c68_namcos21(config);
|
||||
|
||||
@ -830,6 +829,7 @@ void namcos21_c67_state::namcos21(machine_config &config)
|
||||
|
||||
C140(config, m_c140, 8000000/374);
|
||||
m_c140->set_bank_type(c140_device::C140_TYPE::SYSTEM21);
|
||||
m_c140->int1_callback().set_inputline(m_audiocpu, M6809_FIRQ_LINE);
|
||||
m_c140->add_route(0, "lspeaker", 0.50);
|
||||
m_c140->add_route(1, "rspeaker", 0.50);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user