Example #1
0
File: mbc.c Project: 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));
}
Example #2
0
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));
}
Example #3
0
File: mbc.c Project: 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));
}
Example #4
0
File: mbc.c Project: hstampfl/mame
void gb_rom_chongwu_device::device_start()
{
    shared_start();
    save_item(NAME(m_protection_checked));
}
Example #5
0
File: mbc.c Project: hstampfl/mame
void gb_rom_mbc3_device::device_start()
{
    shared_start();
    save_item(NAME(m_rtc_map));
}