/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/includes/ |
H A D | fromance.h | 31 WRITE_HANDLER( fromance_videoram_w );
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/includes/ |
H A D | fromance.h | 31 WRITE_HANDLER( fromance_videoram_w );
|
/dports/emulators/mess/mame-mame0226/src/mame/includes/ |
H A D | fromance.h | 62 void fromance_videoram_w(offs_t offset, uint8_t data);
|
/dports/emulators/mame/mame-mame0226/src/mame/includes/ |
H A D | fromance.h | 62 void fromance_videoram_w(offs_t offset, uint8_t data);
|
/dports/emulators/mess/mame-mame0226/src/mame/video/ |
H A D | fromance.cpp | 182 void fromance_state::fromance_videoram_w(offs_t offset, uint8_t data) in fromance_videoram_w() function in fromance_state
|
/dports/emulators/mame/mame-mame0226/src/mame/video/ |
H A D | fromance.cpp | 182 void fromance_state::fromance_videoram_w(offs_t offset, uint8_t data) in fromance_videoram_w() function in fromance_state
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/ |
H A D | fromance_vidhrdw.c | 200 WRITE_HANDLER( fromance_videoram_w ) in WRITE_HANDLER() argument
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/ |
H A D | fromance_vidhrdw.c | 200 WRITE_HANDLER( fromance_videoram_w ) in WRITE_HANDLER() argument
|
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/ |
H A D | pipedrm.c | 240 { 0xd000, 0xffff, fromance_videoram_w, &videoram, &videoram_size },
|
H A D | fromance.c | 297 { 0xc000, 0xefff, fromance_videoram_w }, 316 { 0xd000, 0xffff, fromance_videoram_w },
|
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/ |
H A D | pipedrm.c | 240 { 0xd000, 0xffff, fromance_videoram_w, &videoram, &videoram_size },
|
H A D | fromance.c | 297 { 0xc000, 0xefff, fromance_videoram_w }, 316 { 0xd000, 0xffff, fromance_videoram_w },
|
/dports/emulators/mess/mame-mame0226/src/mame/drivers/ |
H A D | fromance.cpp | 265 …, 0xefff).rw(FUNC(fromance_state::fromance_videoram_r), FUNC(fromance_state::fromance_videoram_w)); in nekkyoku_sub_map() 276 …, 0xffff).rw(FUNC(fromance_state::fromance_videoram_r), FUNC(fromance_state::fromance_videoram_w)); in fromance_sub_map()
|
H A D | pipedrm.cpp | 263 …).rw(FUNC(pipedrm_state::fromance_videoram_r), FUNC(pipedrm_state::fromance_videoram_w)).share("vi… in main_map()
|
/dports/emulators/mame/mame-mame0226/src/mame/drivers/ |
H A D | fromance.cpp | 265 …, 0xefff).rw(FUNC(fromance_state::fromance_videoram_r), FUNC(fromance_state::fromance_videoram_w)); in nekkyoku_sub_map() 276 …, 0xffff).rw(FUNC(fromance_state::fromance_videoram_r), FUNC(fromance_state::fromance_videoram_w)); in fromance_sub_map()
|
H A D | pipedrm.cpp | 263 …).rw(FUNC(pipedrm_state::fromance_videoram_r), FUNC(pipedrm_state::fromance_videoram_w)).share("vi… in main_map()
|