예제 #1
0
파일: mbc.c 프로젝트: hstampfl/mame
void gb_rom_mmm01_device::device_start()
{
    shared_start();
    save_item(NAME(m_bank_mask));
    save_item(NAME(m_bank));
    save_item(NAME(m_reg));
}
예제 #2
0
파일: rom.cpp 프로젝트: Tauwasser/mame
void gb_rom_tama5_device::device_start()
{
	shared_start();
	save_item(NAME(m_tama5_data));
	save_item(NAME(m_tama5_addr));
	save_item(NAME(m_tama5_cmd));
	save_item(NAME(m_regs));
	save_item(NAME(m_rtc_reg));
}
예제 #3
0
파일: mbc.c 프로젝트: hstampfl/mame
void gb_rom_sintax_device::device_start()
{
    shared_start();
    save_item(NAME(m_sintax_mode));
    save_item(NAME(m_currentxor));
    save_item(NAME(m_xor2));
    save_item(NAME(m_xor3));
    save_item(NAME(m_xor4));
    save_item(NAME(m_xor5));
}
예제 #4
0
파일: mbc.c 프로젝트: hstampfl/mame
void gb_rom_chongwu_device::device_start()
{
    shared_start();
    save_item(NAME(m_protection_checked));
}
예제 #5
0
파일: mbc.c 프로젝트: hstampfl/mame
void gb_rom_mbc3_device::device_start()
{
    shared_start();
    save_item(NAME(m_rtc_map));
}