Beispiel #1
0
void base_c1571_device::device_reset()
{
	m_sp_out = 1;
	set_iec_data();

	m_cnt_out = 1;
	set_iec_srq();
}
Beispiel #2
0
ADDRESS_MAP_END


//-------------------------------------------------
//  MOS8520_INTERFACE( cia_intf )
//-------------------------------------------------

WRITE_LINE_MEMBER( base_c1581_device::cnt_w )
{
    // fast serial clock out
    m_cnt_out = state;

    set_iec_srq();
}
Beispiel #3
0
void base_c1571_device::device_reset()
{
    m_maincpu->reset();

    m_via0->reset();
    m_via1->reset();
    m_cia->reset();

    wd17xx_mr_w(m_fdc, 0);
    wd17xx_mr_w(m_fdc, 1);

    m_sp_out = 1;
    set_iec_data();

    m_cnt_out = 1;
    set_iec_srq();
}