Home
last modified time | relevance | path

Searched defs:SN76496_2_w (Results 1 – 4 of 4) sorted by last modified time

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dsn76496.c143 WRITE_HANDLER( SN76496_2_w ) { SN76496Write(2,data); } in WRITE_HANDLER() argument
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dsn76496.c143 WRITE_HANDLER( SN76496_2_w ) { SN76496Write(2,data); } in WRITE_HANDLER() argument
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dsn76496.c139 WRITE_HANDLER( SN76496_2_w ) { SN76496Write(2,data); } in WRITE_HANDLER() argument
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dsn76496.c166 void SN76496_2_w(int offset, int data) { (void)offset; SN76496Write(2, data); } in SN76496_2_w() function