Home
last modified time | relevance | path

Searched refs:m_wram_protect_2 (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/bus/nes/
H A Dmmc5.cpp47 …, m_prg_mode(0), m_chr_mode(0), m_wram_protect_1(0), m_wram_protect_2(0), m_exram_control(0), m_wr… in nes_exrom_device()
74 save_item(NAME(m_wram_protect_2)); in device_start()
117 m_wram_protect_2 = 0; in pcb_reset()
521 m_wram_protect_2 = data & 0x03; in write_l()
654 if (m_wram_protect_1 != 0x02 || m_wram_protect_2 != 0x01) in write_m()
684 if (m_wram_protect_1 != 0x02 || m_wram_protect_2 != 0x01 || bank == 3 || !m_prg_ram_mapped[bank]) in write_h()
H A Dmmc5.h67 int m_wram_protect_2; // $5103 variable
/dports/emulators/mame/mame-mame0226/src/devices/bus/nes/
H A Dmmc5.cpp47 …, m_prg_mode(0), m_chr_mode(0), m_wram_protect_1(0), m_wram_protect_2(0), m_exram_control(0), m_wr… in nes_exrom_device()
74 save_item(NAME(m_wram_protect_2)); in device_start()
117 m_wram_protect_2 = 0; in pcb_reset()
521 m_wram_protect_2 = data & 0x03; in write_l()
654 if (m_wram_protect_1 != 0x02 || m_wram_protect_2 != 0x01) in write_m()
684 if (m_wram_protect_1 != 0x02 || m_wram_protect_2 != 0x01 || bank == 3 || !m_prg_ram_mapped[bank]) in write_h()
H A Dmmc5.h67 int m_wram_protect_2; // $5103 variable