mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
(nw) fixed arcade build.
This commit is contained in:
parent
fae1d2f934
commit
80cad1e412
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user