(nw) fixed arcade build.

This commit is contained in:
Robbbert 2017-12-21 17:19:58 +11:00
parent fae1d2f934
commit 80cad1e412
2 changed files with 10 additions and 10 deletions

View File

@ -827,16 +827,6 @@ WRITE32_MEMBER( a4000_state::motherboard_w )
logerror("motherboard_w(%06x): %08x & %08x\n", offset, data, mem_mask);
}
WRITE_LINE_MEMBER(amiga_state::fdc_dskblk_w)
{
set_interrupt(INTENA_SETCLR | INTENA_DSKBLK);
}
WRITE_LINE_MEMBER(amiga_state::fdc_dsksyn_w)
{
set_interrupt(INTENA_SETCLR | INTENA_DSKSYN);
}
WRITE_LINE_MEMBER(cd32_state::akiko_int_w)
{
set_interrupt(INTENA_SETCLR | INTENA_PORTS);

View File

@ -184,6 +184,16 @@ void amiga_state::machine_reset()
m_overlay->set_bank(1);
}
WRITE_LINE_MEMBER(amiga_state::fdc_dskblk_w)
{
set_interrupt(INTENA_SETCLR | INTENA_DSKBLK);
}
WRITE_LINE_MEMBER(amiga_state::fdc_dsksyn_w)
{
set_interrupt(INTENA_SETCLR | INTENA_DSKSYN);
}
WRITE_LINE_MEMBER( amiga_state::kbreset_w )
{
// this is connected to the gary chip, gary then resets the 68k, agnus, paula and the cias