Searched refs:moo_prot_w (Results 1 – 6 of 6) sorted by relevance
/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | moo.h | 86 void moo_prot_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | moo.h | 86 void moo_prot_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask = ~0);
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/ |
H A D | moo.c | 291 static WRITE16_HANDLER( moo_prot_w ) in WRITE16_HANDLER() argument 361 { 0x0ce000, 0x0ce01f, moo_prot_w }, 454 { 0x0ce000, 0x0ce01f, moo_prot_w },
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/ |
H A D | moo.c | 291 static WRITE16_HANDLER( moo_prot_w ) in WRITE16_HANDLER() argument 361 { 0x0ce000, 0x0ce01f, moo_prot_w }, 454 { 0x0ce000, 0x0ce01f, moo_prot_w },
|
/dports/emulators/mess/mame-mame0226/src/mame/drivers/ |
H A D | moo.cpp | 265 void moo_state::moo_prot_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask) in moo_prot_w() function in moo_state 311 map(0x0ce000, 0x0ce01f).w(FUNC(moo_state::moo_prot_w)); in moo_map() 375 map(0x0ce000, 0x0ce01f).w(FUNC(moo_state::moo_prot_w)); in bucky_map()
|
/dports/emulators/mame/mame-mame0226/src/mame/drivers/ |
H A D | moo.cpp | 265 void moo_state::moo_prot_w(address_space &space, offs_t offset, uint16_t data, uint16_t mem_mask) in moo_prot_w() function in moo_state 311 map(0x0ce000, 0x0ce01f).w(FUNC(moo_state::moo_prot_w)); in moo_map() 375 map(0x0ce000, 0x0ce01f).w(FUNC(moo_state::moo_prot_w)); in bucky_map()
|