Пример #1
0
void gb_rom_tama5_device::device_reset()
{
	shared_reset();
	m_tama5_data = 0;
	m_tama5_addr= 0;
	m_tama5_cmd = 0;
	memset(m_regs, 0xff, sizeof(m_regs));
	m_rtc_reg = 0xff;
}
Пример #2
0
void gb_rom_sintax_device::device_reset()
{
    shared_reset();
    m_sintax_mode = 0;
    m_currentxor = 0;
    m_xor2 = 0;
    m_xor3 = 0;
    m_xor4 = 0;
    m_xor5 = 0;
}
Пример #3
0
void gb_rom_chongwu_device::device_reset()
{
    shared_reset();
    m_protection_checked = 0;
}
Пример #4
0
void gb_rom_mbc3_device::device_reset()
{
    shared_reset();
    memset(m_rtc_map, 0, sizeof(m_rtc_map));
}