mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(nw)
This commit is contained in:
parent
fd0f3b0657
commit
6c7e83f0b7
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ WRITE64_MEMBER(atvtrack_state::nand_addr_w)
|
|||
void atvtrack_state::gpu_irq_test()
|
||||
{
|
||||
if (gpu_irq_pending & ~gpu_irq_mask)
|
||||
m_subcpu->sh4_set_irln_input(14); // there hacky looking ASSERT+CLEAR pulse in SH4 core ?
|
||||
m_subcpu->sh4_set_irln_input(15 - 14); // there hacky looking ASSERT+CLEAR pulse in SH4 core ?
|
||||
else
|
||||
m_subcpu->set_input_line(SH4_IRLn, CLEAR_LINE);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue