Home
last modified time | relevance | path

Searched refs:leds_w (Results 1 – 25 of 70) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dkorgdvp1.cpp31 void leds_w(offs_t offset, u8 data);
62 void korgdvp1_state::leds_w(offs_t offset, u8 data) in leds_w() function in korgdvp1_state
80 map(0xa000, 0xa0ff).mirror(0x1f00).w(FUNC(korgdvp1_state::leds_w)); in main_map()
H A Dcxg_scptchess.cpp99 void leds_w(u16 data);
145 void scptchess_state::leds_w(u16 data) in leds_w() function in __anone65b58380111::scptchess_state
207 m_maincpu->write_d().set(FUNC(scptchess_state::leds_w)); in PORT_CODE()
H A Dcxg_ch2001.cpp74 void leds_w(u8 data);
103 void ch2001_state::leds_w(u8 data) in leds_w() function in __anond72ab0b60111::ch2001_state
143 map(0x8000, 0x8000).mirror(0x3fff).rw(FUNC(ch2001_state::input_r), FUNC(ch2001_state::leds_w)); in main_map()
H A Dregence.cpp68 void leds_w(u8 data);
105 void regence_state::leds_w(u8 data) in leds_w() function in __anonedae53a00111::regence_state
141 map(0xf800, 0xf800).w(FUNC(regence_state::leds_w)); in main_map()
H A Dsaitek_prschess.cpp70 void leds_w(offs_t offset, u8 data);
97 void prschess_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anonf69fd1320111::prschess_state
139 map(0x4000, 0x4000).select(0x0100).w(FUNC(prschess_state::leds_w)); in main_map()
H A Dcxg_dominator.cpp75 void leds_w(offs_t offset, u8 data);
130 void dominator_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anond376ab350111::dominator_state
160 map(0x4000, 0x400f).rw(FUNC(dominator_state::input_r), FUNC(dominator_state::leds_w)); in main_map()
H A Droland_tr707.cpp43 void leds_w(u8 data);
79 void roland_tr707_state::leds_w(u8 data) in leds_w() function in roland_tr707_state
105 map(0x4000, 0x4000).mirror(0xfff).w(FUNC(roland_tr707_state::leds_w)); in mem_map()
H A Dconchess.cpp106 void leds_w(offs_t offset, u8 data);
138 void conchess_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anon63fb823d0111::conchess_state
165 map(0x1060, 0x106f).w(FUNC(conchess_state::leds_w)); in main_map()
H A Dave_arb.cpp107 void leds_w(u8 data);
180 void arb_state::leds_w(u8 data) in leds_w() function in __anon1ec810570111::arb_state
271 m_via->writepa_handler().set(FUNC(arb_state::leds_w)); in PORT_CODE()
H A Dsaitek_leonardo.cpp97 void leds_w(u8 data);
144 void leo_state::leds_w(u8 data) in leds_w() function in __anonadee3e1b0111::leo_state
227 map(0x7000, 0x7000).w(FUNC(leo_state::leds_w)); in main_map()
H A Dpmi80.cpp68 void leds_w(uint8_t data);
103 void pmi80_state::leds_w(uint8_t data) in leds_w() function in pmi80_state
225 m_ppi1->out_pa_callback().set(FUNC(pmi80_state::leds_w)); in pmi80()
H A Dfidel_eag68k.cpp240 void leds_w(offs_t offset, u8 data);
372 void eag_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anon8783a6900111::eag_state
418 map(0x000000, 0x00000f).mirror(0x00fff0).w(FUNC(excel68k_state::leds_w)).umask16(0x00ff); in fex68k_map()
440 map(0x00000000, 0x0000000f).mirror(0x00fff0).w(FUNC(excel68k_state::leds_w)).umask32(0x00ff00ff); in fex68km4_map()
463 …map(0x300000, 0x30000f).mirror(0x000010).rw(FUNC(eag_state::input1_r), FUNC(eag_state::leds_w)).um… in eag_map()
492 …map(0x300000, 0x30000f).mirror(0x000010).rw(FUNC(eag_state::input1_r), FUNC(eag_state::leds_w)).um… in eagv7_map()
505 …b0000f).mirror(0x00000010).rw(FUNC(eag_state::input1_r), FUNC(eag_state::leds_w)).umask32(0x00ff00… in eagv10_map()
H A Dsaitek_renaissance.cpp88 void leds_w(u8 data);
149 void ren_state::leds_w(u8 data) in leds_w() function in __anon8d74f2f30111::ren_state
236 map(0x2400, 0x2400).w(FUNC(ren_state::leds_w)); in main_map()
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dkorgdvp1.cpp31 void leds_w(offs_t offset, u8 data);
62 void korgdvp1_state::leds_w(offs_t offset, u8 data) in leds_w() function in korgdvp1_state
80 map(0xa000, 0xa0ff).mirror(0x1f00).w(FUNC(korgdvp1_state::leds_w)); in main_map()
H A Dcxg_scptchess.cpp99 void leds_w(u16 data);
145 void scptchess_state::leds_w(u16 data) in leds_w() function in __anon5f6cfb600111::scptchess_state
207 m_maincpu->write_d().set(FUNC(scptchess_state::leds_w)); in PORT_CODE()
H A Dcxg_ch2001.cpp74 void leds_w(u8 data);
103 void ch2001_state::leds_w(u8 data) in leds_w() function in __anonc6a2e4de0111::ch2001_state
143 map(0x8000, 0x8000).mirror(0x3fff).rw(FUNC(ch2001_state::input_r), FUNC(ch2001_state::leds_w)); in main_map()
H A Dregence.cpp68 void leds_w(u8 data);
105 void regence_state::leds_w(u8 data) in leds_w() function in __anona5aeb8c80111::regence_state
141 map(0xf800, 0xf800).w(FUNC(regence_state::leds_w)); in main_map()
H A Dsaitek_prschess.cpp70 void leds_w(offs_t offset, u8 data);
97 void prschess_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anonfaa6de5a0111::prschess_state
139 map(0x4000, 0x4000).select(0x0100).w(FUNC(prschess_state::leds_w)); in main_map()
H A Droland_tr707.cpp43 void leds_w(u8 data);
79 void roland_tr707_state::leds_w(u8 data) in leds_w() function in roland_tr707_state
105 map(0x4000, 0x4000).mirror(0xfff).w(FUNC(roland_tr707_state::leds_w)); in mem_map()
H A Dcxg_dominator.cpp75 void leds_w(offs_t offset, u8 data);
130 void dominator_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anon4c884e5d0111::dominator_state
160 map(0x4000, 0x400f).rw(FUNC(dominator_state::input_r), FUNC(dominator_state::leds_w)); in main_map()
H A Dconchess.cpp106 void leds_w(offs_t offset, u8 data);
138 void conchess_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anon1c088c650111::conchess_state
165 map(0x1060, 0x106f).w(FUNC(conchess_state::leds_w)); in main_map()
H A Dsaitek_leonardo.cpp97 void leds_w(u8 data);
144 void leo_state::leds_w(u8 data) in leds_w() function in __anonb1f54b430111::leo_state
227 map(0x7000, 0x7000).w(FUNC(leo_state::leds_w)); in main_map()
H A Dave_arb.cpp107 void leds_w(u8 data);
180 void arb_state::leds_w(u8 data) in leds_w() function in __anond6c8757f0111::arb_state
271 m_via->writepa_handler().set(FUNC(arb_state::leds_w)); in PORT_CODE()
H A Dpmi80.cpp68 void leds_w(uint8_t data);
103 void pmi80_state::leds_w(uint8_t data) in leds_w() function in pmi80_state
225 m_ppi1->out_pa_callback().set(FUNC(pmi80_state::leds_w)); in pmi80()
H A Dfidel_eag68k.cpp240 void leds_w(offs_t offset, u8 data);
372 void eag_state::leds_w(offs_t offset, u8 data) in leds_w() function in __anon35d984b80111::eag_state
418 map(0x000000, 0x00000f).mirror(0x00fff0).w(FUNC(excel68k_state::leds_w)).umask16(0x00ff); in fex68k_map()
440 map(0x00000000, 0x0000000f).mirror(0x00fff0).w(FUNC(excel68k_state::leds_w)).umask32(0x00ff00ff); in fex68km4_map()
463 …map(0x300000, 0x30000f).mirror(0x000010).rw(FUNC(eag_state::input1_r), FUNC(eag_state::leds_w)).um… in eag_map()
492 …map(0x300000, 0x30000f).mirror(0x000010).rw(FUNC(eag_state::input1_r), FUNC(eag_state::leds_w)).um… in eagv7_map()
505 …b0000f).mirror(0x00000010).rw(FUNC(eag_state::input1_r), FUNC(eag_state::leds_w)).umask32(0x00ff00… in eagv10_map()

123