Home
last modified time | relevance | path

Searched refs:battleg_commram16 (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/drivers/
H A Dtoaplan2.c242 static data16_t *battleg_commram16; /* Comm ram used in Battle Garegga */ variable
912 return battleg_commram16[offset]; in READ16_HANDLER()
917 COMBINE_DATA(&battleg_commram16[offset]); in WRITE16_HANDLER()
924 data8_t *battleg_common_RAM = (data8_t *)battleg_commram16; in READ_HANDLER()
931 data8_t *battleg_common_RAM = (data8_t *)battleg_commram16; in WRITE_HANDLER()
1777 { 0x600000, 0x600fff, battleg_commram_w, &battleg_commram16 },
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/drivers/
H A Dtoaplan2.c253 static data16_t *battleg_commram16; /* Comm ram used in Battle Garegga */ variable
1252 return battleg_commram16[offset]; in READ16_HANDLER()
1257 COMBINE_DATA(&battleg_commram16[offset]); in WRITE16_HANDLER()
1264 data8_t *battleg_common_RAM = (data8_t *)battleg_commram16; in READ_HANDLER()
1271 data8_t *battleg_common_RAM = (data8_t *)battleg_commram16; in WRITE_HANDLER()
2186 { 0x600000, 0x600fff, battleg_commram_w, &battleg_commram16 },