Home
last modified time | relevance | path

Searched refs:m_prg_mode (Results 1 – 8 of 8) 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()
71 save_item(NAME(m_prg_mode)); in device_start()
113 m_prg_mode = 3; in pcb_reset()
170 switch (m_prg_mode) in update_prg()
503 m_prg_mode = data & 0x03; in write_l()
H A Dpirate.cpp125 …: nes_nrom_device(mconfig, NES_CITYFIGHT, tag, owner, clock), m_prg_reg(0), m_prg_mode(0), m_irq_c… in nes_cityfight_device()
388 save_item(NAME(m_prg_mode)); in device_start()
403 m_prg_mode = 0; in pcb_reset()
1138 if (!m_prg_mode) in update_prg()
1206 m_prg_mode = data & 1; in write_h()
H A Dmmc5.h64 int m_prg_mode; // $5100 variable
H A Dpirate.h342 uint8_t m_prg_reg, m_prg_mode; 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()
71 save_item(NAME(m_prg_mode)); in device_start()
113 m_prg_mode = 3; in pcb_reset()
170 switch (m_prg_mode) in update_prg()
503 m_prg_mode = data & 0x03; in write_l()
H A Dpirate.cpp125 …: nes_nrom_device(mconfig, NES_CITYFIGHT, tag, owner, clock), m_prg_reg(0), m_prg_mode(0), m_irq_c… in nes_cityfight_device()
388 save_item(NAME(m_prg_mode)); in device_start()
403 m_prg_mode = 0; in pcb_reset()
1138 if (!m_prg_mode) in update_prg()
1206 m_prg_mode = data & 1; in write_h()
H A Dmmc5.h64 int m_prg_mode; // $5100 variable
H A Dpirate.h342 uint8_t m_prg_reg, m_prg_mode; variable